lklfuse -o ...=xfs -u uid=1001 -gid=1001 of an xfs partition seems not to work.
I can not travers the mounted directory even as root.
I can not travers the mounted directory even as root.
fuse-ext2 -o uid=1001 -o force /dev/ada0p3 /mnt/ada0p3
mount -t ext2fs -o async /dev/ada0p3 /mnt/ada0p3
Anyone who uses a non-native file system is taking a risk; the difference between XFS (which you said is completely broken on FreeBSD) and ext4 is one of degree, not a black-and-white question. And I agree wiht bsduck: Getting fusefs out of the picture by using ext2fs is slightly more safe, but only slightly.Broken stuff should be removed. Because you can lose data.