![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Quad Shot of Ubuntu
![]() Join Date: Oct 2004
Location: Phoenix
Beans: 436
|
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 Code:
/dev/fd0 /media/floppy0 vfat rw,user,noauto 0 0 Code:
sudo gedit /etc/modules {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 Code:
/dev/fd0 /media/floppy0 ext2 rw,user,noauto 0 0 . Last edited by wallijonn; November 8th, 2004 at 04:21 PM.. |
|
|
|
|
|
#2 |
|
Quad Shot of Ubuntu
![]() Join Date: Oct 2004
Location: Phoenix
Beans: 436
|
Re: HOWTO: Mounting a floppy
/dev/fd0 /media/floppy0 vfat,ext2 rw,user,noauto 0 0
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() 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 | |
|
Way Too Much Ubuntu
![]() |
Re: HOWTO: Mounting a floppy
Quote:
__________________
to do list: 1. LIRC on media server and 2. loading win2k into native kernel on dual boot machine 3. loading music server software on computers #3 and #4 Fellow traveler on the path to ubuntu. Paul |
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|