Mounting NetWare Volumes On NLD Illustrated
Novell Cool Solutions: Feature
By Aruna Kumari
Reader Rating
from 7 ratings
|
Digg This -
Slashdot This
Posted: 27 Jun 2005 |
Problem
Nowadays heterogeneous networks are common scenario everywhere. And with NLD being placed in between, any user in the network would have necessity of accessing their NetWare servers for one or the other need. Using built in command ncpmount any user can mount NetWare Volumes on NLD. The cool solution is intended to explain mounting NetWare Volumes on NLD.
Solution
Following steps explains the details of mounting NetWare Volumes on NLD using ncpmount.
Create a folder where the NetWare Volume has to be mounted.
Ex: Create a folder /home/abc
Open a terminal and type the following command:
ncpmount -S servername -A Server-IPaddress/DNS-name -U username -P password -V volume/path /home/urfoldername
NOTE: The -P is optional. If it is not specified, then you will be prompted for the password.
Ex : ncpmount -A 164.99.160.xxx -S yyy.blr.novell.com -V sys -U admin /home/abc/

To unmount the NetWare Volume do the following at the terminal
usage: ncpumount mount-point
Ex: ncpumount /home/abc

Reader Comments
- Useful one
- good one
- interesting, very good
- You forgot to mention two things: 1. The ncp utilites are not installed by default. You have to install the ncpfs utilites with Redcarpet. 2. You have to switch to the root users to excute the ncpmount and ncpumont commands.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com
