sábado, 9 de febrero de 2008

How to mount iso in solaris 10


a. Create an installation image from the mounted ISO image:

unzip compressed-file.zip
lofiadm -a pathname/image.iso /dev/lofi/1
If /dev/lofi/1 is already in use, refer to the lofiadm (1M) man page.

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: