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
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