Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2009 20:29:40 +0800
From:      Rill <luckrill@gmail.com>
To:        freebsd-emulation@freebsd.org
Subject:   Re: FreeBSD8.0, VirtualBox-3.0.51: user cann't use CD/DVD
Message-ID:  <c67161190912090429v4d7be76cnf9e9f82c8c06a6df@mail.gmail.com>
In-Reply-To: <c67161190912030638w3c97ffd8q5325d9a67e3d7926@mail.gmail.com>
References:  <c67161190912030638w3c97ffd8q5325d9a67e3d7926@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
how to use DVD/CD:
wiki:
# atapicam kernel module needs to be loaded
# HAL has to run at the moment
# Permissions to access /dev/xpt0, /dev/cdN and /dev/passN

add atapicam in /boot/loader.conf file:
atapicam_load="YES"

add HAL in /etc/rc.conf
hald_enable="YES"

add xpt0, cd0 , pass0 in /dev/devfs file:
perm cd0 0660
perm xpt0 0660
perm pass0 0660

reboot FreeBSD8.0

now VirtualBox user can use DVD/CD.


2009/12/3 Rill <luckrill@gmail.com>:
> Host DVD/CD access:
>
> I add "perm cd0 0660 " to /etc/devfs
> # kldload atapicam
> # pw groupmod vboxusers -m user
>
> Root can use CD/DVD to install OS, but User cann't use CD/DVD to
> install OS. User only can use ISO to install OS.
>
> I think this may be a bug for virtualbox-3.0.51.r22902_2
>
> --
> jiang zhixiang
>



-- 
jiang zhixiang



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c67161190912090429v4d7be76cnf9e9f82c8c06a6df>