OS Debian3.0r1
Kernel 2.4.21-xfs
nfs-util nfs-common 1.0-2woody1
nfs-kernel-ser 1.0-2woody1
다음은 제가 수행한 작업입니다.
Mysystem/mnt/ROOT# mount
/dev/hda1 on / type ext2 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda4 on /var/lib/tomcat4/webapps/ROOT type xfs (rw,usrquota)
localhost/var/lib/tomcat4/webapps on /mnt type nfs (rw,addr=127.0.0.1)
위와 같이 /dev/hda4 가 /var/lib/tomcat4/webapps/ROOT 에 분명히 마운트 되어있습니다.
그리고 파일들이 들어 있습니다.