
Code: Select all
/dev/fd0 /mnt/floppy auto noauto,user,rw 0 0Code: Select all
man *command*Code: Select all
man fstab
The first auto means to automatically decide the filesystem (typically FAT) on the floppy.Trisha wrote:what do the "auto noauto,user,rw 0 0" parts do/mean?
and that is all on one line?
Code: Select all
mount /mnt/floppyCode: Select all
/dev/sda /mnt/floppy auto noauto,user,rw 0 0Code: Select all
mount /mnt/floppy
Could you paste that error message here?Trisha wrote:That may have worked, but I can't really tell. Now as a user I get a different error.
Basically it is, the only difference is that you have to sync or umount the disk to have the data actually written on the disk.I thought that moving text files, like .txt made from notepad and .html files back and forth with floppys from a pc to my gentoo laptop would be easy, but I guess it's not.
Paste the message hereNot sure where to go from here. Maybe I am in over my head with this, but there is no going back now. I spent too much money on this computer, I have to find a way to be able to use it.
Code: Select all
umount /dev/sda
...or..
umount /mnt/floppy