Forum overview »
Hardware » unable to mount usb drives in linux (1/1)
| unable to mount usb drives in linux |
| Author |
Message |
iamroot
Senior Member
Posts: 501
From: GNULand
Joined: 2004-04-06
Member No.: 29114
|
2004-06-18 23:50:51
Everytime i try to mount my usb drive in linux, i get an error msg which says : unable to read superblock. How do i solve this??
|
|
| Post #140049 |
|
dinko
Junior Member
Posts: 2
From: SLOVENIA
Joined: 2004-06-20
Member No.: 31068
|
2004-06-20 07:40:07
FOr usb drive i have just same problems...but...i solv this problem on this way..in hard drake ...search usb disk (sda) ... then click run config tool...then in config tool click DONE)... the hard drake ...and WALLA...( i have IOMEGA 120GB 2.0 USB disk)
|
|
| Post #140116 |
|
danleff
Moderator
Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
|
2004-06-20 10:25:34
Fedora Core 2?
Could you post what commands/method that you are using to access the drive and if it is listed in your /etc/fstab file.
|
|
| Post #140121 |
|
Dapper Dan
Moderator
Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
|
2004-06-20 17:23:54
danleff I'm running Core 1 and 2. Core 1 has to be configured but Core 2 is set up to recognize and mount USB. Pretty neat huh?
|
|
| Post #140127 |
|
danleff
Moderator
Posts: 2365
From: Albany, NY
Joined: 2002-08-30
Member No.: 12718
|
2004-06-20 19:59:43
This is good news! I had heard that core 2 did not have a supermount option built in. I'll have to try it and see. DapperDan, did you use the upgrade route to core 2 or fresh install?
Any problem with the issue with reading or changing your windows partition?
|
|
| Post #140130 |
|
Dapper Dan
Moderator
Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
|
2004-06-21 00:10:35
Fresh install. But let me have a second look at it to make sure I didn't just dream it had built in USB file device support. I'll get back soon.. 
|
|
| Post #140131 |
|
Dapper Dan
Moderator
Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
|
2004-06-22 23:10:35
Yes, I was correct. Without any programing on my part, Fedora 2 found and mounted my USB stick that I just happened to have plugged in when I did the install!
|
|
| Post #140226 |
|
iamroot
Senior Member
Posts: 501
From: GNULand
Joined: 2004-04-06
Member No.: 29114
|
2004-06-23 05:39:08
Huh? When i plugged in my usb drive, a folder appeared in my /mnt directory which was named flash. But when i clicked it, there was nothing inside.
|
|
| Post #140236 |
|
Dapper Dan
Moderator
Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
|
2004-06-23 10:58:21
Using gedit as root, check your /etc/fstab and tell me if you have a line that looks like this toward the bottom...
| /dev/sda1 /mnt/flash auto noauto,owner,kudzu 0 0 |
It may be just a matter of mounting it. As root go:
mount /dev/sda1 /mnt/flash [enter]
Then:
mount /mnt/flash [enter]
Also try leaving your USB device plugged in before booting/rebooting. My guess is that it will be mounted at startup and you'll then have access to it without having to mount it yourself.
|
|
| Post #140248 |
|
sybex
Member
|
2004-06-23 15:41:57
I am a linux newbie and i don't know how to mount my usb cable with nokia n-gage.
Back in windows it was seen like local disk..just copy and paste and i could do some stuff.
I just want to do the same in linux...any help?
I have knoppix v.3.3
|
|
| Post #140273 |
|
Dapper Dan
Moderator
Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
|
2004-06-23 18:28:02
Is this like one of those picture imaging programs? If so, I just don't know if there is an equivalant Linux program that gives any support for it.
Are your pictures on a USB storage device or are you trying to download them to your box directly from a camera via a USB cable? If camera via USB cable, I wouldn't know how to do that. If taking out a USB storage device and plugging it into your computer, we can probably make that happen. What distro are you using?
|
|
| Post #140283 |
|
iamroot
Senior Member
Posts: 501
From: GNULand
Joined: 2004-04-06
Member No.: 29114
|
2004-06-24 01:40:08
I'll try it. Thanks anyway.
|
|
| Post #140306 |
|
Forum overview »
Hardware » unable to mount usb drives in linux