erlug
[Top] [All Lists]

Re: [Erlug] Ai è quel int al masterizadour...

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] Ai è quel int al masterizadour...
From: Maurizio Lemmo - Tannoiser <tannoiser@xxxxxxxxxxx>
Date: Wed, 16 Jun 2004 00:20:10 +0200
* mercoledì 16 giugno 2004, alle 00:33, Kobbe scrive:
> kobbe@linux:/> ls -la /dev/cdrecorder
> /bin/ls: /dev/cdrecorder: No such file or directory
> kobbe@linux:/> ls -la /dev/cdrom
> lrwxrwxrwx    1 root     root            3 2004-04-19 19:12 /dev/cdrom -> hdd
> kobbe@linux:/> ls -la /dev/dvd
> lrwxrwxrwx    1 root     root            3 2004-03-31 23:37 /dev/dvd -> hdd

Ok. Prossima domanda e`:

Dove e` attaccato il masterizzatore? Se consideri la "mappa" dei dischi
in questo modo:

hda (master, primary)
hdb (slave, primary)
hdc (master, secondary)
hdd (slave, secondary)

ed escludendo hdd (che e` il lettore dvd/cdrom), il prossimo passo e`:

ln -s /dev/hd? /dev/cdrecorder

Ovvero crea un link simbolico (ln -s), che collega la device,
(hd-qualcosa) al nome simbolico /dev/cdrecorder.

Questo ipotizzando un kernel 2.6.x e` quindi la possibilita` di usare i
masterizzatori ide. Diversamente occorre usare l'emulazione scsi, e
rifare anche i link a /dev/cdrom e /dev/dvd, ma vediamo poi.

-- 
                          Maurizio - Tannoiser - Lemmo
                 Founder Member of ERLUG http://erlug.linux.it
-------------------------------------------------------------------------------
Anya: "Do you have any idea how boring 12th graders are?"
        --Buffy the Vampire Slayer: Doppelgangland

<Prev in Thread] Current Thread [Next in Thread>