Mounting and unmounting SCO Gateway for NetWare filesystems
SCO Gateway for NetWare has two filesystems: the automount filesystem (NUCAM) and
the SCO Gateway for NetWare filesystem (NUCFS). For an overview, see
``About SCO Gateway for NetWare filesystems''.
To use the Filesystem Manager to mount SCO Gateway for NetWare filesystem, see ``Modifying filesystem mount configuration'' in the System Administration Guide.
When using the Filesystem Manager to add or modify a SCO Gateway for NetWare filesystem, select Advanced Mount Options to control the following options:
See also:
At boot time, /etc/nuc automatically mounts the automount filesystem on /.NetWare.
The automount filesystem automatically mounts the SCO Gateway for NetWare filesystem on a /.NetWare subdirectory whenever a logged-in user accesses NetWare files. For more details, see ``About SCO Gateway for NetWare filesystems''.
Unlike other remote filesystems, no entry should be made in the /etc/default/filesys file for a SCO Gateway for NetWare filesystem mount at boot time. See filesys(F) for more information.
Although the SCO Gateway for NetWare automount fileystem is mounted by SCO Gateway for NetWare at
boot time, it can also be mounted from the command line.
For example:
/etc/mount -f NUCAM /.NetWare /.NetWare
mounts the automount filesystem (NUCAM) on the mount point /.NetWare. For more details, see mount(ADM).
The SCO Gateway for NetWare filesystem (NUCFS) is also mounted with the
mount command. For example:
/etc/mount -f NUCFS caracas:sys /netwarefiles
mounts the NetWare server caracas, volume sys on the directory /netwarefiles.
Although the SCO Gateway for NetWare automount fileystem is unmounted when SCO Gateway for NetWare stops,
it can also be unmounted from the command line using
umount(ADM).
For example:
/etc/umount /.NetWare
unmounts the automount filesystem (NUCAM) from the mount point /.NetWare.
The SCO Gateway for NetWare filesystem (NUCFS) can also be
unmounted from the command line.
Execute:
unmount mount_point
where mount_point is the UNIX system directory mount location.
Normally, only the superuser can mount SCO Gateway for NetWare filesystems. However, users can mount selected filesystems using mnt(C).
To enable user mounting using the Filesystem Manager, see ``Enabling users to mount filesystems'' in the System Administration Guide.
To manually enable user mounting, create an entry in /etc/default/filesys for each filesystem to be mounted.
The following sample entry allows a user to mount the
sys volume from the NetWare server dakar:
bdev=dakar:sys mountdir=/netwarefiles \
fsck=no rcfsck=no rcmount=no \
mount=yes fstyp=NUCFS
To export SCO Gateway for NetWare filesystems using the Filesystem Manager, see ``Adding, modifying and removing filesystem export configuration'' in the Networking Guide.
To manually export SCO Gateway for NetWare filesystems, create an entry in the /etc/exports file for each filesystem to be exported.
The following sample entry exports the SCO Gateway for NetWare filesystem mounted at
/netwarefiles to the NFS clients apple and orange:
/netwarefiles -root=apple:orange
See exports(NF) for more details on this file.
To access an NFS exported SCO Gateway for NetWare filesystem from an NFS client, users must log into the appropriate NetWare server from the NFS server.
For example, a user logged into an NFS client must remotely log into the NFS fileserver and then use nwlogin(NWG) or the NetWare Access Manager to log into the appropriate NetWare server.
On the client system, the noac option to the mount command must be specified in /etc/default/filesys for the imported filesystem. For more information, see the manual page for mount(ADM).