Linux 掛載/存取 Netware 檔案
时间:2006-04-01 来源:kinux
Linux 掛載/存取 Netware 檔案
Linux: RedHat 9.0
Netware: Netware 3.1
軟件:
1. ipxutils : ipxutils-2.2.1-1.i386.rpm
ftp://194.199.20.114/linux/redhat/9/en/os/i386/RedHat/RPMS/ipxutils-2.2.1-1.i386.rpm
2. ncpfs : ncpfs-2.2.1-1.i386.rpm
ftp://194.199.20.114/linux/redhat/9/en/os/i386/RedHat/RPMS/ncpfs-2.2.1-1.i386.rpm
安裝:
#rpm -ivh ipxutils-2.2.1-1.i386.rpm
#rpm -ivh ncpfs-2.2.1-1.i386.rpm
### 載入ncpfs檔案系統
#/sbin/insmod /lib/modules/2.4.20-8/kernel/fs/ncpfs/ncpfs.o
### 設定ipx網絡
#ipx_configure --auto_interface=on --auto_primary=on
### 用戶掛載
#ncpmount -S NDS -U user -P 123456 /novell
###ncpmount -S serverName -U username -P password /mountpoint
重新啓動後自動掛載
在/etc/rc.local加入以下幾行.
# Start the ncp filesystem
/sbin/insmod /lib/modules/2.4.20-8/kernel/fs/ncpfs/ncpfs.o
# Configure the IPX network
ipx_configure --auto_interface=on --auto_primary=on
# User login to the Netware server
ncpmount -S NDS -U user -P 123456 /novell
參考連接:
http://www.tldp.org/HOWTO/IPX-HOWTO-9.html
Linux: RedHat 9.0
Netware: Netware 3.1
軟件:
1. ipxutils : ipxutils-2.2.1-1.i386.rpm
ftp://194.199.20.114/linux/redhat/9/en/os/i386/RedHat/RPMS/ipxutils-2.2.1-1.i386.rpm
2. ncpfs : ncpfs-2.2.1-1.i386.rpm
ftp://194.199.20.114/linux/redhat/9/en/os/i386/RedHat/RPMS/ncpfs-2.2.1-1.i386.rpm
安裝:
#rpm -ivh ipxutils-2.2.1-1.i386.rpm
#rpm -ivh ncpfs-2.2.1-1.i386.rpm
### 載入ncpfs檔案系統
#/sbin/insmod /lib/modules/2.4.20-8/kernel/fs/ncpfs/ncpfs.o
### 設定ipx網絡
#ipx_configure --auto_interface=on --auto_primary=on
### 用戶掛載
#ncpmount -S NDS -U user -P 123456 /novell
###ncpmount -S serverName -U username -P password /mountpoint
重新啓動後自動掛載
在/etc/rc.local加入以下幾行.
# Start the ncp filesystem
/sbin/insmod /lib/modules/2.4.20-8/kernel/fs/ncpfs/ncpfs.o
# Configure the IPX network
ipx_configure --auto_interface=on --auto_primary=on
# User login to the Netware server
ncpmount -S NDS -U user -P 123456 /novell
參考連接:
http://www.tldp.org/HOWTO/IPX-HOWTO-9.html
相关阅读 更多 +