Results 1 to 5 of 5

Thread: Can't read the floppy drive

  1. #1
    Join Date
    Mar 2007
    Beans
    386
    Distro
    Ubuntu

    Can't read the floppy drive

    Yeah, I know, who still even has a floppy drive in their machine?

    Well, I've got a couple of 3.5" floppies formatted for Mac with data that I'd really like to get to. Of course, Win$$ doesn't read the disk and tells me it's not formatted (which it is, just with something it doesn't recognize).

    1. Will Ubuntu read the disk?

    2. If it will (and I've tried) why am I not able to access the floppy drive from the file manager? The drive appears in the list, but when I click the icon nothing happens. When I right-click the icon there's also an option to "Read the drive" (or some such thing -- I'm not at that terminal at the moment). When I do that, the drive light does come on, but the drive motor does not run and the the disk is not read.

    3. Does the drive need to be mounted? When I roll over the icon the prompt says something like "Mount and read ...") --and if so, how do I go about mounting the drive?
    Ubuntu 23.04
    HP Pavillion i5; 8Gb RAM; Epson Perfection 3170 Photo Scanner

    Dell Optiplex 9020 20Gb RAM; 500Gb Crucial SDD (sda); 2000Gb Crucial SDD (sdb)

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Can't read the floppy drive

    I think you now need to use udisks to mount and read/write to floppy disks, which does make life a bit difficult, as I have yet to find a simple way to mount them in my old desktop machine by simply using nautilus.

    I have very little use for floppies now, but I did when I purchased my machine some while ago, and therefore if I need it now I use aliases of
    Code:
    alias fd+='udisks --mount /dev/fd0'
    alias fd-='udisks --unmount /dev/fd0'
    in my hidden ~/.bash_aliases file to speed up the mount and unmount of the few floppies I have left with things on that I need.

    Note that this is not a typo; the commands really are "mount", and in particular "unmount", as opposed to umount for the normal unmounting command.

    I am not sure about the mac format situation, but I do know that mac filesystems can be read by Linux, though you may need some of the hfs packages installed.
    Last edited by ajgreeny; March 7th, 2013 at 11:23 AM.

  3. #3
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: Can't read the floppy drive

    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  4. #4
    Join Date
    Mar 2007
    Beans
    386
    Distro
    Ubuntu

    Re: Can't read the floppy drive

    Ok, thanks, I'll do some reading.

    Have already tried a couple of these items -- no joy -- yet ...
    Ubuntu 23.04
    HP Pavillion i5; 8Gb RAM; Epson Perfection 3170 Photo Scanner

    Dell Optiplex 9020 20Gb RAM; 500Gb Crucial SDD (sda); 2000Gb Crucial SDD (sdb)

  5. #5
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: Can't read the floppy drive

    Also, check if you are a member of the group floppy
    Code:
    groups
    If not, then
    Code:
    sudo adduser $USER floppy

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •