two command
lofiadm -a /root/my.iso mount -F hsfs -o ro /dev/lofi/1 /mnt/cdrom
one command
mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt/cdrom
two command
lofiadm -a /root/my.iso mount -F hsfs -o ro /dev/lofi/1 /mnt/cdrom
one command
mount -F hsfs -o ro `lofiadm -a /root/my.iso` /mnt/cdrom
You must be logged in to post a comment.