You are not logged in.
Hi, when I try to record a CD/DVD Rewritable, K3B tries to umount de device before record it. But well, I never execute K3B as a root, so It give's me an error, so as a root I must manually umount the DVD device, and after that, record the CD.
How can I allow K3B umounting DVD device without being root?
Greetings
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline
You might add your user to the storage group - I got my issues with unmounting and ejecting removable devices by doing it.
As root
gpasswd -a $your_user_name storageI hopefully understood your problem the right way.
celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository
Offline
You might add your user to the storage group - I got my issues with unmounting and ejecting removable devices by doing it.
As root
gpasswd -a $your_user_name storageI hopefully understood your problem the right way.
I doesn't work, I can't umount the cd/dvd unit... it's called /dev/sr0
Is there any other solution?
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline
2 possibilities :
- is your user a member of the optical group ?
- is hal in your daemons line in rc.conf ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
i am on optical group and hal is loaded
[davigetto@samantha ~]$ groups
bin daemon sys adm disk wheel log games dbus hal network video audio optical storage users vboxusers
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline
Check your /etc/fstab .
#/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
#/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0Make sure these 2 lines are commented like i have.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
Check your /etc/fstab .
#/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 #/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0Make sure these 2 lines are commented like i have.
that worked for me, thank you very much ![]()
Only deaths can see the end of battles.
Blog: http://djmartinez.co.cc -> The life of a Computer Engineer
Offline