You are not logged in.

#1 2007-07-13 21:43:26

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

K3B and umounting DVD's

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

#2 2007-07-13 22:50:22

chaosgeisterchen
Member
From: Kefermarkt, Upper Austria
Registered: 2006-11-20
Posts: 550

Re: K3B and umounting DVD's

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 storage

I hopefully understood your problem the right way.


celestary
Intel Core2Duo E6300 @ 1.86 GHz
kernel26
KDEmod current repository

Offline

#3 2007-07-27 16:57:18

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: K3B and umounting DVD's

chaosgeisterchen wrote:

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 storage

I 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

#4 2007-07-27 20:17:10

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,356

Re: K3B and umounting DVD's

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

Offline

#5 2007-07-27 20:30:36

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: K3B and umounting DVD's

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

#6 2007-07-27 20:58:55

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,356

Re: K3B and umounting DVD's

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      0

Make 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

Offline

#7 2007-07-28 06:49:28

Davigetto
Member
From: In your mind
Registered: 2007-05-10
Posts: 266

Re: K3B and umounting DVD's

Lone_Wolf wrote:

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      0

Make sure these 2 lines are commented like i have.

that worked for me, thank you very much big_smile


Only deaths can see the end of battles.

Blog: http://djmartinez.co.cc -> The life of a Computer Engineer

Offline

Board footer

Powered by FluxBB