Click to See Complete Forum and Search --> : Cd-rw


Hitokiri_X
02-14-2002, 11:02 AM
Okay,I got the correct modules needed to setup my cd-rw,now I need to add append="hdd-scsi" to my lilo.conf.Do i add it

# append="" <---Here?

# Boot up Linux by default.
#
default=Linux

image=/vmlinuz
label=Linux
read-only
# restricted <----Or down here?
# alias=1

DaMasta
02-14-2002, 12:15 PM
I believe it can go in either location. I add mine below my label entry. The correct entry is append="hdd=ide-scsi".

Hitokiri_X
02-14-2002, 02:19 PM
ok,I got it succesfully working and just formated a cdrw but I made a symbolic to the wrong device and mount /cdrom doesn't work now.How do I get rid of a sym link?

[ 14 February 2002: Message edited by: Hitokiri_X ]

bwkaz
02-14-2002, 03:25 PM
Just rm the link. NOT THE TARGET!

rm /dev/cdrom

Alex Cavnar, aka alc6379
02-16-2002, 05:35 AM
unless you have some SCSI devices already, you cdrom should now be located at /dev/scd0. just ln -s /dev/scd0 /dev/cdrom, and you should be able to mount again...