Click to See Complete Forum and Search --> : Quick Mounting Novell Volumes


saurya_s
12-18-2003, 03:25 PM
Hi guys
I am able to mount novell volumes but I have to do use a very long protocol:
I su
Load Ipx_configure .............
Exit from root.
Ncpmount command

So, Ipx-conf is not auto done on my system.
Is there anyway to automate this,perhaps to strat ipx_configure while the system boots or some kind of script.
Thanks

ph34r
12-18-2003, 04:01 PM
Put it in /etc/rc.local

saurya_s
12-19-2003, 07:37 AM
Thanks mate
Excellent, it works. I also tried to use the script which works as well.
Now, how can I make the script autoexecutable as soon as I login.
One option ,I have is that I make alink to it in the autostart of KDE.
Or do I add this script to rc.local as well
Is there any better way to do it ?
Thanks
SS

serz
12-19-2003, 11:49 AM
To start the script as soon as you log in, add that to your ~/.bash_profile file.

/path/to/script/you/want

ph34r
12-19-2003, 11:54 AM
Put it in your KDE startup preferences... in .bash_profile or .bashrc or the /etc/ versions thereof, it would run and mount each time you open a xterm, etc.