Ok when i try top mount a cdrom or floppy from a normal i get the following error.
shuiend@shuiend:~$ mount /mnt/cdrom/
mount: only root can mount /dev/cdrom on /mnt/cdrom
I have chmod 777 /mnt/cdrom, /dev/cdrom, /dev/sr0. All those permisiions seem to be correct. But it still wont let me mont it. I have also checked mount and all users can execuit it. My fstab is the following
/dev/hda6 swap swap defaults 0 0
/dev/hda5 / reiserfs defaults 1 1
/dev/hda2 /boot reiserfs defaults 1 2
/dev/hda1 /windows vfat defaults 1 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
i dont know if it is something in there with the owner or what not. Also how do i make it so my normal user can access the windows directory and has write permissions? I would like to be able to get into it and change things without having to be root


