Ext3 file system UUID
tune2fs -l /dev/sda11 | grep UUIDHere is an output:
Filesystem UUID: 0827dce3-d1c0-41b1-bc6f-0d4cfa0a1849
XFS file system UUID
xfs_admin -u /dev/sda13Here is an output:
UUID = f128170a-1ee4-4b4f-abe7-0acf169bb8ae
Simplicity and elegance are unpopular because they require hard work and discipline to achieve and education to be appreciated. — Edsger W. Dijkstra
tune2fs -l /dev/sda11 | grep UUIDHere is an output:
Filesystem UUID: 0827dce3-d1c0-41b1-bc6f-0d4cfa0a1849
xfs_admin -u /dev/sda13Here is an output:
UUID = f128170a-1ee4-4b4f-abe7-0acf169bb8ae
deby:~# xfs_db -c frag -r /dev/sda10 actual 2903, ideal 2418, fragmentation factor 16.71%Once you see it is pretty high, e.g. above 40% you would need to issue the following command that defragment the drive:
deby:~# xfs_fsr -v /dev/sda10 /home start inode=0