Hello.
I installed VirtualBox-ose. Then, I modified permissions so VB can access my CD-ROM drive. The problem is I can't access the CD-ROM drive and my USB storage stick in the host OS, FreeBSD 10.xx, running GNOME. Any suggestions?
Here's my /etc/devfs.rules file:
Any help is appreciated. Thanks.
Edit: I did try copying and pasting different codes to different places -- for permissions. Not sure where things went wrong or what I did wrong. Also, I have been trying different things. None have fixed it except reinstalling the system. Don't want to do that again, plus there has to be some better way.
Edit 2: Code-pasting hasn't been willy-nilly, hah. Just following directions as given by several different websites.
I installed VirtualBox-ose. Then, I modified permissions so VB can access my CD-ROM drive. The problem is I can't access the CD-ROM drive and my USB storage stick in the host OS, FreeBSD 10.xx, running GNOME. Any suggestions?
Here's my /etc/devfs.rules file:
Code:
[system=10]
add path 'usb/*' mode 0660 group operator
add path 'usb *' mode 0770 group cups
add path 'ugen *' mode 0660 group cups
add path 'usb/0.1. *' mode 0660 group cups
add path 'usb/1.1. *' mode 0660 group cups
add path 'usb/1.2. *' mode 0660 group cups
add path 'cd0' mode 0660 group operator
Any help is appreciated. Thanks.
Edit: I did try copying and pasting different codes to different places -- for permissions. Not sure where things went wrong or what I did wrong. Also, I have been trying different things. None have fixed it except reinstalling the system. Don't want to do that again, plus there has to be some better way.
Edit 2: Code-pasting hasn't been willy-nilly, hah. Just following directions as given by several different websites.