Help mounting disks on a fresh Solaris 10 11/06 install on E3000
Hi all, I just completed a fresh installation on an Enterpise 3000 that had Solaris 7 with 10 disks. Only the disks with the OS got mounted by the installation process, and I cannot figure how to mount the other disks. I have manually added the entries to vsftab but am hessitant to modify mnttab. Is there a utility that I can use to create the mounts?
Thanks
[373 byte] By [
kamau-na] at [2007-11-27 10:31:20]

# 1
> but am hessitant to modify mnttab. Is there a utility
You don't modify this file. It's done automatically as filesystems get mounted.
If you have edited /etc/vfstab, just mount your filesystems. Individually:
mount /foo
All at once:
mount -a
# 2
Thanks timevans, mount -a did the trick, but first I had to create the directories in the root directory. I forgot to do that after I wiping out old OS. The exception error at boot up time was not clear but when I ran the mount -a command manually is became obvious that I had to create the mount points.