Commands for mounting the optical drive and iso to the aix System

Source: Internet
Author: User

Commands for mounting the optical drive and iso to the aix system 1. Create a folder for loading the optical drive # mkdir/cdrom2. Mount the/dev/cdo optical drive device to/cdrom in the format of the cdrfs file system. under the folder # mount-rv cdrfs/dev/cd0/cdrom 3. view files in the optical drive # ls/cdrom4, and unmount the optical drive # unmount/cdrom. If the file cannot be detached, use # fuser-kxcu. /cdrom command to enable all users to exit the optical drive device and then use the unmount command 5. The optical drive # lssrc-s cdromd // view the cdromd service # startsrc-s cdromd // start cdromd service # cdeject // pop-up drive -------------------------------------------------- The following is a logical volume attached to iso method 11, the same or larger size as ISO image. 2. Add and edit the logical volume entry in the/etc/filesystems file and set vfs to cdrfs For example: # vi/etc/filesystems/isocd: dev =/dev/isocd vfs = cdrfs mount = false options = ro account = false or crfs-v cdrfs-p ro-d/dev/isolv-m/isodir3) create a mount point mkdir/iosdir4 for this LV) run the dd command to copy the iso images to the LV # dd if =/var/tmp/hacmp5.5.iso of =/dev/isolv bs = 2048 k 5) like mount CD-ROM mount/isolv # mount-rv cdrfs/dev/isolv/isodir method 2 mount: loopmount-I/tmp/ha55patch/hacmp5.5.iso-o "-V cdrfs-o ro"-m/tmp/testloopmount-I/tmp/tsm/TSM_AIX_AC_5.5.ISO-o "-V cdrfs- note the following when o ro "-m/tmp/testloopmount-I/TSM_AIX_Client_5.5.ISO-o"-V cdrfs-o ro "-m/tmp/testunmount: # fuser-cuk/mnt/test # unmount/mnt/test

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.