code more code 1 First, make sure you have aTo unmount, just do/mnt/floppydirectory. If not, create it (mkdir /mnt/floppy)
- For a Windows disk, type
mount -t msdos /dev/fd0 /mnt/floppy.- For a linux disk, type
mount /dev/fd0 /mnt/floppyormount -t ext2 /dev/fd0 /mnt/floppy
umount /mnt/floppy
<pre> ... </pre> on the same line. TWiki requires <pre> and <verbatim> tags to be on a line by itself. Use equal signs instead of <pre> of you want to make part of a line appear in fixed font (which I did above)