Hello everyone, I am trying to mount an ISO image (which was converted with with help from ccd2iso tool), I used
mdconfig -a -t vnode -f ./"isoimage.iso" -u 3 mount -t cd9660 /dev/md3 /cdrom and mdconfig -a -f /path/disk.iso md1 mount -t cd9660 /dev/md1 /mnt/path variant of the proper way. It doesn't work. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
