0 and 1 are the basic building block for any software.
Share and note my experience and encounter with 0 and 1.
Friday, June 10, 2011
lofiadm to mount an iso image
# lofiadm -a /var/tmp/myimage.iso
# lofiadm
the above command show which lofi device the iso associated, assume 1.
below command allow you to mount it to a directory.
# mount -F hsfs /dev/lofi/1 /mnt
No comments:
Post a Comment