v0.2 10/24/2000 Rui Sousa To access removable media (floppy, zip, cd-rom) you need to use the commands mount and umount. The mount paths are: floppy /mnt/floppy cdrom /mnt/cdrom zip /mnt/zip to use the floppy you do: # mount /mnt/floppy to copy files to the floppy # cp file /mnt/floppy/file etc... when you are finished do: # umount /mnt/floppy