On Thu, Oct 14, 2010 at 1:15 AM, Sameer Verma wrote:
> I am using XS-on -XO1 version 0.6.
Excellent!
> I want to use an external USB hard drive and mount it as /library at
> boot time. I have added a line in /etc/fstab
>
> /dev/sda1 /library ext3 defaults 0 0
as others have noted, you
On Mon, Oct 18, 2010 at 2:56 PM, Sameer Verma wrote:
>> I haven't tested it, but if you create 92-mount.rules (or whatever 90
>> something is available) in /etc/udev/rules.d with this...
>>
>> SUBSYSTEM=="block", run+="/bin/mount -a"
It's a clever move, but after thinking about it, it is actually