Towards A Low Power File System

Kester Li

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-94-814
May 1994

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/CSD-94-814.pdf

Without power management, disks on portable computers consume 20-30% of the system's power. Previous papers showed that spinning down a 1 watt drive after 3-5 minutes of inactivity reduces the average power consumption to 0.5 watts with a slight performance penalty. We explored the addition of an infinite non-prefetch cache to filter disk traffic and showed it to be ineffective at reducing disk power consumption or improving performance. Modifying the cache to perform whole-file prefetching gave the next step of improvement by reducing the disk power consumption to 0.1 watts while retaining current performance levels. The traditional file system performance model focuses on cache hit rate as the performance determinant. This paper introduces a new performance model for systems that spindown disks and shows that performance is no longer a function of hit rates, but rather of read-interrequest times and disk spindown delays. Drive durability is an issue for low power file systems because of the friction induced wear during disk spinup. Periodic writes, which result in periodic disk spinups, will very likely lead to premature drive failure. We show that approximately 1 MB of flash memory used as a write buffer eliminates the need to spinup the disk for writes.


BibTeX citation:

@techreport{Li:CSD-94-814,
    Author = {Li, Kester},
    Title = {Towards A Low Power File System},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {1994},
    Month = {May},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/5612.html},
    Number = {UCB/CSD-94-814},
    Abstract = {Without power management, disks on portable computers consume 20-30% of the system's power. Previous papers showed that spinning down a 1 watt drive after 3-5 minutes of inactivity reduces the average power consumption to 0.5 watts with a slight performance penalty. We explored the addition of an infinite non-prefetch cache to filter disk traffic and showed it to be ineffective at reducing disk power consumption or improving performance. Modifying the cache to perform whole-file prefetching gave the next step of improvement by reducing the disk power consumption to 0.1 watts while retaining current performance levels. The traditional file system performance model focuses on cache hit rate as the performance determinant. This paper introduces a new performance model for systems that spindown disks and shows that performance is no longer a function of hit rates, but rather of read-interrequest times and disk spindown delays. Drive durability is an issue for low power file systems because of the friction induced wear during disk spinup. Periodic writes, which result in periodic disk spinups, will very likely lead to premature drive failure. We show that approximately 1 MB of flash memory used as a write buffer eliminates the need to spinup the disk for writes.}
}

EndNote citation:

%0 Report
%A Li, Kester
%T Towards A Low Power File System
%I EECS Department, University of California, Berkeley
%D 1994
%@ UCB/CSD-94-814
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1994/5612.html
%F Li:CSD-94-814