Linux中NetWare客戶端簡易安裝說明
日期:2017/2/7 16:58:54   編輯:Linux教程
*NetWare ClIEnt for Linux Installation:簡易安裝說明:
*安裝前需求:
0)只能在 NetWare 3.x 上執行,不支援 NetWare 4.x 與 NetWare 的 NDS。
( 欲執行NDS,請參看 README 檔 )。
1)確定 kernel 版本為1.3.71以上。
2)重新編譯核心 ( re-compile kernel );
且 make config 時已將有關 IPX 選項打開。
例如:The IPX protocol (CONFIG_IPX) [Y/m/n/?]
Full internal IPX network (CONFIG_IPX_INTERN) [Y/n/?]
NCP filesystem support (to mount NetWare volumes) (CONFIG_NCP_FSS) [Y/m/n/?]
*如何安裝:
1)到交大資科 FTP 站 linux.cis.nctu.edu.tw 抓
/pub3/sunsite/system/Filesystems/ncpfs/ncpfs-2.0.4.tgz
2)將 ncpfs-2.0.4.tgz 放在你喜歡的位置。( 此處以 /usr/local/src 為例 )
3)解開 ncpfs-2.0.4.tgz
cd /usr/local/src
tar zxvf ncpfs-2.0.4.tgz
4)到 ncpfs 下並開始編譯。
cd /usr/local/src/ncpfs
make all
make install
5)安裝完成。
*如何 Mount NetWare Server:
1)執行網路設定 ipx_configure:
ipx_configure --auto_primary=on
ipx_configure --auto_interface=on
2)Mount 某台 NwtWare Server:(以 ARCH 此台 Server 為例)
ncpmount -S ARCH -U SUPERVISOR -P XXXXXXXX /ARCH
^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^
Server名稱 使用者名稱 使用者密碼 將 ARCH mount到哪個目錄下
ps:不懂的就看ncpmount的說明