|

楼主 |
发表于 2003-12-27 10:40:57
|
显示全部楼层
显示如下:
[root@RedHat-Linux-9 root]# su - lfs
-bash-2.05b$ chroot $LFS /usr/bin/env -i \
> HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
> PATH=/bin:/usr/bin:/sbin:/usr/sbin \
> /bin/bash --login
chroot: cannot change root directory to /mnt/lfs: Operation not permitted
-bash-2.05b$
我设了
export LFS=/mnt/lfs
mount /dev/hda11 $LFS |
|