Bug 186720 - [xfs] is xfs now unsupported in the kernel?
Summary: [xfs] is xfs now unsupported in the kernel?
Status: Closed Works As Intended
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 10.0-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-fs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-13 12:00 UTC by Tky
Modified: 2014-06-06 01:58 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tky 2014-02-13 12:00:02 UTC
hi,
i have install xfsprogs to ports with make.
when I try to mount the secondary partition with XFS FS, I get errors ..
I have read that has been removed from the kernel XFS support.
You get a patch or implementation to mount it read-only?

# file - < /dev/ada1s1
/dev/stdin: SGI XFS filesystem data (blksz 4096, inosz 256, v2 dirs)

# mount -r -t xfs /dev/ada1s1 /mnt/store/
mount: /dev/ada1s1: Operation not supported by device

# make search name=xfsprogs
Port:   xfsprogs-2.9.8
..
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-04-20 02:05:29 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-fs

retitle and assign.
Comment 2 Benjamin Kaduk freebsd_committer freebsd_triage 2014-06-06 01:58:08 UTC
The XFS support was removed from stable/10 (then head) in r247631, as part of the MPSAFE-VFS project.  The XFS kernel code was not safe to operate without the VFS layer automatically grabbing the Giant kernel lock.  The compat code in the VFS to automatically grab the Giant lock was removed to further general improvements to the VFS layer, and will not be reintroduced.  Even read-only support would require substantial work, and I do not expect that it will be forthcoming.