As per the mount man page, sunit and swidth can be changed via mount options. For XFS, on the face of it, those options seems works if the specified alignments is properly, e.g. /dev/sdb1 on /mnt typ
As per the mount man page, sunit and swidth can be changed via mount options. For XFS, on the face of it, those options seems works if the specified alignments is properly, e.g. /dev/sdb1 on /mnt typ
Do you means that the string would shown as: "superblock does not support data alignment"? Or "cannot change alignment: superblock does not support data alignment"? I prefer to the later format becau
Can someone tell me why the XFS_MOUNT_RETERR flag exists? It looks like dead code to me as the only time mp->m_dalign is set prior to calling xfs_update_alignment() is the same code that sets XFS_MOU
This is really a very opportune response because I also worked out another tiny patch for removing XFS_MOUNT_RETERR a few minutes ago, just hesitating if I missed anything or not. Yes, I realized tha