Hi,
since version 1.0.0 of VLC, my external hard drive always awakes, when starting VLC. Is there a way to change that?
I would have to see with the VLC developers if they are doing anything in particular.Basically, any I/O to the drive that is not in the cache will cause it to spin up. Unfortunately, much code (including in Apple's frameworks) likes to call statfs() on each and every filesystem any time an Open/Save dialog comes up, an application launches, etc. I can't remember for sure, but in my experience this often seems to spin drives up.
sudo fs_usage -w -f filesys
will show which filesystem calls are occurring and the elapsed time in the third to last column might allow your user to figure out which system call had to wait for the disk to spin up. It may then be possible to use dtrace to figure out the stack trace leading to the I/O and thus roughly where to assign blame / how to reproduce the problem.
Return to “VLC media player for macOS Troubleshooting”
Users browsing this forum: No registered users and 15 guests