You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XFS has advanced recently that there are other features that will be unsupported by Crossmeta XFS driver. XFs has to be created with following options on Linux for it to be recognized in Windows XFS driver.
Newer xfs file systems are created with lazy-count enabled, which will not be mounted by Crossmeta XFS.
In order to work with Crossmeta one has to disable this lazy-count by issuing
xfs_admin -c 0
-or- create one with lazy-count=0
mkfs.xfs -l lazy-count=0
This lazy-count feature is like steroid to XFS metadata operations!!
http://oss.sgi.com/archives/xfs/2010-03/msg00170.html
The text was updated successfully, but these errors were encountered: