- 论坛徽章:
- 0
|
有一个关于gfs2的问题请教大家:
我用clvm+gfs2配置完成并mount后,却无法像ext2/ext3一样在目录下发现lost+found目录,不知为何?自己找了很久的资料,一直不得其解,不知道是gfs2本身就是这样,还是我没有配置好。望高人赐教。
以下是我机器的一些信息:
OS:rhel5.4
[root@linux1 /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol01
18G 2.9G 14G 18% /
/dev/sda1 99M 20M 75M 21% /boot
tmpfs 506M 0 506M 0% /dev/shm
/dev/hdc 2.8G 2.8G 0 100% /mnt/dvd
/dev/mapper/cvgapp1-lvol0
1.0G 259M 766M 26% /app
/dev/mapper/cvgtest-lvol0
1.0G 259M 766M 26% /test
[root@linux1 /]# mount -v
/dev/mapper/VolGroup00-LogVol01 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)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
none on /sys/kernel/config type configfs (rw)
/dev/hdc on /mnt/dvd type iso9660 (ro)
/dev/mapper/cvgapp1-lvol0 on /app type gfs2 (rw,hostdata=jid=0:id=262146:first=1)
/dev/mapper/cvgtest-lvol0 on /test type gfs2 (rw,hostdata=jid=0:id=393218:first=1)
[root@linux1 /]# ll /app
total 4
-rw-r--r-- 1 root root 12 Jan 20 10:37 1.log |
|