On Feb 7, 2008, at 11:03 AM, Steve Franks wrote:
Can I then mount the bin file as if it was the dvd, or how do I
retrieve the actual filesystem at that point?

Yes, something like:

  mdconfig -a -t vnode -f _file.bin_ -u 1
  mount -t cd9660 /dev/md1 /mnt/cdrom

--
-Chuck

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to