Displaying 1 result from an estimated 1 matches for "lv_chroot".
Did you mean:
l2chroot
2011 Aug 22
1
Mount --bind source / mountpoint out of sync
...per/VolGroup00-LogVol00 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/mapper/VolGroup00-lv_chroot on /chroot type ext3 (rw)
/var/www/example.com on /chroot/home/user1/example.com type none (rw,bind)
/dev/mapper/VolGroup00-lv_var on /var type ext3 (rw)
I honestly have no idea how this is possible. Is using "mount -o bind" not
the best method to give a chrooted user access to a singl...