Mounting CDrom on Remote Server
Tags:
Mounting CDROM on remote server
===============================
For the server:
1. # vi /etc/dfs/dfstab
share -F nfs -o ro /cdrom/cdrom0
2. # shareall
3. # share
4. # /etc/init.d/nfs.server stop
5. # /etc/init.d/nfs.server start
For the client:
1. When automountd is NOT running:
2. # mount -F nfs servername:/cdrom/cdrom0 /mnt/cdmount
3. # cd /mnt/cdmount
4. # ls
1. When automountd is running:
2. # cd /mnt/servername/cdrom/cdrom0
»
- Add new comment
- 1718 reads
