Results 1 to 5 of 5
I have just installed SUSE 11.3, how do I get a floppy icon on the desktop that I can right click on to mount. thanks....
- 09-14-2010 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 27
How do I Mount Floppy Disk Drive on SUSE 11.3
I have just installed SUSE 11.3, how do I get a floppy icon on the desktop that I can right click on to mount. thanks.
- 09-14-2010 #2
- 09-14-2010 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
If it's Gnome, right-click the desktop and you should find an option to create a device icon where you can set the properties.
If it's KDE4, activate the Folder View widget, then right-click within the folder, then choose: Create New > Link to Device > Floppy Drive.
If it's Xfce4, it should be similar to the Gnome method above.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-15-2010 #4Just Joined!
- Join Date
- Sep 2010
- Posts
- 1
How to mount the Floppy Disk ?
Hi,
floppy can be mounted in two ways
1. Through GUI
2. Through Command
Option-1 is explained before in KDE & GNOME desktops.
Option-2 I will explain .
An alternative way to mounting disks is to use the mtools commands.Code:# mount /dev/fd0 # umount /dev/fd0 or # mount /media/floppy # umount /media/floppy
DOS floppies can be accessed with mtools.
For Example:
Code:mdir a: mcopy /home/file.txt a:
If you want to clear your basics on Mounting & Unmounting attempt some
linux online test at wiziq .
Thanks
Regards
Kolla Sanjeeva Rao
- 09-16-2010 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 27
Floppy Disk Icon
Thanks very much for your help people, I have gnome desktop, I will try your suggestions. Rgds.


Reply With Quote