On Tue, 22 May 2001, Rusty Carruth wrote:
> I bought a nice 40 gig drive a while back (although it
> is NOT the boot disk), made one big partition, and its
> happy:
> 
> Filesystem           1k-blocks      Used Available Use% Mounted on
> /dev/hda6              2190632    819352   1260000  39% /
> /dev/hda1                19487      3675     14806  20% /boot
> /dev/hdb2             39365712   3767460  33598564  10% /news
> 
> The only downside is trying to figure out where the blasted
> COMMAS go!   :-)

df -h is your friend:

$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda3              11G  5.5G  5.3G  51% /
/dev/sda1              48M   17M   29M  37% /boot

Only trouble is that stodgy old Unix systems like Solaris don't come w/
tools who grok it. (kind of like the z switch to tar, or show-context &
recursive modes of gnu grep)  

                                -pete


Reply via email to