View previous topic :: View next topic |
Author |
Message |
bilbravo Guru
Joined: 30 May 2003 Posts: 319 Location: Baltimore, MD
|
Posted: Thu Apr 15, 2004 2:18 am Post subject: bad superblock? |
|
|
i am having trouble mounting my wd 80gb hard drive
it is my data drive, mainly mp3s and such. it is hdb1
when i try to mount it .... mount -t vfat /dev/hdab1 /mnt/drived it says that it is a bad option, bad superblock, or too many mounted drives.... any idea what this iS? _________________ me |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Thu Apr 15, 2004 9:34 am Post subject: |
|
|
A non-existent drive.
There's no such thing as "/dev/hdab1". _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
bokkepoot Tux's lil' helper
Joined: 14 Mar 2003 Posts: 123 Location: The Hague, The Netherlands
|
Posted: Thu Apr 15, 2004 9:36 am Post subject: |
|
|
Quote: | when i try to mount it .... mount -t vfat /dev/hdab1 /mnt/drived it says that it is a bad option, bad superblock, or too many mounted drives.... any idea what this iS? |
I think the message you get is:
Code: | mount: wrong fs type, bad option, bad superblock on /dev/hda2,
or too many mounted file systems
|
(It is always wise to cut and paste the ACTUAL message instead of guessing what it was)
And now back to the question: what is this?
It is either a wrong fs type (Is the partition indeed vfat?), a bad option (can't be that), a bad superblock (did you fsck it?) or you have too many mounted drives.
hth. |
|
Back to top |
|
|
bokkepoot Tux's lil' helper
Joined: 14 Mar 2003 Posts: 123 Location: The Hague, The Netherlands
|
Posted: Thu Apr 15, 2004 9:39 am Post subject: |
|
|
adaptr wrote: | A non-existent drive.
There's no such thing as "/dev/hdab1". |
Who knows, he might have a device like that, since if he doesn't have a device called "/dev/hdab1" then the error message would be Quote: | mount: special device /dev/hdab1 does not exist | wouldn't it? |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Thu Apr 15, 2004 11:05 am Post subject: |
|
|
Not if he has /mnt/drived in his fstab.
In that case it would try to mount from there and see the non-existent /dev/hdab1 as an option - and it would be bad _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
bilbravo Guru
Joined: 30 May 2003 Posts: 319 Location: Baltimore, MD
|
Posted: Thu Apr 15, 2004 2:21 pm Post subject: |
|
|
typo....
i did indeed type /dev/hdb1 but in the post i put /hdab1 sorry
i will run a fsck on the drive, and yes it is fat32 partition
i am confused, how do i have "TOO" many mounted drives? if that's the case, why use linux at all? i can mount them in windows just fine _________________ me |
|
Back to top |
|
|
|