t*****a 发帖数: 4 | 1 My lab just bought a SUN blade 2000. The harddrive volume is 70G. After
installed Solaris OS 9. I found the free space is:
/ (/dev/dsk/c1t1d0s0): 128068818 blocks 7788269 files
/proc (/proc ): 0 blocks 0 files
/etc/mnttab (mnttab ): 0 blocks 0 files
/dev/fd (fd ): 0 blocks 0 files
/var/run (swap ): 16976048 blocks 399708 files
/tmp (swap |
l*p 发帖数: 74 | 2 try a df or df to see how much u have used
【在 t*****a 的大作中提到】 : My lab just bought a SUN blade 2000. The harddrive volume is 70G. After : installed Solaris OS 9. I found the free space is: : / (/dev/dsk/c1t1d0s0): 128068818 blocks 7788269 files : /proc (/proc ): 0 blocks 0 files : /etc/mnttab (mnttab ): 0 blocks 0 files : /dev/fd (fd ): 0 blocks 0 files : /var/run (swap ): 16976048 blocks 399708 files : /tmp (swap
|
t*****a 发帖数: 4 | 3 This is got using command df.
【在 l*p 的大作中提到】 : try a df or df to see how much u have used
|
x*****g 发帖数: 6 | 4 looks like your disk space is concentrated on /
so use /home/users for your user space.
【在 t*****a 的大作中提到】 : My lab just bought a SUN blade 2000. The harddrive volume is 70G. After : installed Solaris OS 9. I found the free space is: : / (/dev/dsk/c1t1d0s0): 128068818 blocks 7788269 files : /proc (/proc ): 0 blocks 0 files : /etc/mnttab (mnttab ): 0 blocks 0 files : /dev/fd (fd ): 0 blocks 0 files : /var/run (swap ): 16976048 blocks 399708 files : /tmp (swap
|
p******f 发帖数: 162 | 5 I am not pretty sure, but IIRC "df -k" gives the free space in kB.
You may also other switches, i can't access solaris at the moment.
【在 t*****a 的大作中提到】 : My lab just bought a SUN blade 2000. The harddrive volume is 70G. After : installed Solaris OS 9. I found the free space is: : / (/dev/dsk/c1t1d0s0): 128068818 blocks 7788269 files : /proc (/proc ): 0 blocks 0 files : /etc/mnttab (mnttab ): 0 blocks 0 files : /dev/fd (fd ): 0 blocks 0 files : /var/run (swap ): 16976048 blocks 399708 files : /tmp (swap
|
f****n 发帖数: 4615 | 6 This is very normal configuration in Solaris 9.
All "directory" are called file systems(not same as Windows). They are all
system's requirement.
1 block == 1 sector
1 sector == 512 bytes = 0.5 KB
128068818 blocks = 64 G
【在 t*****a 的大作中提到】 : My lab just bought a SUN blade 2000. The harddrive volume is 70G. After : installed Solaris OS 9. I found the free space is: : / (/dev/dsk/c1t1d0s0): 128068818 blocks 7788269 files : /proc (/proc ): 0 blocks 0 files : /etc/mnttab (mnttab ): 0 blocks 0 files : /dev/fd (fd ): 0 blocks 0 files : /var/run (swap ): 16976048 blocks 399708 files : /tmp (swap
|
f****n 发帖数: 4615 | 7 because you use "-k" argument, so df give you KB(1024bytes).
If dk with no argument, block(512bytes) is default..
【在 p******f 的大作中提到】 : I am not pretty sure, but IIRC "df -k" gives the free space in kB. : You may also other switches, i can't access solaris at the moment.
|