Ubuntu This forum is for the discussion of Ubuntu 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.
|
 |
03-13-2007, 07:09 PM
|
#1
|
Member
Registered: Apr 2005
Posts: 96
Rep:
|
memory stick
I can't access my memory stick. I have tried to mount it using "sudo mount /dev/sda <DIR>" and get the following error
mount: /dev/sda: can't read superblock
also I 've done a "sudo /sbin/fsck /dev/sda" and get this error
fsck 1.39 (29-May-2006)
e2fsck 1.39 (29-May-2006)
fsck.ext2: Invalid argument while trying to open /dev/sda
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Running this command "e2fsck -b 8193 /dev/sda" gives me
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Am I out of options here or is there anything on the disk that is recoverable?
Thanks,The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
Thanks
|
|
|
03-13-2007, 07:47 PM
|
#2
|
Member
Registered: Jan 2005
Location: germany
Distribution: suse, opensuse, debian, others for testing
Posts: 307
Rep:
|
what is the output of 'hwinfo --partition' (as root)
after you've plugged in the stick ?
if the first partition on the stick is /dev/sda1 for example, mounting /dev/sda won't work.
|
|
|
03-13-2007, 07:57 PM
|
#3
|
Member
Registered: Apr 2005
Posts: 96
Original Poster
Rep:
|
I type "sudo hwinfo /dev/sda"
and get
sudo: hwinfo: command not found
|
|
|
03-13-2007, 09:53 PM
|
#4
|
Member
Registered: Jan 2005
Location: germany
Distribution: suse, opensuse, debian, others for testing
Posts: 307
Rep:
|
sorry,
--partition is an option to hwinfo.
if that's not installed, try to get it or:
should show most available partitions (some fancy compaq smart array controllers don't show up)
so if your usb-disk shows up as device /dev/sda and has been partitioned + filesystem created fdisk should list those partitions and you can figure out which are valid for you.
|
|
|
03-14-2007, 01:42 AM
|
#5
|
Member
Registered: Jul 2005
Location: England, UK
Distribution: Ubuntu 8.04 Server, Kubuntu 12.04
Posts: 698
Rep:
|
try /dev/sda1 instead of /dev/sda
|
|
|
All times are GMT -5. The time now is 09:55 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
|
|