Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Laptop Install error: mount point /mnt/gentoo does NOT exist
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
cayenne
l33t
l33t


Joined: 17 Oct 2002
Posts: 945
Location: New Orleans

PostPosted: Sat Nov 09, 2002 4:08 pm    Post subject: Laptop Install error: mount point /mnt/gentoo does NOT exist Reply with quote

Hello all,
I'm trying to put gentoo on a NEC versa p/75. I'm using the tomsrtbt boot disk. I"ve found my net card...I"ve repartitioned the drive....

hda1 for boot
hda1 = extended
hda5 = swap
hda6 = to be /

hda1 and hda6 are ext3. I'm at the point where I'm trying to create mkdir /mnt/gentoo
and mount it on /dev/hda6

I get this:

mkdir /mnt/gentoo
mount -t ext3 /dev/hda6 /mnt/gentoo

mount: mount point /mnt/gentoo does not exist

Any ideas on what's going on here? I've tried this without the -t ext3 option...same error message.....I"m stuck.....

TIA,

cayenne

ps. I posted this on the hardware and laptops section too...but, not many replies...moved over here since it was more of an install issue... :oops:


Last edited by cayenne on Sat Nov 09, 2002 9:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sat Nov 09, 2002 4:37 pm    Post subject: Reply with quote

Can't see anything wrong with that picture, is there something strange going on with the /mnt or /mnt/gentoo dir ( !!!! link !!!! ). Do ls -al /mnt/ it's probably linked or something. But you should have gotten an error doing mkdir /mnt/gentoo????

Hope you fix it,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
cayenne
l33t
l33t


Joined: 17 Oct 2002
Posts: 945
Location: New Orleans

PostPosted: Sat Nov 09, 2002 7:56 pm    Post subject: Reply with quote

lx wrote:
Can't see anything wrong with that picture, is there something strange going on with the /mnt or /mnt/gentoo dir ( !!!! link !!!! ). Do ls -al /mnt/ it's probably linked or something. But you should have gotten an error doing mkdir /mnt/gentoo????

Hope you fix it,

Cya lX.


thanx for the reply!!

Yeah, weird...no error on the mount command...but, it doesn't do anything either...

I've changed /mnt from user 500 and group 100 to root and root....I did a chmod 777 on /mnt.

ls -la gives:

drwxrwxrwx 2 root root 64 May 12 2001 mnt


No links as far as I can tell.........

TIA for any further suggestions...

Cayenne :?: :roll: :?:
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sat Nov 09, 2002 10:29 pm    Post subject: Reply with quote

cayenne wrote:

I've changed /mnt from user 500 and group 100 to root and root....I did a chmod 777 on /mnt.

ls -la gives:

drwxrwxrwx 2 root root 64 May 12 2001 mnt


No links as far as I can tell.........

Is this after the mkdir /mnt/gentoo command? also check how / (root) is mounted by issueing the command
Code:
mount
.

Very strange, Hope you/we can fix it,

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
cayenne
l33t
l33t


Joined: 17 Oct 2002
Posts: 945
Location: New Orleans

PostPosted: Sat Nov 09, 2002 11:06 pm    Post subject: Running out of ideas.... Reply with quote

Thanks for the reply.

Ok with issuing the mount command I get:

/dev/ram0 on / type minix (rw)
none on /proc type proc (rw)
/dev/ram3 on /tmp type minix (rw)

I started playing around...mkdir does not make a directory ANYWHERE...I tried on / and
other directories. It gives no error...but, does not seem to do anything.

I got a note from Tom that said:

"mkdir should be fine, maybe somehow it got mounted readonly?

It may be that it can only make 1 directory at a time and you
are specifying both of them?"

I'm not sure how anything got mounted readonly..doesn't seem to be...I chmod'ed / and /mnt to 777....

I've been trying to hold off on a reboot...but, running out of things to try...?? I just did the normal /.install.s with the tomsrtbt to make the boot floppy...until this point, it seemed to work fine..found my eth0...was able to manually get it config'ed...and wham, stuck on this which should be pretty straight forward I'd thing...

Any other suggestions I might could look at?

TIA,

C................................:?: :? :? :? :? :?:

lx wrote:
cayenne wrote:

I've changed /mnt from user 500 and group 100 to root and root....I did a chmod 777 on /mnt.

ls -la gives:

drwxrwxrwx 2 root root 64 May 12 2001 mnt


No links as far as I can tell.........

Is this after the mkdir /mnt/gentoo command? also check how / (root) is mounted by issueing the command
Code:
mount
.

Very strange, Hope you/we can fix it,

Cya lX.
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sat Nov 09, 2002 11:23 pm    Post subject: Reply with quote

Maybe you should try to mount your harddisk in /mnt (not /mnt/gentoo), maybe somehow the ramdisk prevents you from creating files or something, I am not familiar with tomsrtbt.

check the mount using the mount command and.....

If this succeeds make a tempdir in /mnt, mount the cdrom/partition with tarfile in this tempdir cp the tar to /mnt ,... umount the tempdir and untar the copied tar in /mnt.

Grasping at staws here, ;-)

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
lx
Veteran
Veteran


Joined: 28 May 2002
Posts: 1012
Location: Netherlands

PostPosted: Sun Nov 10, 2002 1:09 am    Post subject: Reply with quote

just checked link in your previous post:
Quote:
Have any of ya'll used this boot floppy method before? I'm trying to follow
https://forums.gentoo.org/viewtopic.php?t=8690


I think the swapon instruction (make virtual memory available) is very important, have you done this ? do you have a swap partition?, well you still can try my previous solution (mmmm well I hope it's a solution)

Cya lX.
_________________
"Remember there's a big difference between kneeling down and bending over.", Frank Zappa
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Sun Nov 10, 2002 1:43 am    Post subject: Reply with quote

Also if you've ever had Windows on these partitions, before, search the forums for "ghost and superblock" to see how to get rid of it fully. Failure to do so can cause things to get mounted read-only when you don't want that to happen, and all sorts of other confusing things.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
bekenone
n00b
n00b


Joined: 10 Nov 2002
Posts: 7
Location: USA

PostPosted: Sun Nov 10, 2002 2:03 am    Post subject: Re: Laptop Install error: mount point /mnt/gentoo does NOT e Reply with quote

mkdir /mnt/gentoo
mount -t ext3 /dev/hda6 /mnt/gentoo
mount: mount point /mnt/gentoo does not exist

partition it with: mke2fs -j /dev/hda6
make your directory.
add your swap first then mount your / with: mount /dev/hda6 /mnt/gentoo
then the rest.

i did a whole install without any switches or deliberate filesystems :)
Back to top
View user's profile Send private message
Luder99
n00b
n00b


Joined: 29 Sep 2002
Posts: 41

PostPosted: Sun Nov 10, 2002 2:36 am    Post subject: Reply with quote

Just a shot in the dark, but did you set permissions after bunzip2'ing the tarball? Maybe you don't have permission to mkdir.

I was having some weird problems when doing an install using tomsrtbt. Followed the directions (I must have glanced over the line) and bang, it worked!

Maybe that will help...
KP
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