I'm trying to configure LSM so that I can get a 3-Gig filesystem out of 
3 one-Gig disks.  I've created the volume, but when I mount it, it is
only about the size of 1 of the 3 disks.  Also, I can't cd to the directory 
I mounted the volume on.
Following is the basic steps I've used:
# volsetup -o force 
Approximate maximum number of physical disks that will be managed by LSM ? [10] 
4
Enter the disk(s) to add into the rootdg disk group.
NOTE: Enter a blank line to end the list of disks.
? rz9
? rz10
? rz11
? 
Initialize vold and the root disk group:
Add disk rz9 to the root disk group as rz9:
Addition of disk rz9 as rz9 succeeded.
Add disk rz10 to the root disk group as rz10:
Addition of disk rz10 as rz10 succeeded.
Add disk rz11 to the root disk group as rz11:
Addition of disk rz11 as rz11 succeeded.
Initialization of vold and the root disk group was successful.
###############################################################
# voldisk list
DEVICE       TYPE      DISK         GROUP        STATUS
rz10         sliced    rz10         rootdg       online
rz11         sliced    rz11         rootdg       online
rz9          sliced    rz9          rootdg       online
###############################################################
# volassist make volspan 3000m
# fsck /dev/vol/volspan
/sbin/ufs_fsck /dev/vol/volspan
** /dev/rvol/volspan
File system unmounted cleanly - no fsck needed
# mkdir /test
# mount /dev/vol/volspan /test
# mount
/dev/rz3a on / type ufs (rw)
/proc on /proc type procfs (rw)
/dev/rz3g on /usr type ufs (rw)
/dev/rz2a on /tmp type ufs (rw)
/dev/rz2g on /usr2 type ufs (rw)
/dev/rz8g on /dbms type ufs (rw)
/dev/rz4c on /cdrom type ufs (ro)
/dev/vol/volspan on /jb type ufs (rw)
# df -k
Filesystem       1024-blocks        Used   Available Capacity  Mounted on
/dev/rz3a              76214       57737       10855    85%    /
/dev/rz3g             774093      656995       39688    95%    /usr
/dev/rz2a              63343           4       57004     1%    /tmp
/dev/rz2g            1942240     1045540      702476    60%    /usr2
/dev/rz8g            3926557     2703730      830171    77%    /dbms
/dev/rz4c             636814       90661      546153    15%    /cdrom
/dev/vol/volspan      991923           1      892729     1%    /test
# cd /test
/test: Not a directory
Any help you can provide is appreciated.
-Jack
Received on Mon Dec 15 1997 - 21:25:59 NZDT