mkfs.xfs: libxfs_device_zero write failed: Input/output error
- by Crazy_Bash
I can't find a way to create a filesystem on one of my disks.
first i'm geting the following output:
[root@~]# mkfs.xfs /dev/sdb1
mkfs.xfs: /dev/sdb1 appears to contain a partition table (dos).
mkfs.xfs: Use the -f option to force overwrite.
after using -F flag:
[root@~]# mkfs.xfs -f /dev/sdb1
meta-data=/dev/sdb1 isize=256 …