Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
mounting problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Antihero
n00b
n00b


Joined: 25 Nov 2002
Posts: 2
Location: Washington

PostPosted: Mon Nov 25, 2002 7:33 am    Post subject: mounting problem Reply with quote

So i am onto the part where I:

Code listing 7.2: Creating Mount Points
# mkdir /mnt/gentoo
# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot


and it won;t mount... it just says "ext3: no journal on filesystem on ide0(3,1)"

I tried again and it says "mount: Mounting /dev/hda1 on /mnt/gentoo/boot failed: Device or resource busy"
Back to top
View user's profile Send private message
DArtagnan
l33t
l33t


Joined: 30 Apr 2002
Posts: 942
Location: Israel, Jerusalem

PostPosted: Mon Nov 25, 2002 7:53 am    Post subject: Re: mounting problem Reply with quote

Antihero wrote:
So i am onto the part where I:

Code listing 7.2: Creating Mount Points
# mkdir /mnt/gentoo
# mount /dev/hda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/hda1 /mnt/gentoo/boot


and it won;t mount... it just says "ext3: no journal on filesystem on ide0(3,1)"

I tried again and it says "mount: Mounting /dev/hda1 on /mnt/gentoo/boot failed: Device or resource busy"


Is the part. really ext3?
_________________
All for one and one for All
--

MACPRO machine...
Back to top
View user's profile Send private message
Antihero
n00b
n00b


Joined: 25 Nov 2002
Posts: 2
Location: Washington

PostPosted: Tue Nov 26, 2002 1:48 am    Post subject: Reply with quote

nope
Back to top
View user's profile Send private message
darktux
Veteran
Veteran


Joined: 16 Nov 2002
Posts: 1086
Location: Coimbra, Portugal

PostPosted: Sat Nov 30, 2002 12:58 am    Post subject: Reply with quote

So what is it then? mount usually detects the fs that's trying to mount.. Try doing something linke mount -t fs /dev/hda? /mnt/? beeing fs something like, reiserfs, ext3, ext2, xfs, or whatever you chose. :-)
_________________
Lego my ego, and I'll lego your knowledge

www.tuxslare.org - My reborn website :P
Back to top
View user's profile Send private message
LugnutsForBrains
Tux's lil' helper
Tux's lil' helper


Joined: 23 Oct 2002
Posts: 89
Location: Mesa, AZ

PostPosted: Sat Nov 30, 2002 1:07 am    Post subject: Reply with quote

I have run into this problem many times. I find that if I use the dd command to wipe out the partition table, I remove traces of other OS'es that seem to get in the way.

(e.g. #dd if=/dev/zero of=/dev/hda1 bs=512 count=1)

This has fixed it every time for me. Although you have to start over...
_________________
Is the sky really falling???
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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