<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.1.8">
</HEAD>
<BODY>
You should try the fstab setup as I have it, then try and use cdr-bq with it. I have never had a problem being a user.<BR>
On Thu, 2003-09-18 at 18:28, JB wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>I changed my fstab setting from owner to users and ro
to rw but I still have to log into root to use the CD
burner. I am currently on a windows box and when I try
to download that cdrbq I get a 15k download. I am
using  xcdroast which seems to work fine except that I
have to log in as root to use it. I found this bit of
information in the HOWTO's about this subject.

How can this be set up so that a user can burn CDs
instead of always being root?
You can add the setuid-bit to the cdrecord-executable.
However, this might be a security risk. Just setting
the permissions on the device files does not help as
cdrecord issues privileged commands via the SCSI
generic interfaces.
which cdrecord
chown root.root /usr/bin/cdrecord
chmod 4111 /usr/bin/cdrecord

I wonder if I should change my fstab back or if this
chown, chmod is the next step?

JB &lt;mesimpleton@yahoo.com&gt; wrote:
&gt; My fstab is different and I see you must have
&gt; changed
&gt; it to users. Is that all that needs to be done? Also
&gt; my fstab has ro instead of rw. I would imagine that
&gt; is
&gt; read write? Here is what I have.
&gt; /dev/cdrom  /mnt/cdrom  udf,iso9660
&gt; noauto,owner,kudzu,ro 0 0
&gt; /dev/fd0  /mnt/floppy  auto  noauto,owner,kudzu 0 0
&gt; Looks like my floppy is root only too although I
&gt; haven't actually tried it out to see for sure.
&gt; If I just change owner to user and maybe ro to rw,
&gt; that should do the trick. I also wonder why the
&gt; howto
&gt; info I got earlier is a completely different way
&gt; than
&gt; an fstab edit? Thanks.
&gt; 
&gt; --- Cyber Source &lt;peter@thecybersource.com&gt; wrote:
&gt; &gt; Here is a printout of my /etc/fstab, note the
&gt; cdrom
&gt; &gt; line. After you fix
&gt; &gt; that you can download a file called cdrbq, it
&gt; works
&gt; &gt; great. Here is a
&gt; &gt; link to it.
&gt; &gt;
&gt;</FONT>
<A HREF="http://sourceforge.net/project/showfiles.php?group_id=12071&release_id=176647"><FONT SIZE="3">http://sourceforge.net/project/showfiles.php?group_id=12071&amp;release_id=176647</FONT></A>
<FONT COLOR="#737373" SIZE="3">&gt; &gt; LABEL=/                 /                      
&gt; ext3
&gt; &gt;    defaults       
&gt; &gt; 1 1
&gt; &gt; LABEL=/boot             /boot                  
&gt; ext3
&gt; &gt;    defaults       
&gt; &gt; 1 2
&gt; &gt; none                    /dev/pts               
&gt; &gt; devpts  gid=5,mode=620 
&gt; &gt; 0 0
&gt; &gt; none                    /proc                  
&gt; proc
&gt; &gt;    defaults       
&gt; &gt; 0 0
&gt; &gt; none                    /dev/shm               
&gt; &gt; tmpfs   defaults       
&gt; &gt; 0 0
&gt; &gt; /dev/sda3               swap                   
&gt; swap
&gt; &gt;    defaults       
&gt; &gt; 0 0
&gt; &gt; /dev/cdrom              /mnt/cdrom             
&gt; &gt; iso9660
&gt; &gt; noauto,users,rw,kudzu,user,unhide 0 0
&gt; &gt; /dev/fd0                /mnt/floppy            
&gt; auto
&gt; &gt;   
&gt; &gt; noauto,users,rw,kudzu 0
&gt; &gt; 0
&gt; &gt; /dev/hdb1               /mnt/windows           
&gt; vfat
&gt; &gt;    user,rw,umask=0
&gt; &gt; 0 0
&gt; &gt; 
&gt; &gt; 
&gt; &gt; On Wed, 2003-09-17 at 22:57, JB wrote:
&gt; &gt; 
&gt; &gt; &gt; Thanks for all the help with setting
&gt; permissions.
&gt; &gt; I
&gt; &gt; &gt; ended up goofing it all up, but that was my
&gt; fault.
&gt; &gt; I
&gt; &gt; &gt; did want to keep each user account separate and
&gt; &gt; just
&gt; &gt; &gt; wanted the folder of pictures to be shared. I
&gt; now
&gt; &gt; know
&gt; &gt; &gt; that I need to make a generic user which others
&gt; &gt; can
&gt; &gt; &gt; share resources, along with samba. I also know I
&gt; &gt; need
&gt; &gt; &gt; to read up on chmod and chown commands. I read
&gt; &gt; some
&gt; &gt; &gt; today and I almost understand the big picture
&gt; &gt; about
&gt; &gt; &gt; groups, users, chown and chmod. I appreciate all
&gt; &gt; the
&gt; &gt; &gt; help and I think I have enough information to
&gt; get
&gt; &gt; the
&gt; &gt; &gt; job done. I'll attempt it again in the near
&gt; future
&gt; &gt; &gt; after I digest some more reading in those areas.
&gt; &gt; &gt; I also want to let all users have use of the CD
&gt; &gt; burner
&gt; &gt; &gt; but I think that permission is set in fstab, if
&gt; &gt; I'm
&gt; &gt; &gt; not mistaken? I remember reading it somewhere,
&gt; but
&gt; &gt; for
&gt; &gt; &gt; the life of me I haven't found that info yet. I
&gt; &gt; think
&gt; &gt; &gt; it was in a howto, I just haven't dug very deep
&gt; to
&gt; &gt; &gt; find that info yet. I think it is defaulted to
&gt; &gt; only
&gt; &gt; &gt; root access for some type of security reason? If
&gt; &gt; &gt; someone wants to touch bases on that subject, it
&gt; &gt; would
&gt; &gt; &gt; save me some hair pulling, hehehe.
&gt; &gt; &gt; Thanks again,
&gt; &gt; &gt; John
&gt; &gt; 
&gt; &gt; -- 
&gt; &gt; Cyber Source &lt;peter@thecybersource.com&gt;
&gt; &gt; 
&gt; </I></FONT></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Cyber Source &lt;<A HREF="mailto:peter@thecybersource.com">peter@thecybersource.com</A>&gt;
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>