Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No devices in /dev (SOLVED)
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
KaZiber
n00b
n00b


Joined: 01 Feb 2005
Posts: 68
Location: Sweden

PostPosted: Fri Sep 05, 2008 8:15 am    Post subject: No devices in /dev (SOLVED) Reply with quote

I must have forgot something or done something very wrong because this is what ls /dev shows up...
livecd / # ls /dev/
console null pts shm tty1

So when i can't find harddrives i can't install grub... i have installed gentoo using the gtk-installer... Have i forgot to emerge something ? :roll:


Last edited by KaZiber on Fri Sep 05, 2008 10:51 am; edited 2 times in total
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Fri Sep 05, 2008 10:27 am    Post subject: Reply with quote

I'm assuming these devices are missing when your in your chrooted environment?

Did you forget to do this before doing 'chroot /mnt/gentoo':?

Code:
Code Listing 1.4: Mounting /proc and /dev

# mount -t proc none /mnt/gentoo/proc
# mount -o bind /dev /mnt/gentoo/dev
Back to top
View user's profile Send private message
KaZiber
n00b
n00b


Joined: 01 Feb 2005
Posts: 68
Location: Sweden

PostPosted: Fri Sep 05, 2008 10:49 am    Post subject: Reply with quote

Thanks alot :)
I knew it must be something i have forgot :P

This helped.

Quote:
mount -o bind /dev /mnt/gentoo/dev
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