How to map using the Novell Client for Linux

  • 7015435
  • 28-Jul-2014
  • 28-Jul-2014

Environment

Novell Client for Linux

Situation

How to map using the Novell Client for Linux

Resolution

nwlogin - login to a remote server (ie. nwlogin -s server1)
nwlogout - logout of a remote server and remove any mappings (ie. nwlogout -s server1)
nwconnections - view connections to remote servers
nwmap - map a remote volume or remove a mapping

Examples:

# map volume data on server1 to data subdirectory under user's home directory (ie. /root/data)
nwmap -d data -s server1 -v data

# remove data mapping
nwmap del data:

# map volume data on server1 to /mnt/data
nwmap -d /mnt/data -s server1 -v data

# remove /mnt/data mapping
nwmap del /mnt/data: