无法挂载XFS分区了
我有9个分区格式化为我的服务器上的XFS。 当我尝试安装其中一个,它失败。 其他人安装好。 root@fileserver2 # mount | grep xfs | head -1 /dev/sdb1 on /mnt/hdd1 type xfs (rw,noatime) root@fileserver2 # mount -t xfs /dev/sdf3 /mnt/hdd3 mount: wrong fs type, bad option, bad superblock on /dev/sdf3, missing codepage or helper program, or other error In some cases useful info is found in syslog – try dmesg […]