Removable HDD mounting blues... Hand me my harmonica

Matt Graham mhgraham at crow202.org
Tue Feb 18 09:00:01 MST 2014


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.


More information about the PLUG-discuss mailing list