On Nt, I know that when you go through:
START-PROGRAMS-WINDOWS NT EXPLORER, you can see the disk layout C,D,E,F,G,H,I,etc. How do you look for the disk layout on a UNIX platform
lsvg : list of all volume groups
lsvg <vg> : info about a volume group
lsvg -l <vg>: list of all logical volumes in a volume group
lsvg -p <vg>: list of all physical volumes in a volume group
df : list of all mounted(!) filesystems
gives following info
Filesystem device name
512-blocks total number of 512-byte blocks
Free free blocks
%Used % off blocks used
Iused number of inodes used
%Iused % off inodes used
Mounted on mount point of filesystem
or use df -k to have info in Kbytes
Bookmarks