korrel Posted January 25, 2013 Posted January 25, 2013 I use ImgBurn on Linux with wine. And that works good. After my last Linux install it could not longer find my device (dvd writer ). ImgBurn I had no excess to /dev/sg0.( before it used /dev/sr0 for cdrom and that worked). So changing permission to /dev/sg0 solved the problem. so on command line as root (or sudo) # chmod 666 /dev/sg0 or if you are a member from the group cdrom than you can use the next line. # chgrp cdrom /dev/sg0 | chmod 660 /dev/sg0 So I hope that I save you some time if you have the same problem.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now