LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-05-2002, 02:07 AM   #1
Enigma
LQ Newbie
 
Registered: Mar 2002
Posts: 13

Rep: Reputation: 0
Cant mount usb floppy


i am trying to mount my usb floppy on my laptop. I have just installed mandrake 8.1 and know squat about linux. Any help would be appreciated
 
Old 06-05-2002, 02:22 AM   #2
sakeeb
Member
 
Registered: Apr 2002
Posts: 270

Rep: Reputation: 31
did you load usb modules?
(i assume the usb device are compiled as modules)

use modprobe to load usbmodules
 
Old 06-05-2002, 04:41 AM   #3
Enigma
LQ Newbie
 
Registered: Mar 2002
Posts: 13

Original Poster
Rep: Reputation: 0
what exactly do I do though? I did the modprobe thing and it said nothing to load. Sorry but I know squat about linux
 
Old 06-05-2002, 07:18 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
They may have been loaded during startup, mandrake is pretty good about things like that. So (assuming you configured it in the setup of Mandrake) you would run:
mount /dev/usb/fd0 /mnt/floppy

Try this and hopefully that will work. If the usb modules aren't loaded, you would run:
modprobe usb (usb-uhci;usb-ohci;usb-core if usb doesn't work alone)

Give em a try, see if any of those work.

Oh and to test it (and to enter the floppy if it works) you would do this:
cd /mnt/floppy

Then to see what's on the floppy type:
ls

Good luck
 
Old 06-05-2002, 07:40 AM   #5
Enigma
LQ Newbie
 
Registered: Mar 2002
Posts: 13

Original Poster
Rep: Reputation: 0
heres what I got when i did mount /dev/usb/fd0 /mnt/floppy

mount: special drive /dev/usb/fd0 does not exist

any other ideas guys?
 
Old 06-05-2002, 09:02 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Did you do a successful modprobe yet?

Then at a prompt just type 'mount'
 
Old 06-05-2002, 09:04 AM   #7
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Oh and list the results of the mount
 
Old 06-05-2002, 09:10 AM   #8
Enigma
LQ Newbie
 
Registered: Mar 2002
Posts: 13

Original Poster
Rep: Reputation: 0
the uhci modprobe was successful. After I try to mount it, it says

mount: special device /dev/usb/fd0 doesnt not exist

Last edited by Enigma; 06-05-2002 at 09:21 AM.
 
Old 03-17-2004, 03:47 AM   #9
-xkirkx-
LQ Newbie
 
Registered: Mar 2004
Location: Spain
Distribution: Debian 3.0 Woody
Posts: 1

Rep: Reputation: 0
Nothing at all..

I've just seeing your post because I had the same problem, so I do continued searching the internet because the solutions that people gave you did not work with me too (I am using Red Hat 9, but it does not matters).

If you want to access your floppy drive, first you should mount it this way:

mount /dev/sda /mnt/floppy

...and, after you have mounted it, you have to access to the folder where you have mounted it, this case you have to access to /mnt/floppy.

NOTE 1: To mount your device in that folder, you have to be root. You can login as root in a console this way:

su
password: [enter your password]

... I mean, you write 'su' in your console and the login program will ask you for your root password. You insert it and you have just logged in as root. Then, you can mount your floppy.

NOTE 2: You also have to create your mount point, I mean, the folder where you want to mount your floppy drive by usb (in the example I gave you the folder is '/mnt/floppy', a very common one).

Goodbye and luck...
 
Old 06-07-2004, 01:11 AM   #10
mumtaz
LQ Newbie
 
Registered: Jun 2004
Posts: 7

Rep: Reputation: 0
Re: Nothing at all..

Quote:
Originally posted by -xkirkx-
(I am using Red Hat 9, but it does not matters).

If you want to access your floppy drive, first you should mount it this way:

mount /dev/sda /mnt/floppy


Using Mandrake 10, when I issue this command, it responds with this message:


Code:
mount: you must specify the filesystem type
What should be done now?

And what about some sort of automatic support for USB floppy, just like we have it in Macintosh.
 
Old 06-07-2004, 04:03 PM   #11
tired
Member
 
Registered: Jan 2004
Location: Wales UK
Distribution: Suse 9.0, Slackware 10, FC3
Posts: 51

Rep: Reputation: 15
I use Suse 9.0 so I dont know if this is the same with other distros.

In KDE when I plug in a usb device, if I wait a few seconds the desktop comes alive and shows an icon for the usb device whether its a thumb drive in which case its sda1 (2,3,4, whatever) or a zip disk in which case its zip. It seems strange but try waiting a bit to see if the file system kicks in.

Otherwise make sure that you create a mount point in /mnt or /media depending on your distro, call it usbfloppy or whateber you like. You may have to be root to do it.

Then as root mount /dev/sda -t msdos (or whatever is the file system type) /mnt/usbfloppy ( or /media/usbfloppy if your a happy suse user)

If your unsure about the file system try the man pages for a hint.

Good Luck
 
Old 06-07-2004, 08:53 PM   #12
name_in_use450
Member
 
Registered: Jun 2004
Location: United States
Distribution: slackware 10.0 mostly; used many
Posts: 109

Rep: Reputation: 15
floppies suck
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
USB Floppy mount after linux rescue temm Linux - Hardware 0 10-12-2005 08:31 AM
Unalbe to Mount USB Floppy VorlonInfoTech Linux - Hardware 4 06-24-2004 03:22 PM
mount usb module then mount usb hard drive guanyu Linux - Hardware 1 10-08-2003 11:50 AM
Auto Mount Floppy/CD/USB Asificare Red Hat 2 08-29-2003 09:53 AM
How do I mount USB Floppy? esael Linux - General 3 09-26-2002 11:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration