Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: HOWTO fix floppy disk mounting issues

  1. #1
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu
    The following guide aims to fix a common Breezy bug which doesn't allow your floppy disk to be mounted.

    Open Terminal or Konsole and type:

    Code:
    sudo gedit /etc/apt/sources.list
    OR
    Code:
    sudo nano /etc/apt/sources.list
    Enable the backports i.e. add the following lines at the end of the file:
    Code:
    deb http://archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
    deb http://ubuntu-backports.mirrormax.net/ breezy-extras main restricted universe multiverse
    Save the file and exit.

    Code:
    sudo apt-get update
    sudo apt-get install pmount
    Then:

    Code:
    sudo gedit /etc/fstab
    OR

    Code:
    sudo nano /etc/fstab
    You will see a line which begins with /dev/fd0. Replace it with the following:

    Code:
    /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
    Save the file and exit.

    Now you can access your floppy disk from your favourite filemanager with a mouse click.

    Enjoy!

    Alberto
    Last edited by tseliot; December 23rd, 2005 at 12:03 PM.

  2. #2
    manicka Guest

    Re: HOWTO fix floppy disk mounting issues

    I have added this howto to the Ubuntu Document Storage Facility

  3. #3
    Join Date
    Jan 2006
    Location
    BC, Ca
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question floppy disk mounting issues

    Hi All,
    Thanks for the instructions, I'm looking around for all info, i can remember!
    I've been trying to acess a floppy, that has gif's & jpeg's on it- and I've not been about to mount or get to them.
    I've followed your instructs- and found my file to be like that, already.
    My response is: Unable to mount the selected volumn.
    Warning: device /dev/fd0 is already handled by /etc/fstab,
    supplied label ignored
    mount: I could not determine the filesystem type, and none was
    specified
    Error:could not excute pmount


    I'm not understanding this. Is this all, because i saved this disk, in M$ ?
    Supply 'file type'? How, When?
    I'm clueless, but continue searching for answers...
    Any advise ya got~ be welcomed!
    Thanks...

  4. #4
    Join Date
    Feb 2006
    Beans
    6

    Re: HOWTO fix floppy disk mounting issues

    Now I can mount a floppy in Ubuntu Breezy but I cannot write to it.

    What do I modify to allow writing to a floppy in Ubuntu Breezy?

  5. #5
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: floppy disk mounting issues

    Quote Originally Posted by stanz
    Hi All,
    Thanks for the instructions, I'm looking around for all info, i can remember!
    I've been trying to acess a floppy, that has gif's & jpeg's on it- and I've not been about to mount or get to them.
    I've followed your instructs- and found my file to be like that, already.
    My response is: Unable to mount the selected volumn.
    Warning: device /dev/fd0 is already handled by /etc/fstab,
    supplied label ignored
    mount: I could not determine the filesystem type, and none was
    specified
    Error:could not excute pmount


    I'm not understanding this. Is this all, because i saved this disk, in M$ ?
    Supply 'file type'? How, When?
    I'm clueless, but continue searching for answers...
    Any advise ya got~ be welcomed!
    Thanks...
    Weird... Did you install the latest version of "pmount" ?

  6. #6
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by tastyturkey
    Now I can mount a floppy in Ubuntu Breezy but I cannot write to it.

    What do I modify to allow writing to a floppy in Ubuntu Breezy?
    If your fstab looks like mine, try this:
    If you use GNOME:
    sudo nautilus
    and then try to access your floppy (and write it) from it.

    Oh, and another thing (which I know to be too naive ) make sure that your floppy disk is not protected from writing.

  7. #7
    Join Date
    Feb 2005
    Location
    Chile
    Beans
    103

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by tseliot
    If your fstab looks like mine, try this:
    If you use GNOME:
    sudo nautilus
    and then try to access your floppy (and write it) from it.

    Oh, and another thing (which I know to be too naive ) make sure that your floppy disk is not protected from writing.
    If that doesn't work, you could try to change the line in fstab to the following (assuming you'll use only floppies formatted with FAT):
    Code:
    /dev/fd0        /media/floppy0  vfat    rw,user,noauto  0       0
    It seems that the filesystem isn't automatically recognized for some floppies.

  8. #8
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO fix floppy disk mounting issues

    I allready had the current version of pmount, & the prescribed line for fd0, tried it with vfat also, still no sign of life in the old floppy? It works fine on xp?

    Any suggestions are wellcome?

    Thanks.

  9. #9
    Join Date
    May 2005
    Location
    Lecce, Italy
    Beans
    6,168
    Distro
    Ubuntu

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by handy
    I allready had the current version of pmount, & the prescribed line for fd0, tried it with vfat also, still no sign of life in the old floppy? It works fine on xp?

    Any suggestions are wellcome?

    Thanks.
    Could you try an Ubuntu Dapper livecd and see if you can use your floppy there?

  10. #10
    Join Date
    Nov 2005
    Location
    Oz
    Beans
    4,405

    Re: HOWTO fix floppy disk mounting issues

    Quote Originally Posted by tseliot
    Could you try an Ubuntu Dapper livecd and see if you can use your floppy there?
    Thanks for your reply!

    I'll have a go at that later in the week, & let you know here, how it went...

Page 1 of 4 123 ... LastLast

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
  •