View Single Post
  #6   (View Single Post)  
Old 22nd December 2008
maxrussell maxrussell is offline
Package Pilot
 
Join Date: May 2008
Location: Montrose, Angus
Posts: 181
Default

My /etc/sysctl.conf

#security.bsd.see_other_uids=0

hw.syscons.bell=0

devfs.conf
Code:
#link   ttyv0   vga

# Commonly used by many ports
#link   acd0    cdrom

# Allow a user in the wheel group to query the smb0 device
#perm   smb0    0660

# Allow members of group operator to cat things to the speaker
#own    speaker root:operator
#perm   speaker 0660
Both default (apart from turning off the system bell.

I've changed the two lines of my etc/rc.conf to look like this:
Code:
/dev/acd0               /dvdburner              udf,cd9660      ro,noauto      00
/dev/acd1               /dvdrom         udf,cd9660      ro,noauto       0      0
However:

max@~: sudo mount /dvdburner/
Password:
mount: /dev/acd0 : Operation not supported by device


So still no success...

Last edited by maxrussell; 22nd December 2008 at 09:37 PM. Reason: spelling error, oops
Reply With Quote