Here's how to Mount a Floppy Disk in Fedora 13-14...
Don
Do a"modprobe floppy" first.
Then you get the floppy device in /dev:
/dev/fd0u1040 /dev/fd0u1120 /dev/fd0u1440 /dev/fd0u1600 /dev/fd0u1680 /dev/fd0u1722 /dev/fd0u1743 /dev/fd0u1760 /dev/fd0u1840 /dev/fd0u1920 /dev/fd0u360 /dev/fd0u720 /dev/fd0u800 /dev/fd0u820 /dev/fd0u830
Now you can create the directory /mnt/floppy and mount your floppy to that point: mount -t msdos /dev/fd0u1440 /mnt/floppy
See URL: http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/ -- Regards Jon Ingason
Read More...
https://lists.fedoraproject.org/pipermail/users/2011-August/402963.html
Or I made an "fd0" folder in "/mnt/" in Krusader "root mode" GUI File Manager. Then do this in the Terminal...
# modprobe floppy
# mount /dev/fd0 /mnt/fd0 -o sync,rw
Then, when I wanted to change floppy out, to read another one. I kept the mount command in my clip board and just added a "u" and pasted in the rest, like this...
"umount /dev/fd0 /mnt/fd0 -o sync,rw"
Then insert the another floppy disk and mount the floppy drive again...
"mount /dev/fd0 /mnt/fd0 -o sync,rw"
Note: This worked fine for reading a floppy disk. But, I couldn't write a new file. Every time I tried and on different Preformatted Dos Flpppy Disks. I got an Error on writing the file...
Don
Read More...
http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/
Don
Do a"modprobe floppy" first.
Then you get the floppy device in /dev:
/dev/fd0u1040 /dev/fd0u1120 /dev/fd0u1440 /dev/fd0u1600 /dev/fd0u1680 /dev/fd0u1722 /dev/fd0u1743 /dev/fd0u1760 /dev/fd0u1840 /dev/fd0u1920 /dev/fd0u360 /dev/fd0u720 /dev/fd0u800 /dev/fd0u820 /dev/fd0u830
Now you can create the directory /mnt/floppy and mount your floppy to that point: mount -t msdos /dev/fd0u1440 /mnt/floppy
See URL: http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/ -- Regards Jon Ingason
Read More...
https://lists.fedoraproject.org/pipermail/users/2011-August/402963.html
Or I made an "fd0" folder in "/mnt/" in Krusader "root mode" GUI File Manager. Then do this in the Terminal...
# modprobe floppy
# mount /dev/fd0 /mnt/fd0 -o sync,rw
Then, when I wanted to change floppy out, to read another one. I kept the mount command in my clip board and just added a "u" and pasted in the rest, like this...
"umount /dev/fd0 /mnt/fd0 -o sync,rw"
Then insert the another floppy disk and mount the floppy drive again...
"mount /dev/fd0 /mnt/fd0 -o sync,rw"
Note: This worked fine for reading a floppy disk. But, I couldn't write a new file. Every time I tried and on different Preformatted Dos Flpppy Disks. I got an Error on writing the file...
Don
Read More...
http://www.linuxquestions.org/questions/fedora-35/fedora-13-mounting-floppy-813466/
0 comments:
Post a Comment