5/24/2018
Posted by 

Sun Solaris 10 Download X86 Dvd Iso Mount Average ratng: 5,7/10 4773votes

In Sun Solaris, we can use the Loopback File driver to mount an ISO image without having to write the ISO image onto a CD or DVD. Following procedure should help you mount an ISO image in Sun Solaris Attach a Block Device sunsolaris# lofiadm -a /export/software/iso_image.iso /dev/lofi/1 Mount the ISO Image block device sunsolaris# mount -F hsfs -o ro /dev/lofi/1 /mnt Where /mnt is the mount point. This should mount the ISO image. Tina Design Suite V9 Crack. To confirm, change directory to /mnt and do a “ls” to lis the files sunsolaris# cd /mnt sunsolaris# ls if at anytime, you want to look at these block devices simply type “lofiadm” command with no arguement. Sunsolaris# lofiadm Block Device File /dev/lofi/1 /export/software/iso_image.iso When we are done with the files on the mounted ISO, we can unmount and detach the Block device we attached earlier: sunsolaris# umount /mnt sunsolaris# lofiadm -d /dev/lofi/1 For instructions on how to mount an ISO image in Linux, Posted by at 1:16 pm Tagged with:,,,, 3 Responses to “How to mount an ISO image in SUN Solaris” •.

Solaris 10 VM Downloads

How do I mount an ISO CD image under Sun Solaris UNIX? Just like linux loopback device Sun Solaris UNIX has lofi loopback file driver. The lofi file driver exports a file as a block device. Reads and writes to the block device are translated to reads and writes on the underlying file. This is useful when.