F freeink Mar 21, 2020 #1 $ sudo geom disk list Geom name: cd0 Providers: 1. Name: cd0 Mediasize: 2048 (2.0K) Sectorsize: 2048 Mode: r0w0e0 descr: MATSHITA DVD-RAM UJ8E2 ident: (null) rotationrate: unknown fwsectors: 0 fwheads: 0
$ sudo geom disk list Geom name: cd0 Providers: 1. Name: cd0 Mediasize: 2048 (2.0K) Sectorsize: 2048 Mode: r0w0e0 descr: MATSHITA DVD-RAM UJ8E2 ident: (null) rotationrate: unknown fwsectors: 0 fwheads: 0
G George Mar 21, 2020 #2 The error message suggests that you check your read and write access to the drive with the current user. ll /dev/cd*
The error message suggests that you check your read and write access to the drive with the current user. ll /dev/cd*
wolffnx Mar 21, 2020 #3 have you running the hald service? without hald my dvd writer is not seen by xfceburn
shepper Mar 21, 2020 #4 You need grant your user read/write permissions to the raw cd device. http://www.freebsd.org/gnome/docs/faq2.html#q15
You need grant your user read/write permissions to the raw cd device. http://www.freebsd.org/gnome/docs/faq2.html#q15
Minbari Mar 21, 2020 #5 Your DVD driver need access rights. Add in etc/devfs.conf Code: perm /dev/cd0 0666 and in etc/devfs.rules Code: add path 'cd[0-9]\*' mode 0660 group operator
Your DVD driver need access rights. Add in etc/devfs.conf Code: perm /dev/cd0 0666 and in etc/devfs.rules Code: add path 'cd[0-9]\*' mode 0660 group operator