Dear Linux users,
I've just installed Linux. Mounted my floppy with: mount /dev/fd0
/mnt/floppy. Then I was able to read files on the floppy. But when I
tried to unmount it with: umount /dev/fd0 (or umount /mnt/floppy) I
got the message: "Device is busy." Looking up umount in the man pages
gives the impression that the problem here is that the files I read are
still "open." But I see no instructions on how to close them (or how to
get a list of all files currently "open" in the system).
How do you do these simple things? What happens if you logout,
WITHOUT successfully umounting file systems or partitions that you've
mounted?
Thanks for any help here -- RichM