[FUG-BR] Montar DVD LG no FreeBSD 6.1 STABLE

Marcello Costa unixmafia em yahoo.com.br
Quinta Novembro 30 17:45:55 BRST 2006


Em Qui, 2006-11-30 às 17:35 -0200, Ali Faiez Taha escreveu:
> Alguém teria uma dica de como montar um DVD no FreeBSD 6.1 STABLE ?
> 
> O Drive permite APENAS GRAVAR CD e SOMENTE ler DVD
> DVD ROM 16xDVD
> Marca LG
> 
> Executando o comando:
> $> mesg | grep "\(ata\|cd\)"
> 
> atapci0: <Intel ICH5 UDMA100 controller> port
> 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1810-0x181f at device 31.1 on pci0
> ata0: <ATA channel 0> on atapci0
> ata1: <ATA channel 1> on atapci0
> ad0: 28629MB <QUANTUM FIREBALLlct20 30 APL.0900> at ata0-master UDMA100
> acd0: CDRW <HL-DT-ST RW/DVD GCC-4521B/1.05> at ata0-slave UDMA33
> ad2: 38162MB <WDC WD400BB-23FJA0 13.03G13> at ata1-master UDMA100
> cd0 at ata0 bus 0 target 1 lun 0
> cd0: <HL-DT-ST RW/DVD GCC-4521B 1.05> Removable CD-ROM SCSI-0 device
> cd0: 33.000MB/s transfers
> cd0: Attempt to query device size failed: NOT READY, Medium not present
> 
> * O Disco DVD tem um arquivo de 3.5 GBytes (arquivo.tgz) apenas, e
> preciso colocar este arquivo no meu HD.
> 
> Sem mais ...
> 
> Ali Faiez Taha
> CIRP - USP
> 
> 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-dvds.html


17.7.9 Using a DVD-RAM
17.7.9.1 Configuration
DVD-RAM writers come with either SCSI or ATAPI interface. DMA access for
ATAPI devices has to be enabled, this can be done by adding the
following line to the /boot/loader.conf file:

hw.ata.atapi_dma="1"
17.7.9.2 Preparing the Medium
As previously mentioned in the chapter introduction, a DVD-RAM can be
seen as a removable hard drive. As any other hard drive the DVD-RAM must
be “prepared” before the first use. In the example, the whole disk space
will be used with a standard UFS2 file system:

# dd if=/dev/zero of=/dev/acd0 count=2
# bsdlabel -Bw acd0
# newfs /dev/acd0

The DVD device, acd0, must be changed according to the configuration.


17.7.9.3 Using the Medium
Once the previous operations have been performed on the DVD-RAM, it can
be mounted as a normal hard drive:

# mount /dev/acd0 /mnt


comigo assim funciona

[]'s

-- 
Marcello Costa
BSD System Engineer
unixmafia at yahoo dot com dot br
FUG-BR #156 
http://www.fug.com.br


		
_______________________________________________________ 
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! 
http://br.mobile.yahoo.com/mailalertas/ 
 



Mais detalhes sobre a lista de discussão freebsd