This shows you the differences between two versions of the page.
aix:mount_iso_image [2021/01/01 21:21] 127.0.0.1 external edit |
aix:mount_iso_image [2024/06/25 10:48] (current) manu [AIX: Mount ISO Image (after AIX6.1TL4)] |
||
---|---|---|---|
Line 5: | Line 5: | ||
# loopmount -i cdrom.iso -o "-V cdrfs -o ro" -m /mnt | # loopmount -i cdrom.iso -o "-V cdrfs -o ro" -m /mnt | ||
</cli> | </cli> | ||
+ | |||
Mount directly the UDF file on /mnt (!latest iso from VIOS is an UDF format!): | Mount directly the UDF file on /mnt (!latest iso from VIOS is an UDF format!): | ||
+ | Example of error with bad format | ||
+ | # cp mksysb_image /export/lppsources/vios_4_1_0_21_mksysb | ||
+ | cp: mksysb_image: A system call received a parameter that is not valid. | ||
+ | |||
<cli prompt='#'> | <cli prompt='#'> | ||
# loopmount -i VIOS_31010_Flash.iso -m /mnt -o "-V udfs -o ro" | # loopmount -i VIOS_31010_Flash.iso -m /mnt -o "-V udfs -o ro" |