服务器上:
先确定光驱的设备名
# ioscan -fnkC disk
# mount /dev/dsk/c0t0d0 /SD_CDROM添加要共享的目录到文件/etc/exports
# vi /etc/exports
/SD_CDROM -ro,root=<client_host_name>
# exportfs -a检查共享是否成功
# exportfs
/SD_CDROM -ro,root=<client_host_name>
客户机:
# mount -F nfs <server_host_name>:/SD_CDROM /cdrom
使用光驱
# swinstall -s /cdrom
0 Responses to “HP-UX下共享网络CD-ROM”