![](https://seccdn.libravatar.org/avatar/db61becba2ff9d091e7d462f1b3178ac.jpg?s=120&d=mm&r=g)
On Tuesday 03 March 2020, Michael Hamilton wrote:
On Tuesday 03 March 2020, Daniel Bauer wrote:
I just inserted a new hard disk (6TB) in my Desktop-Computer and made a new encrypted partition using Yast.
Now ext4lazyint runs and runs and runs...
I read it is a background process that has to do with inodes. My questions are:
- can I already use that disk (exactly to rsync 3TB of data to it) or must/should I wait until ext4lazyinit has terminated?
Sorry, my first answer was a bit terse. Yes, it's OK to use the file system. it's just that some inodes will have non null data in them, which could cause problems if the file system ever needs repair. The healthy file system knows which inodes are in use, so it won't be a problem unless damage occurs some time before ext4lazyinit completes.
- can I shut down the computer while this is still running? Or shouldn't I?
I couldn't find a clear answer on this - I assume it will continue the process at next boot or mount. I decided to resolve it before rebooting.
Thanks.
Daniel
-- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com
Remount the disk init_itable=0
mount -t ext4 -o remount,init_itable=0,defaults,noauto,noatime,acl,user_xattr /dev/whatever /mnt/whatever
(Providing you don't mind the init IO dominating the device)
This above speed things up greatly for me, I can't recall exactly but I think it then took something like 20-30 minutes for 4TB (for an idle filesystem). -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org