Editing Guide to install VirtualBox on GhostBSD

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 51: Line 51:
 
<code>hald_enable="YES"</code>
 
<code>hald_enable="YES"</code>
  
 +
# service hald start
  
In order for users to be able to use VirtualBox™ DVD/CD functions, they need access to ''/dev/xpt0, /dev/cdN'', and ''/dev/passN''. This is usually achieved by making the user a member of operator. Permissions to these devices have to be corrected by adding these lines to ''/etc/devfs.conf'':
+
In order for users to be able to use VirtualBox™ DVD/CD functions, they need access to /dev/xpt0, /dev/cdN, and /dev/passN. This is usually achieved by making the user a member of operator. Permissions to these devices have to be corrected by adding these lines to ''/etc/devfs.conf'':
  
<code>perm cd* 0660</code><br/>
+
<code>perm cd* 0660</code>
<code>perm xpt0 0660</code><br/>
+
<code>perm xpt0 0660</code>
<code>perm pass* 0660</code><br/>
+
<code>perm pass* 0660</code>
  
 
===Finish===
 
===Finish===

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: