You are not logged in.
Pages: 1
Hi,
I have a recent (<2 months) installation of the latest Arch Linux on an AMD64 computer and I have noticed that the HDD access LED flashes shortly every 2-3 secs. My partitions are formatted in Ext4 and this flashing occurs even when I am just in the console and not using the machine.
Is this normal or should I start worrying about rootkits etc?
My thanks in advance.
Regards
Neoklis ... Ham Radio Call: 5B4AZ
Offline
Some app might be writing a lot to its log file.
Offline
You could trying doing the following to find out what's writing to your disk:
# echo 1 > /proc/sys/vm/block_dump
# tail -f /var/log/everything.log
(echo 0 to disable it.)
Be aware, though, that you'll also see the logging process itself.
Offline
Offline
Hi,
I have a recent (<2 months) installation of the latest Arch Linux on an AMD64 computer and I have noticed that the HDD access LED flashes shortly every 2-3 secs. My partitions are formatted in Ext4 and this flashing occurs even when I am just in the console and not using the machine.
Is this normal or should I start worrying about rootkits etc?
My thanks in advance.
My thanks for the replies, I tried iotop and enabling block-dump but both will not work, I think its because I am using a custom compiled kernel and I don' have accounting enabled, apparently. But I will be looking into this soon, perhaps rebooting with the Arch kernel.
Regards
Neoklis ... Ham Radio Call: 5B4AZ
Offline
Pages: 1