can anyone tell which file systems are locally mounted ? What it meant by locally? Does it mean under / ? What about NFS? I don't see any file system seemed like mounting on Networking file system. is there any? thanks

if i do df -h in my school system i got below:

$ df -h
Filesystem size used avail capacity Mounted on
/dev/dsk/c0t0d0s0 11G 6.1G 4.3G 59% /
/proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
fd 0K 0K 0K 0% /dev/fd
/dev/dsk/c0t0d0s5 5.8G 1.3G 4.4G 24% /var
swap 3.2G 64K 3.2G 1% /var/run
swap 3.2G 176K 3.2G 1% /tmp
/dev/dsk/c0t0d0s7 49G 5.8G 43G 12% /space
/dev/dsk/c0t1d0s0 30G 1.8G 27G 7% /users
/dev/dsk/c0t1d0s7 38G 13G 25G 35% /backups
/space/local 49G 5.8G 43G 12% /usr/local

Recommended Answers

All 2 Replies

locally means that the disk is attached to your computer, every disk is mounted under /

mount
dmesg|grep dsk
cat /proc/scsi/scsi

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.