PDA

View Full Version : cd drive


weapon
2004-11-07, 11:25 PM CST
I am having trouble with my cd-burner drive, it is a asus model and fairly new (52x32x52x). anyway it is having problems reading & ejecting \ unmounting, i have had to force an eject & unmount at times because it refused to eject & unmount, i can read the cd-rom normaly but low level read do not work, i have tried ripping cd's with grip (both cdparanoia & cdda2wav) and this has failed, also i have burned a cd which failed the verify, (it burned ok and had no errors just the verify of K3b did not work)

here is my fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hde6 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom user,udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hde2 /mnt/1 ntfs ro,umask=007,gid=60000 0 0
/dev/hde5 /mnt/2 vfat umask=007,gid=60000 0 0
/dev/sda1 /mnt/flash auto user,noauto,owner 0 0


and my gub.conf

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hde3
# initrd /initrd-version.img
#boot=/dev/hde
default=1
timeout=10
splashimage=(hd0,0)/grub/cbg.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,0)
kernel /vmlinuz-2.6.5-1.358 ro root=LABEL=/ acpi=off rhgb quiet
initrd /initrd-2.6.5-1.358.img
title Windows XP
rootnoverify (hd0,1)
chainloader +1


Thanks

Weapon

imdeemvp
2004-11-08, 12:06 AM CST
/dev/cdrom /mnt/cdrom user,udf,iso9660 noauto,owner,kudzu,ro 0 0
your line is could be wrong so try this one:
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0

Notice the user word is not in my fstab.

weapon
2004-12-10, 12:29 AM CST
I did eventualy find the problem, i had to turn off the automounter as i could rip any audio cd's as long as they did not create a data track, because when they are inserted they are mounted, but cdparanoia and cdda2wav want direct access to the device

Weapon

imdeemvp
2004-12-10, 12:39 AM CST
Great....now in you fstab i see this line: /dev/sda1 /mnt/flash auto user,noauto,owner 0 0 BUT if you use this line you will be able to read and write in your usb flash drive:
/dev/sda1 /mnt/flash vfat noauto,users,rw,umask=0 0 0
also take out the "auto" you dont need it.

jayemef
2004-12-10, 09:19 AM CST
Do you have automatic updates set up? There was an update to udev on Monday that fixes this bug.
$ rpm -q --changelog udev
* Mon Dec 06 2004 Harald Hoyer <harald@redhat.com> - 039-10.FC3.5

- fixed udev.rules for cdrom symlinks (bug 141897)

Also see these threads:
http://fedoraforum.org/forum/showthread.php?t=3114
http://fedoraforum.org/forum/showthread.php?t=29011&highlight=udev+update