According to Steve & Michelle Youngs: While burning my CPU.
>
> On Tue, 9 Mar 1999, Mandy Williams wrote:
>
> > My fstab looks like this:
> >
> > /dev/fd0 /mnt/floppy ext2 ro,user,noauto 0 0
> ^^^^
> |
> Here's your problem --------------------------->|
>
> Fstab is trying to load your floppy as a ext2 disk (Linux
> filesystem). To solve you problem take out the whole line.
fstab will only do what its told if "you the operator" tell it to by using
the shortcut, by that i mean;
mount /dev/fd0
If we use;
mount -t msdos /dev/fd0 /mnt
for an example, fstab is ignored, so thers no need to delete any line there.
Another example (user spesific) could be an alias entered into a users
profile like;
alias flop='mount -t msdos /dev/fd0 /floppy'
Make the shell reread the file or logout and back in again and Bob's your
uncle. Simply typing flop will mount the device without help or hinderance
from fstab.
>
> Have A Great Day!!
>
> Steve Youngs
> Email: [EMAIL PROTECTED]
>
>
> Bugs come in through open Windows.
>
--
Regards Richard.
[EMAIL PROTECTED]