SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
With the upgrade to 64bit Slackware 13 I thought it might be time to upgrade the /home partition to ext4 as well. It's been the same for a couple of years and could probably use a "defrag" so rather than just upgrade the journal++ from ext3 to ext4, I wish to do a complete backup, reformat and restore.
From way back I remember various ext4-related questions to a change in default parameters to ext4 both at creation time and at mount time to prevent dataloss in case of a system crash. I can however not remember which way the default changed, and Google gives too many contradictary hits to make sense.
So here goes:
Are there any special parameters that I should add to mke2fs to make the new /home ext4 partition more robust?
Are there any matching parameters to be added to fstab?
Here is another good tutorial on ext4: http://wiki.archlinux.org/index.php/Ext4
It explains that you can mount your existing ext3 partition as ext4 for slightly improved performance. It also describes how to convert an ext3 partition to ext4.
I have read that if you are concerned about possible data corruption in the event of a system crash due to the delayed allocation feature of ext4, you can add nodelalloc to the partition's boot options in fstab. Although I have read that this is not really necessary with the most recent linux kernels that have better implementations of ext4.
In addition to the point that Tom made, remember that (as part of efforts to fix some I/O wait time regressions) the recent kernels (>= 2.6.30 I think) have a different default ext3 behaviour as well. You can see an earlier post of mine about this:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.