How can I mount a cdrom .bin file?

Greg Lane greg.lane at internode.on.net
Wed May 14 19:40:01 PDT 2003


Hi,

See earlier in the thread for one method (which I have never
personally tried) or do the following which I normally use:

vnconfig /dev/vn0c /path/to/cd1.iso
mount -t cd9660 /dev/vn0c /mnt
 
To unmount:

umount /mnt
vnconfig -u /dev/vn0c
  
Obviously the man page for vnconfig will be of interest to you!

Cheers,
Greg



More information about the freebsd-questions mailing list