I'm running OpenSuSE 13.1 on an ASUS i7 x86_64 laptop.
I want to reformat one of my encrypted XFS partitions with the additional option -n version=ci but the YaST partitioner does not allow me to enter miscellaneous XFS options while formatting a partition.
When I format this partition with the YaST partitioner it takes about 10 seconds; when I try (as root) to use the mkfs command it never completes. I have tried various different ways:
None of these completes. ^C does not terminate them. atop shows no I/O activity on the drive. Only these two messages appear when mkfs starts:
Can anyone explain what I'm doing wrong? I have pored over both the mkfs and mkfs.xfs man pages and if the answer is there, I can't see it.
I want to reformat one of my encrypted XFS partitions with the additional option -n version=ci but the YaST partitioner does not allow me to enter miscellaneous XFS options while formatting a partition.
When I format this partition with the YaST partitioner it takes about 10 seconds; when I try (as root) to use the mkfs command it never completes. I have tried various different ways:
Code:
mkfs.xfs -v -n version=ci /dev/mapper/cr_ata-ST9640320AS_5WX0XWKJ-part8
mkfs.xfs -v -f -n version=ci /dev/mapper/cr_ata-ST9640320AS_5WX0XWKJ-part8
mkfs -V -t xfs -f -n version=ci /dev/mapper/cr_ata-ST9640320AS_5WX0XWKJ-part8
Code:
mkfs from util-linux 2.23.2
mkfs.xfs -f -n version=ci /dev/mapper/cr_ata-ST9640320AS_5WX0XWKJ-part8