vnconfig /dev/vn0c /home/user/cdrom.iso
mount -t cd9660 /dev/vn0c /mnt
unmount:
umount /mnt
vnconfig -u /dev/vn0c
[Related posts]
Transferring a FreeBSD on new hard drive [Manual] Follow this steps to transfer FreeBSD on new hard drive of any size. Connect the new hard disk in the system with a FreeBSD (/dev/ad1s1)... Setting up NFS server and client on FreeBSD and Linux [How To] NFS server (FreeBSD): /etc/rc.conf: portmap_enable = "YES" nfs_server_enable = "YES" nfs_reserved_port_only = "YES" /etc/exports (FreeBSD) /usr/local/nfs-rw 192.168.1.2 /usr/local/nfs-ro-mapall = nobody-network 192.168.1-mask 255.255.255.0 /cdrom-alldirs, quiet, ro-network... Linux, UNIX Directories Linux directory structure Mount Point Explanation / Root directory /bin Main program /boot Used at boot /dev directory Where the registered user devices (modem, mouse,... File Server With Samba and FTP in FreeBSD This manual describes how to create file server, where users from can access their files with samba client and FTP server, (from windows too). In... Combining two network interfaces under FreeBSD 5.x The Combination of two 100 Mbit/c network cards into one virtual, with a 200 Mbit/s bandwidth. kldload /boot/kernel/ng_ether.ko kldload /boot/kernel/ng_one2many.ko ifconfig rl0 up ifconfig rl1...