Hello, Going through the archives, I couldn't find a previous reference to a problem I have. Whenever I start NeroLINUX, I get a message telling me the software doesn't have the proper rights to access the dvd-rom-player and the dvd-burner. Both devices are IDE, but are recognised as /dev/sg1 and /dev/sg2. If I issue the following (as root), I can burn. But it is not permanent, rebooting re-creates the problem: # chmod o+r+w /dev/sg0 # chmod o+r+w /dev/sg1 # chmod o+r+w /dev/sg2 Any ideas how to solve this? Regards, Patrick Moelands