FreeBSD Bugzilla – Attachment 129288 Details for
Bug 173255
[patch] Handbook section 23.3.3 correction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.44 KB, created by
yuri
on 2012-11-01 05:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
yuri
Created:
2012-11-01 05:20:00 UTC
Size:
2.44 KB
patch
obsolete
>Index: handbook/virtualization/chapter.xml >=================================================================== >--- handbook/virtualization/chapter.xml (revision 39888) >+++ handbook/virtualization/chapter.xml (working copy) >@@ -1254,19 +1254,20 @@ > <sect2 id="virtualization-virtualbox-host-dvd-cd-access"> > <title>&virtualbox; Host DVD/CD Access</title> > >- <para>The <command>atapicam</command> kernel module needs to be >- loaded by adding the following line to >- <filename>/boot/loader.conf</filename>:</para> >+ <para>Access to the host DVD/CD drives from guests is achieved through the sharing >+ of the physical drives. In GUI this is set up from the Storage window in the Settings >+ of the virtual machine. Create an empty IDE CD/DVD device first. Then choose >+ the Host Drive from the popup menu for the virtual CD/DVD drive selection. >+ "Passthrough" check box will appear, which is an option to share the physical drive >+ as a whole, vs. to share the current data media only. For example, audio CDs or the >+ burner function won't be accessible by guests without choosing the passthrough >+ option.</para> > >- <programlisting>atapicam_load="YES"</programlisting> >- > <para><acronym>HAL</acronym> needs to run for > <application>&virtualbox;</application> DVD/CD functions to > work, so enable it in <filename>/etc/rc.conf</filename> and > start it (if it is not already running):</para> >- > <programlisting>hald_enable="YES"</programlisting> >- > <screen>&prompt.root; <userinput>/usr/local/etc/rc.d/hald start</userinput></screen> > > <para>In order for users to be able to use >@@ -1276,12 +1277,15 @@ > class="devicefile">/dev/cd<replaceable>N</replaceable></filename>, > and <filename > class="devicefile">/dev/pass<replaceable>N</replaceable></filename>. >- Add the following lines to >+ This is usually achieved by making the user of <application>&virtualbox;</application> >+ the member of the operator group, which is also the default group of the above mentioned devices. >+ Permissions of these devices have to be corrected by adding the following lines to > <filename>/etc/devfs.conf</filename>:</para> > >- <programlisting>perm cd0 0600 >+ <programlisting>perm cd* 0600 > perm xpt0 0660 >-perm pass0 0660</programlisting> >+perm pass* 0660</programlisting> >+ <screen>&prompt.root; <userinput>/etc/rc.d/devfs restart</userinput></screen> > </sect2> > > <!--
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173255
: 129288