• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about HDD power saving features and file-serving...

My computer is the file server, so if I enable turn off hard drive after X minutes will it turn off since the last time I used it or network traffic is using it? Being as it uses BusMaster I dont know if it will turn off after I last use it or say my roomate finishes using it an hour later. Anyone?
 
It will (should) turn on and off as necessary, no matter what kind of program or user initiates the read or write requests. I just leave my HDs on all the time (no power saving) because I run programs in the background.
 
Don't look at network traffic as something separate from your own accesses. As far as the hard drive's power saving is concerned, the OS is what makes all the accesses, and the power saving kicks in after the last access by the OS. Network computers request a file from your OS, not directly accessing the hard drive.
 
Originally posted by: Lord Evermore
Don't look at network traffic as something separate from your own accesses. As far as the hard drive's power saving is concerned, the OS is what makes all the accesses, and the power saving kicks in after the last access by the OS. Network computers request a file from your OS, not directly accessing the hard drive.

I thought BusMaster bypassed the OS, or was that just the CPU?
 
Well, not that it matters since he's gone, but...

Busmaster only works inside the computer itself. External accesses are going to the network card, which doesn't know anything about a hard drive existing and doesn't even know what the packets are for, so it sends the network packets to the CPU to process, the CPU finds that the packets are a request for a shared file, accesses the hard drive, reads the data into memory, converts the data into IP packets, sends them to the network card, which sends them to the requesting computer.
 
Back
Top