|
||||||||||
1. Managing Removable Media (Overview) 2. Managing Removable Media (Tasks) 3. Accessing Removable Media (Tasks) Accessing Removable Media (Task Map) How to Add a New Removable Media Drive How to Disable or Enable Removable Media Services How to Access Information on Removable Media How to Copy Information From Removable Media How to Determine If Removable Media Is Still in Use Accessing Removable Media on a Remote System (Task Map) 4. Writing CDs and DVDs (Tasks) 5. Managing Devices (Overview/Tasks) 6. Dynamically Configuring Devices (Tasks) 7. Using USB Devices (Overview) 9. Using InfiniBand Devices (Overview/Tasks) 11. Administering Disks (Tasks) 12. SPARC: Adding a Disk (Tasks) 13. x86: Adding a Disk (Tasks) 14. Configuring Solaris iSCSI Targets and Initiators (Tasks) 15. Configuring and Managing the Solaris Internet Storage Name Service (iSNS) 16. The format Utility (Reference) 17. Managing File Systems (Overview) 18. Creating UFS, TMPFS, and LOFS File Systems (Tasks) 19. Mounting and Unmounting File Systems (Tasks) 20. Using The CacheFS File System (Tasks) 21. Configuring Additional Swap Space (Tasks) 22. Checking UFS File System Consistency (Tasks) 23. UFS File System (Reference) 24. Backing Up and Restoring File Systems (Overview) 25. Backing Up Files and File Systems (Tasks) 26. Using UFS Snapshots (Tasks) 27. Restoring Files and File Systems (Tasks) 28. UFS Backup and Restore Commands (Reference) 29. Copying UFS Files and File Systems (Tasks) |
Accessing Removable Media on a Remote System (Task Map)The following task map describes the tasks need to access removable media on a remote system.
How to Make Local Media Available to Other SystemsYou can configure your system to share its media drives to make any media in those drives available to other systems. One exception is musical CDs. Once your media drives are shared, other systems can access the media they contain simply by mounting them. For instructions, see How to Access Removable Media on Remote Systems.
The following example shows how to make any local DVD or CD available to other systems on the network. # vi /etc/dfs/dfstab (Add the following line:) # share -F nfs -o ro /media # svcs *nfs* # svcadm enable network/nfs/server # svcs -p svc:/network/nfs/server:default # share - /media/sol_10_305_sparc sec=sys,ro ""Example 3-4 Making Local Diskettes Available to Other Systems The following example shows how to make any local diskette available to other systems on the network. # vi /etc/dfs/dfstab (Add the following line, for example) share -F nfs -o ro /media/myfiles # svcs *nfs* # svcadm enable network/nfs/server # svcs -p svc:/network/nfs/server:default # volcheck -v media was found # share - /media/myfiles rw "" How to Access Removable Media on Remote SystemsYou can access media on a remote system by manually mounting the media into your file system. Also, the remote system must have shared its media according to the instructions in How to Make Local Media Available to Other Systems.
The following example shows how to automatically access the remote DVD named sol_10_305_sparc from the remote system starbug using AutoFS. $ showmount -e starbug export list for starbug: /media/sol_10_305_sparc (everyone) $ ls /net/starbug/media/ sol_10_305_sparcExample 3-6 Accessing Diskettes on Other Systems The following example shows how to automatically access myfiles from the remote system mars using AutoFS. # showmount -e mars export list for fractional: /media/floppy (everyone) $ cd /net/mars $ ls media myfiles |
|||||||||
|