On 01/03/2013 08:10 PM, Matthew of Boswell wrote:
> On Thu, 03 Jan 2013 10:03:29 -0500
> "J.B. Wood" <
john...@nrl.navy.mil> wrote:
>
>> [snip] Now, Linux platforms will often stall during boot if a
>> device entry in fstab can't be located (i.e. the adapter hasn't been
>> plugged in to a USB port). [snip]
>
> Ah, I had a similar problem because I wanted to mount a LUKS partition
> but only after a user has manually entered the decryption password.
> Then I found out about mount's "nofail" option, which you can use in
> fstab. Using that, you can have the usb automatically mount, or at
> least the user can mount it without root priviledges (as long as you
> give it the "user" or "users" option).
>
> However, I don't know how to deal with the issue of multiple usb
> drives. I mean, what if you put one in, and have sdb1 mount, then the
> second usb is sdc? fstab entry for each usb port? What if the usb has
> no partition table, and is just a raw fat32 (ex: /dev/sdb with no
> partition number)? But maybe those are not issues for you.
>
> Hope that helps :)
>
Thanks for the info, Matthew! And also to J.G. Miller for his reply. I
reading all of a Linux man page). The "nofail" works like a champ and
it seems more elegant than my rc.local method. Your questions are also
interesting but right now they don't apply in my case. Thanks again to
all for taking the time. Sincerely,