[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: lost /dev/scd0 !!



rm -f /dev/cdrom

then type dmesg | grep hd[a-z] , find which hdc? Hdc? Is your cd-writer

The reason why your command failed is because ln uses this syntax:

ln -s SOURCE DESTINATION

You did it backwards.

Instead, try: ln -sf /dev/scd0 /dev/cdrom

              Or
              
              rm -f /dev/cdrom
              ln -s /dev/scd0 /dev/cdrom

Hope this helps.

-----Original Message-----
From: Marcelo Lafaille [mailto:debian@limpro.com.ar] 
Sent: Wednesday, April 13, 2005 9:02 AM
To: debian-user@lists.debian.org
Subject: lost /dev/scd0 !!

Hi, i made:

ln -sf /dev/cdrom /dev/scd0
and i lost my cdrw
 
how can i undo this?
 
thanks

Marcelo




-- 
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org



Reply to: