finding local fily system on a network
guys i need a bit of a help
I have been given a task to find out the following on a local file system: 1. the mount points
2. the actual raw partition which is mounted.
3. the total size of the partition
4. the free space on the partition
5. list the directories connected directly to the root file system.
6. which of these directories are not the local mount points.
HOW do i find the local fily system. I used the df -lk to find it out and i got the following information, is it right???
$df -lk
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1018382 242599 714681 26% /
/dev/dsk/c0t0d0s3 2055705 1121056 872978 57% /usr
/proc 0 0 0 0% /proc
mnttab 0 0 0 0% /etc/mnttab
fd 0 0 0 0% /dev/fd
swap 1852744 8 1852736 1% /var/run
/dev/dsk/c0t2d0s3 2030279 1734124 235247 89% /pkg3
/dev/dsk/c0t2d0s0 2030279 1285405 683966 66% /pkg2
/dev/dsk/c0t3d0s0 4124422 3244006 839172 80% /pkg1
/dev/dsk/c0t1d0s3 4338378 778445 3516550 19% /pkg5
/dev/dsk/c0t1d0s1 2055705 1544316 449718 78% /pkg4
/dev/dsk/c0t1d0s7 221653 91942 107546 47% /open
/dev/dsk/c0t0d0s5 493688 1524 442796 1% /spool
/dev/dsk/c0t0d0s7 1953189 1349914 544680 72% /spare0
/dev/dsk/c0t0d0s4 493688 44353 399967 10% /tmp
/dev/dsk/c0t0d0s6 493688 49615 394705 12% /local
/pkg1/turnin 4124422 3244006 839172 80% /packages/turnin
/pkg2/cs-pub 2030279 1285405 683966 66% /share/cs-pub
please help me out, Ciao
|