Mounting ISO Images in Solaris.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Apr 2009 19:27:58 +0300
changeset 97 f2b1ceb9a48f
parent 96 22b335774c80
child 98 fc020f519c58
Mounting ISO Images in Solaris.
iso-9660.rst
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/iso-9660.rst	Mon Apr 20 19:27:58 2009 +0300
@@ -0,0 +1,10 @@
+-*- outline -*-
+
+* Mounting ISO Images in Solaris.
+
+  $ /usr/sbin/lofiadm -d /dev/lofi/1
+  $ /usr/sbin/lofiadm -a /var/tmp/CDImage.iso
+  $ [ -d /mnt ] && echo OK || echo FAILURE
+  $ /usr/sbin/umount /mnt
+  $ /usr/sbin/mount -F hsfs -o ro /dev/lofi/1 /mnt
+  $ cd /mnt