Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
![Reply](https://www.linuxquestions.org/questions/images/buttons/reply.gif) |
03-14-2005, 04:30 AM
|
#1
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,356
Rep:
|
Mount usb drive, umount and mount another drive
I can mount and umount and mount again my usb pendrive
I can mount and umount and mount again my usb hard drive
I can mount and umount and mount again my usb MP3 player
What I cannot do is mount one of them, umount them, then unplug it and plug in and mount one of the others. Once I have mounted one of them the only one that it will accept is the same device, unless I reboot.
This problem occurs whether root or user with
mount -t vfat /dev/sda1 /mnt/flash
I get bad block device errors.
What am I doing wrong
Thanks
Alan
|
|
|
03-14-2005, 05:59 AM
|
#2
|
Senior Member
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460
Rep:
|
Can you mount two at the same time?
|
|
|
03-14-2005, 06:12 AM
|
#3
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,356
Original Poster
Rep:
|
I have never tried. My PC is old and short of ports but I will have a go.
If I mount them at the same time presumably the first would be sda1. What would the second be?
|
|
|
03-14-2005, 07:50 AM
|
#4
|
Member
Registered: Jun 2004
Location: New Jersey, USA
Distribution: Slackware 11
Posts: 191
Rep:
|
fdisk -l should list what everything is, once they are plugged in
|
|
1 members found this post helpful.
|
03-14-2005, 03:02 PM
|
#5
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,356
Original Poster
Rep:
|
Thanks buffy. That shows sdb1. I think it is sorted. :-)
|
|
|
03-14-2005, 05:02 PM
|
#6
|
Member
Registered: Oct 2004
Location: Michigan, US
Distribution: Redhat 7.3, 9.0; Slackware 10, 10.1, 10.2, 11; FreeBSD 7.0; KnoppMyth 5.5
Posts: 125
Rep:
|
I have this same problem on my RedHat 7.3 box, only I get no medium found instead of bad blocks. I found a workaround, but figure that the problem will go away when I have time to install a semi-recent distro on this machine.
My solution is:
Code:
<umount old drive, disconnect>
su -l
modprobe -r usb-storage
<wait ~5-10 seconds>
modprobe usb-storage
exit
<plug in new device>
mount /dev/sda1
|
|
|
03-14-2005, 05:22 PM
|
#7
|
Member
Registered: Jun 2004
Location: New Jersey, USA
Distribution: Slackware 11
Posts: 191
Rep:
|
your problem may be that the module for usb storage doesnt load at boot. what you are doing is loading the module with the modprobe command. do you use hotplugging?
|
|
|
01-16-2007, 11:22 PM
|
#8
|
LQ Newbie
Registered: Jan 2007
Posts: 1
Rep:
|
help me
sombody help,
i have problem, my usb flash not detected my slackware
sory i'm still newbie
thanks
bepe
|
|
|
01-17-2007, 03:52 AM
|
#9
|
LQ Newbie
Registered: Jan 2007
Posts: 1
Rep:
|
can't read supperblock
I'm using REL4 with kernel version 2.6.9.
When I mount my USB using command
root@REL # mount -t vfat /dev/sda /home/usb
it raise error
"can't read supperblock"
what should I do?
|
|
|
01-17-2007, 04:46 AM
|
#10
|
Senior Member
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,356
Original Poster
Rep:
|
symbal pecah
Put in the usb flash. Wait 10 seconds, run dmesg from the console, post the last 20 lines here.
mhpit
You probably need sda1, not sda
|
|
|
All times are GMT -5. The time now is 04:50 AM.
|
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
|
|