Results 1 to 3 of 3
In the 2.4 line of kernels, you can write to different size floppies through /dev/fd0u1680, fd0u1440, etc. How do you do this in the 2.6 line of kernels? Is there ...
- 01-01-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
Accessing /dev/fd0u1680 in 2.6
In the 2.4 line of kernels, you can write to different size floppies through /dev/fd0u1680, fd0u1440, etc. How do you do this in the 2.6 line of kernels? Is there a certain module you need, or some program to change the setting? I need to use dd to copy an image to the floppy, and I'm tired of rebooting into a 2.4 kernel.
Thanks
- 01-01-2007 #2
you have to mount floppy first. check /etc/fstab file for mount point and device name assigned to floppy drive. mount floppy and copy files.
CasperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 2
I have a floppy thats formatted for 1.44 MB. I need to format it as a 1.68 MB floppy. In the 2.4 line, you use /dev/fd0u1680. There is no /dev/fd0u1680 in the 2.6 kernels, I am assuming that the driver was changed. How do I get around this?


Reply With Quote