Find the answer to your Linux question:
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....
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    27

    Question 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.

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Which desktop?

  3. #3
    oz
    oz is online now
    forum.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.

  4. #4
    Just 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 .

    Code:
    # mount /dev/fd0
               # umount /dev/fd0
    
                           or
    
               # mount    /media/floppy
               # umount  /media/floppy
    An alternative way to mounting disks is to use the mtools commands.

    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

  5. #5
    Just 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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...