This is a discussion on Re: Can't Install within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Out of curiosity - what is the difference between the two methods and what difference does it make? Jon ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Out of curiosity - what is the difference between the two methods and what difference does it make? Jon Portnoy wrote: > In article <vfcmvuq0m3p425@corp.supernews.com>, Brett Holcomb wrote: >> Hmm, the docs have changed. It used to be that on the install sheet I >> have. Guess I'll print a new one. >> >> > > Yeah, we revised that section. Either one works, but -t proc proc > /mnt/gentoo/proc is the 'correct' way. > > > -- Brett I. Holcomb brettholcomb@R777charter.net AKA Grunt <>< Registered Linux User #188143 Remove R777 to email |
| |||
| In article <vff1v1k9sk5668@corp.supernews.com>, Brett Holcomb wrote: > Out of curiosity - what is the difference between the two methods and what > difference does it make? > Bind mounting is like a symbolic link. It makes one directory appear to be in multiple places. Using -t proc mounts a 'new' proc filesystem (except that it's always going to be in sync with the first proc filesystem). In practice, it likely doesn't matter. -- Jon Portnoy avenj/irc.freenode.net Opinions expressed are my own, not those of any entity I am associated with unless stated otherwise. |
| ||||
| Thanks for the explanation. Jon Portnoy wrote: > In article <vff1v1k9sk5668@corp.supernews.com>, Brett Holcomb wrote: >> Out of curiosity - what is the difference between the two methods and >> what difference does it make? >> > > Bind mounting is like a symbolic link. It makes one directory appear to > be in multiple places. > > Using -t proc mounts a 'new' proc filesystem (except that it's always > going to be in sync with the first proc filesystem). > > In practice, it likely doesn't matter. > -- Brett I. Holcomb brettholcomb@R777charter.net AKA Grunt <>< Registered Linux User #188143 Remove R777 to email |