GNOME Bugzilla – Bug 711114
Change default fs to ext4
Last modified: 2013-12-09 18:13:02 UTC
The default fs is still ext2, which has been depreciated for something like a decade now. The default should be changed to ext4, which has been well supported for quite a few years and the default fs of choice for all recent distribution releases.
Created attachment 258510 [details] [review] 0001-Change-default-filesystem-type-to-ext4.patch
Created attachment 258620 [details] [review] Change default file system to ext4 (v2) Hi Phillip, I hope you don't mind, but I have modified you patch to fall back to ext3 then ext2 as the default file system. This is primarily to handle RHEL/CentOS 5.x which doesn't have ext4. Also added ext4 into the GParted Manual, since we are using it as the default now. Testing: 1) Successfully tesed on CentOS 5.x and it selects ext3 as the default. 2) Tested on a recent desktop. Selects ext4 as the default. Then moved mkfs.ext4/3/2 out of the way one at a time and rescaned. This steps the default selection from ext4 -> ext3 -> ext2 -> btrfs. If this is OK with you I will apply. Thanks, Mike
Sounds good.
Hi Phillip, I have applied the patches to the GParted GIT repository: Change default file system to ext4 (#711114) https://git.gnome.org/browse/gparted/commit/?id=73f2c689f7bc6fe75181f5cce88d521e25636813 List ext4 in the GParted Manual (#711114) https://git.gnome.org/browse/gparted/commit/?id=7bebacd8d4d650da98bbedd4e84bc2c160912f67 Thanks, Mike
Thank you Phillip and Mike for you work on this improvement. It looks good to me. Marking this report as NEW. After this is included in a GParted official release I will close the report as RESOLVED/FIXED.
This enhancement was included in the GParted 0.17.0 release on December 9, 2013.