Gentoo Archives: gentoo-dev

From: Paul <set@×××××.com>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Re: installing gento
Date: Sun, 07 Apr 2002 16:46:53
Message-Id: 20020407173927.K3603@squish.home.loc
In Reply to: [gentoo-dev] installing gento by Alexander
1 Alexander <aia@××××.ru>, on Sun Apr 07, 2002 [09:43:25 PM] said:
2 > # mount --bind /usr/portage usr/portage
3 >
4 > mount: special device /usr/portage does not exist
5 >
6 > ???
7 >
8
9 Hi;
10
11 This is exactly the message you would get if /usr/portage
12 does not exist. (this is kind of confusing for a bind type mount,
13 as it is not a special device, but thats the way it is now.)
14 If you are chrooted someplace, you cannot access the
15 real root dir. ie. if you wanted to
16 'mount --bind /usr/portage /mnt/usr/portage'
17 You have to do it before (or from another console) before you
18 'chroot /mnt bash'....
19
20 Paul
21 set@×××××.com