Let me show you how to share (in this case) DVD-ROM between Ubuntu and Solaris.
1. Choose the folder that you want to share (DVD-ROM)
2. edit /etc/exports
# sudo vi /etc/exports
3. Replace (rw) to (ro,async)
4. Restart the service
# sudo /etc/init.d/nfs-kernel-server restart
5. On Solaris box
$ mount -F nfs -o vers=2 :/media/cdrom0 /a
Sharing resources between Ubuntu and Solaris
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment