You are not logged in.

#1 2004-04-30 11:13:42

punkrockguy318
Member
From: New Jersey
Registered: 2004-02-15
Posts: 711
Website

Normal User CD Burning

How can I burn cd's as a normal user (using cdrecord)?  (Besides k3b)


If I have the gift of prophecy and can fathom all mysteries and all knowledge, and if I have a faith that can move mountains, but have not love, I am nothing.   1 Corinthians 13:2

Offline

#2 2004-04-30 13:09:47

Mork II
Member
From: Visby, Sweden
Registered: 2003-05-14
Posts: 87

Re: Normal User CD Burning

Try adding user to the line in /etc/fstab that corresponds with your cd-writer.

/dev/cdroms/cdrom0     /mnt/cdrom  iso9660   ro,user,noauto         0      0

Offline

#3 2004-05-01 00:44:13

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: Normal User CD Burning

suid cdrecord (and other tools you need)


The impossible missions are the only ones which succeed.

Offline

#4 2004-05-15 23:14:31

cs25x
Member
Registered: 2004-05-04
Posts: 150

Re: Normal User CD Burning

run visudo and give yourself permission.

then use something like :
sudo cdrecord dev=ATAPI:0,0,0 speed=99
driveropts=burnfree -eject $1

in a script with whatever you want to burn passed as a parameter.
That gives you control over access without pesky passwords.

Or change the permissions of /usr/bincdrecord to allow
execute by ordinary users.


--(*(cs25x--));

Offline

Board footer

Powered by FluxBB