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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-02-2004, 08:05 PM
|
#1
|
LQ Newbie
Registered: Apr 2004
Location: Anchorage Alaska
Distribution: Fedora Core 1
Posts: 23
Rep:
|
USB Lexar JumpDrive
I am trying to use a Lexar Jump Drive 1GB. I have started the USB-Storage Module. and I use the tail -s 3 -f /var/log/messages command to find this out.
May 2 16:55:32 dhcppc2 kernel: hub.c: new USB device 00:1d.7-3, assigned addres s 3
May 2 16:55:35 dhcppc2 usb.agent[7860]: missing kernel or user mode driver usb- storage
May 2 16:55:35 dhcppc2 kernel: SCSI device sda: 2030592 512-byte hdwr sectors ( 1040 MB)
May 2 16:55:35 dhcppc2 kernel: sda: Write Protect is off
May 2 16:55:35 dhcppc2 kernel: sda: sda1
May 2 16:55:35 dhcppc2 kernel: inserting floppy driver for 2.4.22-1.2188.nptl
May 2 16:55:38 dhcppc2 kernel: floppy0: no floppy controllers found
May 2 16:55:38 dhcppc2 insmod: /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/b lock/floppy.o: init_module: No such device
May 2 16:55:38 dhcppc2 insmod: Hint: insmod errors can be caused by incorrect m odule parameters, including invalid IO or IRQ parameters. You may find mor e information in syslog or the output from dmesg
May 2 16:55:38 dhcppc2 insmod: /lib/modules/2.4.22-1.2188.nptl/kernel/drivers/b lock/floppy.o: insmod block-major-2 failed
May 2 16:55:39 dhcppc2 devlabel: devlabel service started/restarted
May 2 16:55:59 dhcppc2 su(pam_unix)[8572]: session opened for user root by extr
Why is it trying to use a floppy driver? I have been doing all this as root.
|
|
|
05-02-2004, 08:56 PM
|
#2
|
Member
Registered: Feb 2003
Location: Wichita, KS
Distribution: Heavily modified Redhat
Posts: 194
Rep:
|
It's not using the floppy driver for your USB drive. It's just looking for USB floppy drives and not finding any. Your USB drive is available as /dev/sda1 (i.e. mount -t vfat /dev/sda /mnt/usbdrive).
|
|
|
05-02-2004, 08:57 PM
|
#3
|
Senior Member
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658
Rep:
|
Also, try doing modprobe usb-storage before inserting the jump drive.
Last edited by Capt_Caveman; 05-02-2004 at 08:59 PM.
|
|
|
05-02-2004, 11:22 PM
|
#4
|
LQ Newbie
Registered: Apr 2004
Location: Anchorage Alaska
Distribution: Fedora Core 1
Posts: 23
Original Poster
Rep:
|
I tried modpobe usb-storage before plugging in the USB drive. I tried to mount the drive manually w/ mount -t vfat /dev/sda /mnt/usbdrive got an error.
mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems
|
|
|
05-03-2004, 07:53 AM
|
#5
|
Senior Member
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658
Rep:
|
Usually with the jumb drives, you'll have to mount it as sdaX, where X is an integer between 1 and 4. In your case it looks like the usbdrive is placed under sda1. Create a mount point for it:
mkdir /mnt/usbdrive
Then mount it with the same command jspenguin posted, but specify sda1:
mount -t vfat /dev/sda1 /mnt/usbdrive
If you get any errors, please post them.
Last edited by Capt_Caveman; 05-03-2004 at 08:02 AM.
|
|
|
05-03-2004, 12:02 PM
|
#6
|
LQ Newbie
Registered: Apr 2004
Location: Anchorage Alaska
Distribution: Fedora Core 1
Posts: 23
Original Poster
Rep:
|
This is what I get.
[root@dhcppc2 mnt]# mount -t vfat /dev/sda1 /mnt/usbdrive
mount: /dev/sda1 is not a valid block device
Thanks for your help folks.
|
|
|
All times are GMT -5. The time now is 07:42 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|