HP-UX下共享网络CD-ROM

服务器上:
先确定光驱的设备名

# 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”


  • No Comments

Leave a Reply




This work by wolfg is licensed under a Attribution-Noncommercial-Share Alike 2.5 China Mainland.