Hi, I'm currently migrating a linux system to bsd and did not succeed in mounting xfs partitions under bsd. The xfs partition was created under linux several years ago and runs fine under linux. If I try to mount it under bsd I get the following output: 1st try: root@magni:~# mount -t xfs -r /dev/ad8s1 /mnt/Lagerhaus mount: /dev/ad8s1 : Invalid argument 2nd try: root@magni:~# mount -t xfs -r /dev/ad8s1 /mnt/Lagerhaus mount: /dev/ad8s1 : Operation not permitted Using "-o ro" instead of "-r" makes no difference. In kernel log the following two lines appear on each mount attempt: fsname '/dev/ad8s1' logname '' rtname '' flags 0x200000 sunit 0 swidth 0 logbufs -1 logbufsize -1 Running xfs_check /dev/ad8s1 reports no problems. Any ideas? Regards, Jens How-To-Repeat: Try to mount an existing xfs partition that was created under linux.
Responsible Changed From-To: freebsd-bugs->freebsd-fs reclassify and assign.
Hey there, if got the exact same error on FreeBSD 9.0-RELEASE and 9.1-RELEASE. The bug prevents me to migrate from linux to freebsd on some systems. Needs to be fixed, i guess. Kind regards
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped
^Triage: I'm sorry that this PR did not get addressed in a timely fashion. By now, the version that it was created against is long out of support, and xfs support was removed 20130302.