[F'up to fedora-list please] On Wed, 16 Jun 2004 07:10:17 +0200 (CEST), eric tanguy wrote: > >> Still, maybe a bug should be filed to request that new users added > >> through the GUI adduser interface should either be automatially added > >> to the disk group, or at least presented with an easy-to-understand > >> option to do so... > > > > Something's wrong with your device ownerships if the console user > > doesn't own the CD-burner device already and must be a member of the > > 'disk' group. Console user should own the device files at login > > time (see /etc/security/console.perms). > > yes it's true in this file i found nothing about my usb burner device > (/dev/scd0). How can i add it to make device working fine in user mode > without adding user in disk group ? At least /dev/cdrom or /dev/cdwriter should be a link to /dev/scd0 on your system rm /dev/cdwriter ln -s /dev/scd0 /dev/cdwriter and then login would get the ownership right.