|
±Ý³â¸ñÇ¥74
|
2004-12-07 15:14:54, Á¶È¸ : 914, Ãßõ : 108 |

Tasks to perform on the partition with the CD-ROM device (NFS Server)
1. Start NFS on the server using these steps:
# smit nfs
-> Network File System
-> Configure NFS on this System
-> Start NFS
2. Put the CD media in the server CD-ROM drive
3. Create the mount point for the CD-ROM:
# mkdir /cdrom
4. Add the CDROM file system to the server:
# smit cdrfs
-> Add a CDROM file system
Device Name: /dev/cd0
MOUNT POINT: /cdrom
Mount automatically at system restart (you may choose what to do here)
5. Mount the CD-ROM on the server.
# mount /cdrom
6. Export the filesystem from the server
# exportfs -i -o ro /cdrom
Tasks to perform on the partition where you want to mount the CD-ROM device (NFS Client)
7. Create the mount point for the /cdrom directory to mount the CD-ROM on the client.
# mkdir /cdrom
8. Mount the exported CD-ROM on the client:
# mount :/cdrom /cdrom |
|
|