Results 1 to 8 of 8

Thread: floppy drive mount problems

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Beans
    25
    Distro
    Ubuntu 10.10 Maverick Meerkat

    floppy drive mount problems

    A friend of mine is having a problem with an install of Natty I did for him. He is trying to mount some old floppies to copy their contents to a flash drive. The GUI disk utility detected the drive but refused to read it, saying that there was no media in the drive. I read another post about a similar problem that said it may have appeared as something other than /dev/fd0. I checked /dev/sdc, and fdisk said the partition table did not look like one, and when I tried to mount it, it went through with no errors and told me that the mount point was empty and the device was not mounted. The system does not need additional drivers. They do not want to have to reinstall Windows just to read the disks, but I have already gone through everything I can think to do. Any ideas?
    There are 10 kinds of people in this world: those who understand binary and those who don't.

    Failure is not an option; it comes bundled with Windows.

  2. #2
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: floppy drive mount problems

    Yes. The GUI mounting of floppies has been broken for some time unfortunately. But this usually works.

    Put a floppy in the drive, open a terminal and:

    Code:
    udisks --mount /dev/fd0
    The floppy will spin up and an icon will appear on the desktop. Double-click on that and you *should* see the contents of the floppy.

    If you have only one floppy drive, then it should be /dev/fd0. If the command fails it would an idea to see what the system lists with:

    Code:
    ls /dev/fd*
    Tell your friend that writing to floppies and unmounting them is handled differently in Linux from what he is used to. Sometimes writes are delayed and you must always right-click on the floppy icon and choose unmount/remove/eject or whatever it says (can't remember exactly which) before you physically remove the floppy. You will hear it spin up again, so wait until the noise stops (writes have been committed) and it's then safe to remove the disk.
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  3. #3
    Join Date
    Dec 2010
    Beans
    25
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: floppy drive mount problems

    OK, thanks. I will tell him to try this. I haven't had a chance to use a floppy drive with Linux since the only computer I have with a floppy drive is my server. Any idea why a mount command would go through without any error and then tell me the mount point wasn't mounted afterward?
    There are 10 kinds of people in this world: those who understand binary and those who don't.

    Failure is not an option; it comes bundled with Windows.

  4. #4
    Join Date
    Jun 2006
    Location
    UK
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: floppy drive mount problems

    Quote Originally Posted by johnalexrob View Post
    Any idea why a mount command would go through without any error and then tell me the mount point wasn't mounted afterward?
    To be honest, no. The last time I used the mount command for a floppy was in about 2007 with a Gentoo system without a working GUI. I was needing to create an xorg.conf and I had the choice of typing it all out in nano or copying a working one from another system (probably Ubuntu!). I chose the latter.

    When your friend has tried the udisks command, can I trouble you to post again with an update? Although it seems to work for most people, I came across a post today from someone for whom it hadn't worked. It would be interesting to know whether it works for your friend. Thanks.

    Good luck!
    Ubuntu 20.04 Desktop Guide - Ubuntu 22.04 Desktop Guide - Forum Guide to BBCode - Using BBCode code tags

    Member: Not Canonical Team

    If you need help with your forum account, such as SSO login issues, username changes, etc, the correct place to contact an admin is here. Please do not PM me about these matters unless you have been asked to - unsolicited PMs concerning forum accounts will be ignored.

  5. #5
    Join Date
    May 2008
    Location
    SoCal
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: floppy drive mount problems

    I believe this has to do with the version of udisks. I use version 1.0.1-1build1 and have pined it so as to NOT update.

    See here for more information.
    -BAB1

  6. #6
    Join Date
    Dec 2010
    Beans
    25
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: floppy drive mount problems

    Still trying to get back to him, he forgot to call me last night(this is where ssh would realy help) but I will get him to do it tonight and should have an answer by tonight or tomorrow.
    There are 10 kinds of people in this world: those who understand binary and those who don't.

    Failure is not an option; it comes bundled with Windows.

Tags for this Thread

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
  •