Re: Unable to mount cd-rom
On Sat, 20 Apr 2002 11:47:48 +1000
Sam Varghese <sam@gnubies.com> wrote:
> I recently moved my Debian install over to a new hard disk and after
> this I find that I cannot mount my cd-rom.
>
> My /etc/fstab reads as under:
>
> /dev/hda2 / ext2 defaults,errors=remount-ro 0
> 1
> /dev/hda5 none swap sw 0 0
> proc /proc proc defaults 0 0
> /dev/fd0 /floppy auto defaults,user,noauto 0 0
> /dev/cdrom /cdrom iso9660 defaults,ro,user,noauto 0
> 0
> /dev/hda1 /boot ext2 rw 0 2
> /dev/sr0 /cdburner iso9660 defaults,ro,user,noauto 0 0
>
Hi,
i think this is due to your cd-burner,
you should handle your cdrom also like scsi, somethimg like this in
/etc/fstab:
/dev/sr0 /cdrom iso9660 defaults,ro,user,noauto
/dev/sr1 /cdburn iso9660 defaults,ro,user,noauto
and add a boot parameter for both cd-drives to lilo:
image=/vmlinuz
label=Linux
append="hdc=ide-scsi hd?=ide-scsi"
depends on which IDE-connector you used for your cdrom and cdburner
This should work.
GZ
--
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to: