|
|
How do I mount a floppy and view the contents? |
Mount the floppy with the 'mount' command, then list the contents using the 'ls' command: mount -F vxfs /dev/fd0 /mnt
or
mount -F dosfs /dev/fd0 /mnt
then
ls -l /mnt
If the floppy doesn't have a filesystem on it, or the mount point directory doesn't exist, then the mount will fail.Be absolutely sure to umount the diskette before you remove it from its drive.
<mschalit@pacbell.net>
| |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||