Unexplained disk activity

Sometimes my disk light comes on when there are no programs running that would be doing disk writes.

I tried htop, but nothing stood out.

Is there a way to find out what is causing the disk activity?

You could try iotop

sudo apt install iotop
sudo iotop

1 Like

Sometimes it's normal :slight_smile: Your OS need to refresh some data - get it from the disk to load it to memory, write logs, ..., background processes also needs to access the disk for read and write. This will be the reason why you see the disk light blinking.

2 Likes