Cindy Harper wrote: > Hi. I'm the system coordinator for a system that is managed by our > vendor. It runs Solaris 9. I'm trying to setup backup-to-disk (just > using tar for now) to send the backup tar archive to a remote NFS > share. For security purposes, our vendor has not installed SUNWnfscr > or SUNWnfscu, just SUNWnfscx. Should I be able to use the mount > command to mount a remote share on this system? What do I need to do > to find out why I'm getting a "mount: operation not available for > FStype nfs"?
Without the other NFS packages, you won't have the binary in place that actually knows how to mount NFS filesystems. You can prove this by using "truss -f" to follow a mount request; /usr/sbin/mount tries to execute either /etc/fs/nfs/mount or /usr/lib/fs/nfs/mount, and your system won't have either one. We don't support minimization of the type your vendor used; use of NFS client requires all of the SUNWnfsc* packages. Rob T