PDA

View Full Version : HOWTO: Mounting a floppy



wallijonn
November 8th, 2004, 09:02 PM
If you want to use the floppy with Windows:

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



sudo gedit /etc/fstab

Change the floppy line to read:


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

{exit, save}


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


sudo gedit /etc/fstab

Change the floppy line to read:


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



.

wallijonn
February 22nd, 2005, 09:44 PM
/dev/fd0 /media/floppy0 vfat,ext2 rw,user,noauto 0 0

lionroar
June 8th, 2007, 07:11 PM
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.

pneaveill
September 26th, 2007, 10:14 PM
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