The xfs file system supports duplicate uuid detection , why is the ext file system not supported

Posted on
 When the xfs file system is mounted, uuid detection will be performed by default. The specific implementation is in the kernel code xfs_uuid_mount function.
 There is currently a question why the ext4 file system does not support uuid detection by default.

Responses