Mounting ISO images on AIX
Mounting ISO images on AIX
There is a known problem with mounting ISO images on the AIX platform. To workaround the problem, complete the following instructions:
There is a known problem with mounting ISO images on the AIX platform. To workaround the problem, complete the following instructions:
Obtain the size of the image.
For example:
For example:
# ls -al
total 731594
drwxr-xr-x 2 root system 512 Aug 18 11:33 .
drwxr-xr-x 6 root system 512 Aug 18 11:32 ..
-rw-r--r-- 1 root system 374575104 Apr 29 02:59
fim_console_rios_aix_5.iso
total 731594
drwxr-xr-x 2 root system 512 Aug 18 11:33 .
drwxr-xr-x 6 root system 512 Aug 18 11:32 ..
-rw-r--r-- 1 root system 374575104 Apr 29 02:59
fim_console_rios_aix_5.iso
Identify the nearest multiple of 128 MB that will provide enough space for the image. In the above example, the image is approximately 374 MB, so use 384 MB as an image size.
Make a logical volume of this size. Ensure that there is enough space on the physical volume. For example, hdisk0.
Make a logical volume of this size. Ensure that there is enough space on the physical volume. For example, hdisk0.
# mklv -y cdlv -t jfs2 -s n -L /dev/cdlv rootvg 384M hdisk0 (可以用smit mklv來建立)
If the command fails, increase the volume size by a multiple of 128.
If the command fails, increase the volume size by a multiple of 128.
Use thedd command to create a pseudo-device. Ensure that the partition has enough space for the pseudo-device. In the following example command, the pseudo-device is /dev/cdlv.
# dd if=/opt/software/iso/fim_console_rios_aix_5.iso f=/dev/cdlv bs=10m
Note that this command may take a long time and will create two dd processes.
# dd if=/opt/software/iso/fim_console_rios_aix_5.iso f=/dev/cdlv bs=10m
Note that this command may take a long time and will create two dd processes.
Mount the device like a CD-ROM in AIX. Ensure that the mount point exists.
# mount -v cdrfs -o ro /dev/cdlv /mnt/iso
Change directory into /mnt/iso.
# mount -v cdrfs -o ro /dev/cdlv /mnt/iso
Change directory into /mnt/iso.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-716817/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 3.2.1 Mounting a Database to an InstanceDatabase
- Kubernetes – Images
- Android imagesAndroid
- 【AIX】AIX程式監控工具AI
- 3.1.5.2 Starting an Instance, and Mounting and Opening a DatabaseDatabase
- insert images to a plot
- AIX VGDAAI
- 16-containers-ImagesAI
- 【AIX-PS】AIX系統ps命令詳解AI
- Pythonic AI generation of images and videosPythonAIIDE
- Install python on AIX 7PythonAI
- AIX掛載NFSAINFS
- AIX_EXT_VGAI
- aix lvm big vgAILVM
- 【AIX】記憶體AI記憶體
- aix升級opensshAI
- IBM AIX儲存層結構分析+aix常用命令IBMAI
- 『中級篇』docker 使用bind Mounting實戰(36)Docker
- cd iso
- 【AIX】AIX7.1 C編譯環境部署指導說明AI編譯
- AIX的yum安裝AI
- AIX系統日誌AI
- AIX相關管理命令AI
- 10g RAC on AIXAI
- AIX基礎教程(zt)AI
- 關於Warning: setState(...): Can only update a mounted or mounting component. This
- 製作ISO檔案 與 提取ISO檔案
- oracle xtts遷移 AIX to LinuxOracleTTSAILinux
- AIX中的裸裝置AI
- 影像降噪之Unprocessing Images for Learned Raw Denoising
- Segmentation of retinal OCT images using a random forest classifierSegmentationrandomREST
- 《EARLY METHODS FOR DETECTING ADVERSARIAL IMAGES》閱讀筆記筆記
- aix安裝oracle客戶端AIOracle客戶端
- aix檔案系統擴容AI
- AIX作業系統安全加固AI作業系統
- RAC安裝【AIX 7 + 11.2.0.4 + ASM】AIASM
- IBM /AIX 環境快速部署MySQLIBMAIMySql
- ISO27001:2013和ISO27001:2005的差異對比
- [Linux] convert .img to .iso fileLinux