a. Create an installation image from the mounted ISO image:
unzip compressed-file.zipIf /dev/lofi/1 is already in use, refer to the lofiadm (1M) man page.
lofiadm -a pathname/image.iso /dev/lofi/1
mkdir mountpoint
mount -F hsfs /dev/lofi/1 mountpoint
cd mountpoint
find . -print | cpio -pdum shared-location/comms5
b. After copying is done, unmount the ISO image:
cd
umount mountpoint
lofiadm -d /dev/lofi/l
No hay comentarios:
Publicar un comentario