[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: chroot ?



On Sat, Aug 16, 2008 at 10:23:43AM -0400, Paul Cartwright wrote:
> in the process of looking at what i do have mounted, I noticed a bunch of 
> chroot stuff..
> 
> paulandcilla:/var/log# mount 
> (skip the normal mounted stuff)
> 
> devpts-live on /home/live/chroot/dev/pts type devpts (rw)
> proc-live on /home/live/chroot/proc type proc (rw)
> sysfs-live on /home/live/chroot/sys type sysfs (rw)
> -------------------
> I was attempting to make a Debian ISO using someones web HOW-TO, but that was 
> last week.. what have I done to my system, and how do I get rid of those 
> mounted things??

I guess:

 # unmount devpts-live
 # unmount proc-live
 # unmount sysfs-live

These are typical psuedo filesystem which you need within chroot.  So when you
ginished with chroot, you should unmount them.

Unless you chenged /etc/fstab, that i all you need.


Reply to: