Here is the scenario...
I wanted to reconfigure the file system so that I could utilize the disk space better and so that I could mirror my drives. I followed some instructions on how to move each slice over to a new drive and then finally move the root partition over to a new drive. Everything worked well up until I created a mirror for slice 6 which is used for /export/home. I updated the vfstab and restarted and everything mounted except /export/home. A manual mount of the device works fine without any errors.
I have tried the following:
1. double checked and rebuilt from scratch vfstab file
2. fsck /dev/md/dsk/d6
3. checked the /usr/adm/messages files for errors. none found
4. metastat d6 is okay
5. restart server and it is still not mounting!
Here is the vfstab file in case I missed something.
# cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
/dev/dsk/c0t0d0s1 - - swap - no -
/dev/md/dsk/d3 - /usr ufs 1 no -
/dev/md/dsk/d4 - /var ufs 1 no -
/dev/md/dsk/d5 - /opt ufs 2 yes -
/dev/md/dsk/d6 - /export/home ufs 2 no -
/dev/dsk/c0t1d0s0 - /backups ufs 2 yes -
/devices - /devices devfs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
Thanks for taking a look!
I wanted to reconfigure the file system so that I could utilize the disk space better and so that I could mirror my drives. I followed some instructions on how to move each slice over to a new drive and then finally move the root partition over to a new drive. Everything worked well up until I created a mirror for slice 6 which is used for /export/home. I updated the vfstab and restarted and everything mounted except /export/home. A manual mount of the device works fine without any errors.
I have tried the following:
1. double checked and rebuilt from scratch vfstab file
2. fsck /dev/md/dsk/d6
3. checked the /usr/adm/messages files for errors. none found
4. metastat d6 is okay
5. restart server and it is still not mounting!
Here is the vfstab file in case I missed something.
# cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
fd - /dev/fd fd - no -
/proc - /proc proc - no -
/dev/md/dsk/d0 /dev/md/rdsk/d0 / ufs 1 no -
/dev/dsk/c0t0d0s1 - - swap - no -
/dev/md/dsk/d3 - /usr ufs 1 no -
/dev/md/dsk/d4 - /var ufs 1 no -
/dev/md/dsk/d5 - /opt ufs 2 yes -
/dev/md/dsk/d6 - /export/home ufs 2 no -
/dev/dsk/c0t1d0s0 - /backups ufs 2 yes -
/devices - /devices devfs - no -
ctfs - /system/contract ctfs - no -
objfs - /system/object objfs - no -
swap - /tmp tmpfs - yes -
Thanks for taking a look!