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

PrivatePickle

Member
Apr 22, 2003
41
0
0
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?
 

ProviaFan

Lifer
Mar 17, 2001
14,993
1
0
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.
 

Lord Evermore

Diamond Member
Oct 10, 1999
9,558
0
76
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.
 

PrivatePickle

Member
Apr 22, 2003
41
0
0
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?
 

Lord Evermore

Diamond Member
Oct 10, 1999
9,558
0
76
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.