cedric9
July 1st, 2014, 02:29 PM
I recently installed Ubuntu 14.04 LTS on my old Pentium 4, and I've run into
some trouble using my floppy drive. (I'm one small step above newbie.)
At first I could not use my floppy drive at all, and the indicator light would
stay on constantly whenever I tried to mount. Eventually I got it working well
enough that the light no longer stays on, and I can now read the contents of my
floppies, but I cannot write to them. (Although I can format them in Ubuntu.)
Here is a quick recap of everything I've done to get to this point:
================================================== ===========================
* Add the following line to /etc/modules
"floppy" (Without quotes)
================================================== ===========================
* Comment out the following lines within /etc/fstab
#/dev/fd0 /mnt/fd0 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
#/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
(I added the above lines while experimenting, but both commented out now.)
(All other lines left the same)
================================================== ===========================
* Added all users to Floppy group
================================================== ============================
* Installed fdutils Version 5.5-20060227-6 - via Muon Package Manager
(Verified with "apt-cache show fdutils" command)
================================================== ==============================
* Installed udisks Version 1.0.5-1
(I also have udisks2 Version 2.1.3-1 - Will this cause a problem?)
================================================== ==============================
* Changed the "1" to "0" in the following lines within the floppy section of
/lib/udev/rules.d/80-udisks.rules (Example below)
KERNEL=="fd*", ENV{ID_DRIVE_FLOPPY}="0"
ATTRS{bInterfaceSubClass}=="04", ENV{ID_DRIVE_FLOPPY}="0"
ENV{ID_VENDOR}=="*IOMEGA*", ENV{ID_MODEL}=="*ZIP*", ENV{ID_DRIVE_FLOPPY_ZIP}="0"
(All other lines left the same.)
================================================== ==============================
* Added the following command to /etc/rc.local
"floppycontrol -C 2147483647"
(without quotes)
================================================== ==============================
I'm wondering if my problem could be due to the lines I commented out within
/etc/fstab? Also, I read somewhere that someone had solved a problem similar
to mine by changing the line within /etc/fstab to read as below:
"/dev/fd0u1440/media/floppy0 auto rw,noauto,user,exec 0 0"
However, I don't know if this will solve my problem?
Also, is the package listed as "udisks2 Version 2.1.3-1" a duplicate of udisks
Version 1.0.5-1, and is this causing a problem?
some trouble using my floppy drive. (I'm one small step above newbie.)
At first I could not use my floppy drive at all, and the indicator light would
stay on constantly whenever I tried to mount. Eventually I got it working well
enough that the light no longer stays on, and I can now read the contents of my
floppies, but I cannot write to them. (Although I can format them in Ubuntu.)
Here is a quick recap of everything I've done to get to this point:
================================================== ===========================
* Add the following line to /etc/modules
"floppy" (Without quotes)
================================================== ===========================
* Comment out the following lines within /etc/fstab
#/dev/fd0 /mnt/fd0 auto nosuid,nodev,nofail,noauto,x-gvfs-show 0 0
#/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
(I added the above lines while experimenting, but both commented out now.)
(All other lines left the same)
================================================== ===========================
* Added all users to Floppy group
================================================== ============================
* Installed fdutils Version 5.5-20060227-6 - via Muon Package Manager
(Verified with "apt-cache show fdutils" command)
================================================== ==============================
* Installed udisks Version 1.0.5-1
(I also have udisks2 Version 2.1.3-1 - Will this cause a problem?)
================================================== ==============================
* Changed the "1" to "0" in the following lines within the floppy section of
/lib/udev/rules.d/80-udisks.rules (Example below)
KERNEL=="fd*", ENV{ID_DRIVE_FLOPPY}="0"
ATTRS{bInterfaceSubClass}=="04", ENV{ID_DRIVE_FLOPPY}="0"
ENV{ID_VENDOR}=="*IOMEGA*", ENV{ID_MODEL}=="*ZIP*", ENV{ID_DRIVE_FLOPPY_ZIP}="0"
(All other lines left the same.)
================================================== ==============================
* Added the following command to /etc/rc.local
"floppycontrol -C 2147483647"
(without quotes)
================================================== ==============================
I'm wondering if my problem could be due to the lines I commented out within
/etc/fstab? Also, I read somewhere that someone had solved a problem similar
to mine by changing the line within /etc/fstab to read as below:
"/dev/fd0u1440/media/floppy0 auto rw,noauto,user,exec 0 0"
However, I don't know if this will solve my problem?
Also, is the package listed as "udisks2 Version 2.1.3-1" a duplicate of udisks
Version 1.0.5-1, and is this causing a problem?