Montowanie katalogów NCP (NETWARE) z serwera SLES9

  • By :
  • Category : Linux

======Montowanie wolumenów spod Netware (po TCP/IP) =====================

== W systemie musi być zainstalowany pakiet ncpfs (znajduje się na płycie 1 dystrybucji), dalej ze strony http://www.novell.com/coolsolutions/feature/17015.html można pobrać pakiet ncpmnt (jest to rpm, który zawiera plik /opt/ncpmntsh/ncpmnt.sh; puszczony bez argumentów generuje w tej samej lokalizacji plik ncpmnt.conf <– tutaj modyfikacja). Po skonfigurowaniu ncpmnt.conf należy uruchomić jeszcze raz skrypt ncpmnt.sh.

======Montowanie wolumenów przy starcie systemu=========================

== Opis można poszukać tutaj: http://www.novell.com/coolsolutions/trench/16445.html.

1) Weryfikacja instalacji ncpfs j/w

2) Tworzysz punkt montowania

3) Tworzysz grupę np. nwaccess

4) Dodajesz użytkownika do grupy nwaccess

5) Tworzysz plik haseł (np. /etc/ncp-pass) w formacie

nazwaserwera/nazwauzytkownika.lokalizacja.nds:hasło;

uprawnienia do pliku chmod 600 /etc/ncp-pass

6) Tworzysz punkt montowania w /etc/fstab, u mnie: nw/admin /mnt/nwserver ncp uid=root,gid=nwaccess,mode=660,owner=root,A=nw,passwdfile=/etc/ncp-pass,p=cp852 0 0

Źródła:

http://www.novell.com/coolsolutions/feature/17015.html

http://www.novell.com/coolsolutions/trench/16445.html

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Free(BSD)
yt-dlp – download your data from youtube

Hi, this short article only to mention that there is a wonderful application that exists for a years for the purpose to download YOUR or maybe some other movies from youtube. I don’t want to go in to legal aspect too much, what can be downloaded from youtube, what not …

Linux
Migrate WordPress site to another hosting service.

IntroductionThis article details the migration of WordPress site (exactly this site you are now on) from one service provider to Amazon Lightsail. There might be various reason to do that (mine is outlined below) but in general I hope to share the message that especially with WordPress, migration can be …

Free(BSD)
Convert pdf file to jpeg – with imagemagic

Short article just to write down not-so frequently (for me) task: remove /opt/homebrew/bin from that command where using on other system than macOs Options: cheers