<!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>
For the burner you should make sure your also doing scsi emulation, I assume this is an IDE cdrom drive. In your /etc/lilo.conf file, make sure you have the append option hd?=ide-scsi, here is a copy of my /etc/lilo.conf file. I am also assuming your using lilo. If not, you need to make sure your grub has the option.<BR>
prompt<BR>
timeout=50<BR>
default=RedHat<BR>
boot=/dev/sda<BR>
disk=/dev/sda bios=0x80<BR>
disk=/dev/hdb bios=0x82<BR>
map=/boot/map<BR>
install=/boot/boot.b<BR>
message=/boot/message<BR>
linear<BR>
<BR>
image=/boot/vmlinuz-2.4.18-14<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=RedHat<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; initrd=/boot/initrd-2.4.18-14.img<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; read-only<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; append=&quot;hdc=ide-scsi root=LABEL=/&quot;<BR>
other=/dev/hdb1<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=Windows<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table=/dev/hdb<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map-drive=0x80<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to=0x82<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map-drive=0x82<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to=0x80<BR>
<BR>
On Wed, 2003-09-17 at 23:49, JB wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>My fstab is different and I see you must have changed
it to users. Is that all that needs to be done? Also
my fstab has ro instead of rw. I would imagine that is
read write? Here is what I have.
/dev/cdrom  /mnt/cdrom  udf,iso9660
noauto,owner,kudzu,ro 0 0
/dev/fd0  /mnt/floppy  auto  noauto,owner,kudzu 0 0
Looks like my floppy is root only too although I
haven't actually tried it out to see for sure.
If I just change owner to user and maybe ro to rw,
that should do the trick. I also wonder why the howto
info I got earlier is a completely different way than
an fstab edit? Thanks.

--- Cyber Source &lt;peter@thecybersource.com&gt; wrote:
&gt; Here is a printout of my /etc/fstab, note the cdrom
&gt; line. After you fix
&gt; that you can download a file called cdrbq, it works
&gt; great. Here is a
&gt; link to it.
&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; LABEL=/                 /                       ext3
&gt;    defaults       
&gt; 1 1
&gt; LABEL=/boot             /boot                   ext3
&gt;    defaults       
&gt; 1 2
&gt; none                    /dev/pts               
&gt; devpts  gid=5,mode=620 
&gt; 0 0
&gt; none                    /proc                   proc
&gt;    defaults       
&gt; 0 0
&gt; none                    /dev/shm               
&gt; tmpfs   defaults       
&gt; 0 0
&gt; /dev/sda3               swap                    swap
&gt;    defaults       
&gt; 0 0
&gt; /dev/cdrom              /mnt/cdrom             
&gt; iso9660
&gt; noauto,users,rw,kudzu,user,unhide 0 0
&gt; /dev/fd0                /mnt/floppy             auto
&gt;   
&gt; noauto,users,rw,kudzu 0
&gt; 0
&gt; /dev/hdb1               /mnt/windows            vfat
&gt;    user,rw,umask=0
&gt; 0 0
&gt; 
&gt; 
&gt; On Wed, 2003-09-17 at 22:57, JB wrote:
&gt; 
&gt; &gt; Thanks for all the help with setting permissions.
&gt; I
&gt; &gt; ended up goofing it all up, but that was my fault.
&gt; I
&gt; &gt; did want to keep each user account separate and
&gt; just
&gt; &gt; wanted the folder of pictures to be shared. I now
&gt; know
&gt; &gt; that I need to make a generic user which others
&gt; can
&gt; &gt; share resources, along with samba. I also know I
&gt; need
&gt; &gt; to read up on chmod and chown commands. I read
&gt; some
&gt; &gt; today and I almost understand the big picture
&gt; about
&gt; &gt; groups, users, chown and chmod. I appreciate all
&gt; the
&gt; &gt; help and I think I have enough information to get
&gt; the
&gt; &gt; job done. I'll attempt it again in the near future
&gt; &gt; after I digest some more reading in those areas.
&gt; &gt; I also want to let all users have use of the CD
&gt; burner
&gt; &gt; but I think that permission is set in fstab, if
&gt; I'm
&gt; &gt; not mistaken? I remember reading it somewhere, but
&gt; for
&gt; &gt; the life of me I haven't found that info yet. I
&gt; think
&gt; &gt; it was in a howto, I just haven't dug very deep to
&gt; &gt; find that info yet. I think it is defaulted to
&gt; only
&gt; &gt; root access for some type of security reason? If
&gt; &gt; someone wants to touch bases on that subject, it
&gt; would
&gt; &gt; save me some hair pulling, hehehe.
&gt; &gt; Thanks again,
&gt; &gt; John
&gt; 
&gt; -- 
&gt; Cyber Source &lt;peter@thecybersource.com&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>