Originally posted by: orphy
Are you sure you get that result from "ls /dev"? I think you got it
from "df -k" rather. "ls /dev" would give you a total different listing.
LV and FS are two different things. An LV doesn't always have a FS but
a FS must have a LV. An LV is nothing more than a chunk of disk space
craved out of one or more disks from a VG. Some applications (mostly
databases) could deal with this type of chunk call raw LV. However, if you
want to be able to create files and directories on the disk space, you'll
need to create a filesystem (FS) on top of the LV. In the AIX world, we
use either JFS or JFS2.
http://en.wikipedia.org/wiki/IBM_Journaled_File_System_2_%28JFS2%29 When you do "lslv <LV>", you are listing the properties of <LV> and, if
<LV> has a FS associated with it, lslv also shows you what that FS is
(MOUNT POINT). To get more info about the associated FS, you would
use lsfs. To see if an LV has a FS associated with it, look at the
value of "MOUNT POINT" from "lslv hd5". If it doesn't, you would see
"N/A" rather than the actual mount point as the value.
The is a 2 cents summary and I hope it helps.
Orphy
#AIX-Forum