I need XFS filesystem under FreeBSD.
So I have created a partition or two:
Created Filesystem:
And try to use it:
So far so good ...
So from now issuing ANY command that would try to read from this filesystem permanently hung this session/system and is not responding.
ls - hung
df - hung
Only Hard Reset is possible. (I think one time I managed to kill something from another session and got the control back)
Logs are clear, nothing.
Partition is OK. I can mount and use it under Linux.
xfs-repair under Linux does not detect any issues.
The same behavior has been observed under FreeBSD 13 (fresh install) as well as Xigmans ( based on FreeBSD 12.3 - fresh install)
Linux used to test the FS is Debian Live 11.2
Do I something wrong or something is really broken?
Best.
willy.
So I have created a partition or two:
Code:
root@fb13:/home/willy # gpart show /dev/ada2
=> 40 35156656048 ada2 GPT (16T)
40 17179869184 1 linux-data (8.0T)
17179869224 17976786864 2 linux-data (8.4T)
Created Filesystem:
Code:
root@fb13:/home/willy # mkfs.xfs -m crc=0 -L LABEL00XFS /dev/ada2p1
meta-data=/dev/ada2p1 isize=256 agcount=8, agsize=268435455 blks
= sectsz=512 attr=2, projid32bit=1
= crc=0 finobt=0
data = bsize=4096 blocks=2147483640, imaxpct=5
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=0
log =internal log bsize=4096 blocks=521728, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
And try to use it:
Code:
root@fb13:/home/willy # kldload fusefs
root@fb13:/home/willy # lklfuse -o type=xfs /dev/ada2p1 /home/willy/xfs/
So far so good ...
So from now issuing ANY command that would try to read from this filesystem permanently hung this session/system and is not responding.
ls - hung
df - hung
Only Hard Reset is possible. (I think one time I managed to kill something from another session and got the control back)
Logs are clear, nothing.
Partition is OK. I can mount and use it under Linux.
xfs-repair under Linux does not detect any issues.
The same behavior has been observed under FreeBSD 13 (fresh install) as well as Xigmans ( based on FreeBSD 12.3 - fresh install)
Linux used to test the FS is Debian Live 11.2
Do I something wrong or something is really broken?
Best.
willy.