
blkid
#不指定文件系统的挂载 (失败)
mount /dev/vdd1 vdc/
#指定文件系统的挂载 (失败)
mount -t xfs /dev/vdd1 vdc/两次挂载均提示如下内容: mount: wrong fs type, bad option, bad superblock on /dev/vdd1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so.
#(失败)
xfs_repair /dev/vdc1
#(失败)
xfs_repair <