Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread David Haller
Hello, On Tue, 23 Jun 2015, Alan McKinnon wrote: On 23/06/2015 09:27, Ran Shalit wrote: I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Christopher Jones
Sent from my iPhone On Jun 23, 2015, at 10:31 AM, David Haller gen...@dhaller.de wrote: Hello, On Tue, 23 Jun 2015, Alan McKinnon wrote: On 23/06/2015 09:27, Ran Shalit wrote: I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread David Haller
Hello, On Tue, 23 Jun 2015, Christopher Jones wrote: Sent from my iPhone That figures. On Jun 23, 2015, at 10:31 AM, David Haller gen...@dhaller.de wrote: [..] /root/bin/chrooter [..] ### convenient way to mount further stuff outside the chroot (with the ### appropriate fstab

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Mike Gilbert
On Tue, Jun 23, 2015 at 5:14 AM, Alan McKinnon alan.mckin...@gmail.com wrote: On 23/06/2015 09:27, Ran Shalit wrote: Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Paul Tobias
test -e ${root}/dev/zero || mount --bind /dev/ ${root}/dev test -e ${root}/dev/shm/dh || mount --bind /dev/shm ${root}/dev/shm test -e ${root}/dev/pts/0 || mount --bind /dev/pts/ ${root}/dev/pts no need to separately mount shm and pts, just use --rbind, as the install doc recommends

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Alan McKinnon
On 23/06/2015 09:27, Ran Shalit wrote: Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which I'm not sure I really understand. It's

[gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Ran Shalit
Hello, I am a beginner with Gentoo. I have followed the instruction for the installation, and tried to see that I really understand all of them. There is the command: mount -o bind /dev /mnt/gentoo/dev Which I'm not sure I really understand. 1. What is the difference between doing thses mount to

Re: [gentoo-user] mount -o bind /dev /mnt/gentoo/dev

2015-06-23 Thread Rich Freeman
On Tue, Jun 23, 2015 at 10:31 AM, David Haller gen...@dhaller.de wrote: ACK. There's more actually. Currently, I run Gentoo mostly in a chroot from my old system[1], and also updated it that way[2]. Currently, I use this script to chroot into gentoo: You might consider running Gentoo Prefix