|
发表于 2008-10-18 13:16:32
|
显示全部楼层
Post by lofeng410;1895572
echo $PATH的输出是:
/tools/bin:/bin:/usr/bin
mount的输出是:
/dev/mapper/lfs-cd on / type ext2 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
decpts on /dev/pts type devpts (rw,gid=4,mode=620)
/dev/hda4 on /mnt/lfs type ext3 (rw)
./config.guess的输出是:
i686-pc-linux-gnu
你的mount怎么会没有tmpfs这个挂载?
/dev/hda7 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=4,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
这是我的LFS系统的mount |
|