Go to main content

Managing Devices in Oracle® Solaris 11.3

Exit Print View

Updated: April 2018
 
 

How to Access Removable Media on Remote Systems

You 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.

  1. Select an existing directory to serve as the mount point. Or create a mount point.
    $ mkdir /directory

    where /directory is the name of the directory that you create to serve as a mount point for the remote system's DVD.

  2. Find the name of the media that you want to mount.
    $ showmount -e system-name
  3. As an administrator, mount the media.
    # mount -F nfs -o ro system-name/:media/media-name local-mount-point
    system-name:

    Is the name of the system whose media you will mount.

    media-name

    Is the name of the media you want to mount.

    local-mount-point

    Is the local directory onto which you will mount the remote media.

  4. Log out as an administrator.
  5. Verify that the media has been mounted.
    $ ls /mnt
Example 68  Accessing DVDs or CDs on Remote Systems

The following example shows how to automatically access the remote DVD from the remote system global using autofs.

$ showmount -e global
export list for global:
/media/Oracle_Solaris-11_3-AI-SPARC (everyone)
$ ls /net/starbug/media/
Oracle_Solaris-11_3-AI-SPARC