On Monday 04 March 2013 19:21, Kevin the Drummer conveyed the following
to alt.os.linux.redhat...
> What's the right entry in my /etc/fstab file on Fedora 17 to cause an
> external USB drive to always be mounted on the same mount point, and
> not in /media?
Well, if the device is automounted when connected, then you're going to
be fighting with more than /etc/fstab. You will also need to take a
look at the files under /etc/udev.d.
> But, when the USB drive is absent I don't want a boot of the system to
> hang until the drive returns, which is what happens now.
>
> This is the entry I tried:
>
> UUID=blah-blah-blah /backup/sys1 ext4 rw,noatime,data=ordered 0 0
Add "noauto" to the list of comma-separated mount options and leave the
two numerals - for dump and fsck - at the end of the record at "0". The
system will then not even complain if you boot up without the device
attached.
--
= Aragorn =
http://www.linuxcounter.net - registrant #223157