Christian Lyra wrote:
> Hi Duncan,
> 
>> My guess is that you are using autofs to mount the drive?
> 
> No... no automount! just a /etc/fstab with:
> 
> /dev/hdd        /dvd           iso9660 ro,user,noauto  0       0
> 
> ROM_DRIVES is empty as sugested by comments, so freevo can just
> "find" the drive.

Comment is misleading it should be something like:

ROM_DRIVES = [
   ('/misc/dvd', '/dev/hdc', 'DVD'),
   ('/misc/dvdram', '/dev/hdd', 'DVD-RAM')
]

in udev/rules.d/10-local.rules you need something like:

KERNEL=="hdc", SYMLINK+="cdrom dvd"
KERNEL=="hdd", SYMLINK+="dvdram"

HTH
Duncan

>> If you are then use another device name for freevo and change your
>> ROM_DRIVES to point to this one.
>>
>> The reason is that freevo automatically mounts CD/DVD drives and the
>> auto-mounter is un-mounting it.
>>
>> BTW USB sticks and cameras are a different story, as freevo does not
>> automatically mount these.
>>
>>
>> Duncan
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Splunk Inc.
>> Still grepping through log files to find problems?  Stop.
>> Now Search log events and configuration files using AJAX and a browser.
>> Download your FREE copy of Splunk now >> http://get.splunk.com/
>> _______________________________________________
>> Freevo-users mailing list
>> Freevo-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freevo-users
>>
> 
> 
> 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to