James Wilkinson wrote:
wrench38@xxxxxxxx wrote:
I think the only barrier to using my floppy now is this error:
can't find dev/fd0 in /etc/fstab or /etc/mtab .
fstab looks like this:
/dev/fd0 /mnt/floppy auto rw,noauto,users,kudzu,sync 0 0
(I hope I've reformatted that without losing any information).
Do I take it that you're typing mount dev/fd0 ?
If so, try
mount /mnt/floppy
or
mount /mnt/fd0
I think you meant /dev/fd0 here
Remember to type umount /mnt/floppy when you've done with it!
James.