Difference between revisions of "CentOS 7.x xfs vs ext4 filesystem"
From Notes_Wiki
(Created page with "<yambe:breadcrumb>CentOS_7.x_file_system_management|CentOS 7.x file system management</yambe:breadcrumb> =CentOS 7.x xfs vs ext4 filesystem= We should avoid using XFS for nor...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x file system management|File system management]] > [[CentOS 7.x xfs vs ext4 filesystem]] | |||
We should avoid using XFS for normal desktops which might not get clean shutdown. This is because xfs does not repairs itself on reboot. This creates issue for non-technical users who need to go to maintenance shell and run xfs_repair. Prefer use of ext4 on all non-server hardware. | We should avoid using XFS for normal desktops which might not get clean shutdown. This is because xfs does not repairs itself on reboot. This creates issue for non-technical users who need to go to maintenance shell and run xfs_repair. Prefer use of ext4 on all non-server hardware. | ||
Line 6: | Line 5: | ||
Refer: | Refer: | ||
* https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsrepair.html | * https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Storage_Administration_Guide/xfsrepair.html | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 7.x]] > [[CentOS 7.x system administration|System Administration]] > [[CentOS 7.x file system management|File system management]] > [[CentOS 7.x xfs vs ext4 filesystem]] |
Latest revision as of 06:48, 25 August 2022
Home > CentOS > CentOS 7.x > System Administration > File system management > CentOS 7.x xfs vs ext4 filesystem
We should avoid using XFS for normal desktops which might not get clean shutdown. This is because xfs does not repairs itself on reboot. This creates issue for non-technical users who need to go to maintenance shell and run xfs_repair. Prefer use of ext4 on all non-server hardware.
Refer:
Home > CentOS > CentOS 7.x > System Administration > File system management > CentOS 7.x xfs vs ext4 filesystem