On 2014-02-18 08:28, Wayne Davis wrote:
I cannot get the system to NOT care when a removable drive is MISSING.
During boot, it squawks about it and I press S for skip.
I tried "nofail" in fstab, that is not working.
Kubuntu 13.10
NTFS and EXT4 drives
Using UUID

The keyword is "noauto".  Kind of like so:

LABEL=my_label   /mnt/somewhere   ext4   noauto   0   0

Using label instead of UUID makes the fstab easier to read. Note that the fsck/dump fields must also be 0 for filesystems that are not guaranteed to be present at boot time.

--
Crow202 Blog: http://crow202.org/wordpress
There is no Darkness in Eternity
But only Light too dim for us to see.
---------------------------------------------------
PLUG-discuss mailing list - [email protected]
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss

Reply via email to