"C.J.LAWSON" <[EMAIL PROTECTED]> writes:

> Hi everyone,
>       Is it possible to specify which mount commands in my fstab should
> not me mounted at boot time. Or am I just going to have to resort to a
> seperate script for this 

If I correctly understand your question, you want to specify a mount
point in fstab that is not automatically mounted during boot time. So,
all you have to do is to add the option `noauto' in the corresponding
line, eg

/dev/sdb4 /dev/zip-vfat nfs defaults,noauto

Chris

-- 
// Chris Broult <mailto:[EMAIL PROTECTED]>
// http://www.info.unicaen.fr/lpv

Reply via email to