Name
disks -- print out a listing of available data disks
Purpose
Prints out a list of data disks attached to the instrument computer,
sorted by their available disk space.
Usage
disks [-n]
Arguments
-n = do not print header
Output
Results written to stdout
Restrictions
None
Exit values
0 = normal completion
1 = wrong number of arguments
Example
1) List currently available data disks on punaluu:
disks
The following sample output is received:
Data disks available on punaluu, ordered by available space:
kbytes Fraction
Disk avail. used
-----------------------------------
/sdata220 13897104 (21%)
/sdata222 7897104 (50%)
/sdata221 97104 (99%)
2) List currently available data disks on punaluu without
header information:
disks -n
The following sample output is received:
/sdata220 13897104 (21%)
/sdata222 7897104 (50%)
/sdata221 97104 (99%)
See Also
The shell script disks
DEIMOS script index
Go to:
DEIMOS Home Page -
Instruments Home Page -
Keck Home Page
Last modified: Thu Jul 3 09:44:54 2008