[SOLVED] Mounted disk makes annoying noise

foormanek

New Member
Sep 11, 2024
3
0
1
Hello,
I am new to Proxmox. I just have installed VE 8.2-2. I did not have done anything to it yet, it is fresh. I have hooked up a 20tb disk to it as additional storage, with ext4 filesystem. When I mount it "mount /dev/sdb1 /mnt/disk20t/" disk starts making regular head moving noises about 3 times per second. Disk just sits idle, but noise never stops. It stops, when I unmount the disk "umount /mnt/disk20t/". It is a noise of disk access, because disk activity light blinks when it happens. Disk does not make it by itself.
Why is it making this noise? How to switch that noise off?
 
Last edited:
Now I know what it is. It's lazy_itable_init. On fresh 20TB ext4 it could annoy for weeks long, as people report. The only practical solution is to reinit filesystem like this:
mkfs.ext4 -E lazy_itable_init=0,lazy_journal_init=0 <your.disk.partition.path>
I did that and no noise now.
I would mark this as solved, but I can not find <solved> button anywhere. Thread title also is uneditable for me.
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!