On most IBM AIX systems, the disk mounts automatically when you insert it into the disk drive. If the disk does not mount automatically, then follow these steps to mount it.
- Switch the user to
root
:
- If necessary, unmount the currently mounted disc, then remove it from the drive:
In this example, /dvd
is the mount point directory for the disc drive.
- Insert the appropriate disc into the disc drive, then mount it:
# /usr/sbin/mount -rv cdrfs /dev/cd0 /dvd
In this example, /dev/cd0
is the device name of the disc drive and /dvd
is the mount point directory.