Results 1 to 4 of 4

Thread: HOWTO: Mounting a floppy

  1. #1
    Join Date
    Oct 2004
    Location
    Phoenix
    Beans
    437

    HOWTO: Mounting a floppy

    If you want to use the floppy with Windows:

    start a root terminal (Applications -> System Tools -> Root Terminal)

    Code:
    sudo gedit /etc/fstab
    Change the floppy line to read:
    Code:
    /dev/fd0        /media/floppy0  vfat    rw,user,noauto  0       0
    {exit, save}
    Code:
    sudo gedit /etc/modules
    add floppy to the end of the list. (unless "floppy" is already there).
    {exit,save}

    <reboot>

    Right click top task bar.
    Add to Panel
    Highlight Disks -> Add.

    Insert a floppy.
    Click the Disk icon on the panel bar.
    Double click the floppy icon.
    You should be able to see if anything is written on the floppy.
    Drag a file into that open floppy window. That should write it.
    Right Click the desktop floppy icon -> Unmount Volume.

    To format:
    Right click a mounted floppy, Unmount Volume. Otherwise:
    Applications -> System Tools -> Floppy Formatter.
    You will only be able to format in DOS mode

    If you Add to Panel -> Disk Mounter -> Preferences -> Mount in Directory: /media/floppy0,

    Clicking once the floppy mounter taskbar icon should mount & open the floppy.

    -----------------------------------------------------------------------------------------------------------------------------------

    If you wish to use the floppy just for Linux, then

    start a root terminal
    Code:
    sudo gedit /etc/fstab
    Change the floppy line to read:
    Code:
    /dev/fd0        /media/floppy0  ext2    rw,user,noauto  0       0

    .
    Last edited by wallijonn; November 8th, 2004 at 09:21 PM.

  2. #2
    Join Date
    Oct 2004
    Location
    Phoenix
    Beans
    437

    Re: HOWTO: Mounting a floppy

    /dev/fd0 /media/floppy0 vfat,ext2 rw,user,noauto 0 0

  3. #3
    Join Date
    Jun 2007
    Beans
    5

    Re: HOWTO: Mounting a floppy

    Hi I am kind of confuse about this procedure. I do the first step you say and then go to the "Floppy" or the fs tab and enter the following code:

    /dev/fd0 /media/floppy0 vfat rw,user,noauto 0 0

    Then save and exit and then go back to the terminal and type:

    sudo gedit /etc/modules


    Now add "floppy" at the end of the list if is not mentioned there and then save and exit.

    Do you reboot from the terminal or do it from the desktop. Or does it even matter.

  4. #4
    Join Date
    Apr 2006
    Location
    USA
    Beans
    246
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Mounting a floppy

    Quote Originally Posted by lionroar View Post
    Hi I am kind of confuse about this procedure. I do the first step you say and then go to the "Floppy" or the fs tab and enter the following code:

    /dev/fd0 /media/floppy0 vfat rw,user,noauto 0 0

    Then save and exit and then go back to the terminal and type:

    sudo gedit /etc/modules


    Now add "floppy" at the end of the list if is not mentioned there and then save and exit.

    Do you reboot from the terminal or do it from the desktop. Or does it even matter.
    Although someone with a little more experience than I have may clarify a bit, I am not aware that it should matter how it reboots
    Fellow traveler on the path to ubuntu.
    Paul

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
  •