IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2440


Ignore:
Timestamp:
Nov 24, 2004, 1:02:44 PM (22 years ago)
Author:
eugene
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/shell/src/checkdisks

    r70 r2440  
    11#!/bin/csh -f
    22
    3 set disks="/data/elixir /data/milo /data/elixir3 /data/koa /data/elixir2 /data/kiawe /data/noni /data/ulu /data/hau /data/naupaka"
     3set disks="/data/elixir /data/elixir1 /data/elixir2 /data/elixir3 /h/skyprobe /data/ulu /data/hau /data/naupaka /data/mamane /data/naio /data/koa /data/kiawe /data/noni"
    44
    5 df $disks
    6 
    7 
     5foreach f ($disks)
     6    set uspace = `sdf -a $f -M`
     7    set aspace = `sdf -c $f -M`
     8    echo $f $uspace $aspace | awk '{printf "%-20s %8.3f of %8.3f GB\n", $1, $2/1000, $3/1000}'
     9end
Note: See TracChangeset for help on using the changeset viewer.