-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Brian Bosch
Sent: Saturday, 29 October 2005 4:24 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Monitor CD/DVD with Fedora?



On 10/28/05, Matt Goebel <[EMAIL PROTECTED]> wrote:
Has anyone managed to get fedora to play nice with Myth's monitor CD/DVD
functionality?  I've got myth setup up to do that, specifically for DVD's to bring
up the menu.  No matter what I try it doesn't seem to work though.  I've edited
/etc/fstab so that my dvd-rom shows up as:

/dev/hdc                /media/cdrom           ufs,iso9660    exec,ro,noauto,user 0 0

That seems to work so that HAL (fstab-sync) doesn't re-write /etc/fstab.  Myth just
ignores it though. 
[David Maher] 
 
I use chattr to make fstab immutable, that way it can't be overwritten by fstab-sync.
chattr -V +i /etc/fstab
To undo this if I need to edit fstab
chattr -V -i /etc/fstab
 
The -V is optional, it just diplays the results of your change so that you can see that it worked
 
Cheers
David Maher
 
_______________________________________________
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to