HowTo Mount Novell Shares with ncpfs from Debian

Share your wisdom. Not for support questions!

Moderator: How-to Curator

HowTo Mount Novell Shares with ncpfs from Debian

Postby bmc5311 » March 16th, 2011, 3:02 pm

How to mount Novell shares with ncpfs from Debian (this should work with any Linux distribution).

Novells's Client application (tray icon) will not work in Debian (SLED and Windows only??)
Novell shares can be mounted using ncpfs.
This how to assumes that the user is familer with the command line and has access to the root account.

As root:
Install ncpfs
Code: Select all
aptitude install ncpfs

Make a mount point for your shared drive
Code: Select all
mkdir /mnt/whatever_you_want_to_call_it
chown yourusername /mnt/what_ever_you_called_it


To mount your shares (regular user, not root)
Code: Select all
ncpmount -S server_name -A server_ip -U USERNAME -V Data/Shared -u username /mnt/what_ever_you_called_it/

Notes:
- USERNAME is your Novell client log in name.
- username is your user name on the machine you're logging in from.
When prompted, enter your Novell password.


To unmount your shares:
Code: Select all
ncpumount -S server_name


If you'd like to not have to enter your password when logging in, insert -P your_novell_password after USERNAME.

You can create launchers for both mounting and unmounting if you wanted to do so.

Discuss here - http://www.debianuserforums.org/viewtopic.php?f=24&t=481
MacBook Air / sid amd64 / gnome shell
broken hpdv6200 motherboard screwed to the wall in my garage / sid amd64 / gnome shell
http://img823.imageshack.us/i/garagecomputer.jpg/
User avatar
bmc5311
 
Posts: 458
Joined: February 12th, 2011, 1:07 am
Location: lost in the vast machine

Return to HowTo

Who is online

Users browsing this forum: No registered users and 1 guest

cron

x