Unmounted disk still spins up regularly
- by Erik Johansson
I just added a disk, with partitions but none of them are mounted. The disk will still spin up every now and then. it goes like this:
### disk spins up
hdparm -Y /dev/sdb;date
/dev/sdb:
issuing sleep command
9 feb 2011 23.37.08 CET
### disk spins up
hdparm -Y /dev/sdb;date
/dev/sdb:
issuing sleep command
9 feb 2011 23.46.12 CET
Also it always spins up when I shut down the computer.
Any tips are welcome, e.g. how can I figure out which process is accessing the disk, are there any daemons doing this? I know it isn't a cron job.