Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3 Hard drives and a bad rap
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Seektheguru
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2002
Posts: 106
Location: VA, USA

PostPosted: Wed Aug 21, 2002 10:04 pm    Post subject: 3 Hard drives and a bad rap Reply with quote

I have 3 hard drives in my computer. On one, I have 3 partitions for swap, / and boot, on another i have a fat32 windows partition and on the 3rd, I have and ext2 partition for data. For some reason, I can't seem to mount it. I get:

Code:
Called: mount -text2 /dev/hde1 /video -o noauto,noatime
mount: wrong fs type, bad option, bad superblock on /dev/hde1,
or too many mounted file systems


It does show up as hde on bootup, and is formatted for ext2, so any ideas why it would say that?
Back to top
View user's profile Send private message
Lockup
Guru
Guru


Joined: 25 Jul 2002
Posts: 430

PostPosted: Wed Aug 21, 2002 10:36 pm    Post subject: Reply with quote

well, you need a space between -t and ext2:P
Back to top
View user's profile Send private message
Seektheguru
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2002
Posts: 106
Location: VA, USA

PostPosted: Wed Aug 21, 2002 10:44 pm    Post subject: Reply with quote

first of all, that message came up from kdiskfree, and not me mounting it, and second, i just tried manually doing it and it had the same prob...
Back to top
View user's profile Send private message
BradN
Advocate
Advocate


Joined: 19 Apr 2002
Posts: 2391
Location: Wisconsin (USA)

PostPosted: Thu Aug 22, 2002 12:44 am    Post subject: Reply with quote

does /video exist?
Back to top
View user's profile Send private message
Seektheguru
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2002
Posts: 106
Location: VA, USA

PostPosted: Thu Aug 22, 2002 12:51 am    Post subject: Reply with quote

yep
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7731
Location: Underworld

PostPosted: Thu Aug 22, 2002 1:42 am    Post subject: Re: 3 Hard drives and a bad rap Reply with quote

Try to print the partition info (fdisk /dev/hde1 and then p (print)) to be sure the partition is there and it is a Linux partition.

Seektheguru wrote:
I have 3 hard drives in my computer. On one, I have 3 partitions for swap, / and boot, on another i have a fat32 windows partition and on the 3rd, I have and ext2 partition for data. For some reason, I can't seem to mount it. I get:

Code:
Called: mount -text2 /dev/hde1 /video -o noauto,noatime
mount: wrong fs type, bad option, bad superblock on /dev/hde1,
or too many mounted file systems


It does show up as hde on bootup, and is formatted for ext2, so any ideas why it would say that?


EDIT -- sorry, it is fdisk /dev/hde


Last edited by pilla on Thu Aug 22, 2002 1:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
Pigeon
Guru
Guru


Joined: 21 Jun 2002
Posts: 307

PostPosted: Thu Aug 22, 2002 4:02 am    Post subject: Reply with quote

"fdisk /dev/hde1" will give you garbage. You can't fdisk an individual partition.

Do "fdisk -l /dev/hde" instead. Are you using an add-in card control that drive? Often times they'll either need their own driver, or have their /dev location in some funky place.

Also- could you show us your /etc/fstab entry for the offending drive?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum