Galera é o seguinte: Tenho um script de backup aqui, ele esta funcionando tudo quase bem. Gera uma iso de um determinado diretorio, e após isso ele deveria gravar em DVD.
No inicio eu estava gravando em CD e funcionava direito, agora, como os dados aumentaram consideravelmente, surgiu a necessidade de gravar em DVD. O que ocorre é que ao usar esse comando: *growisofs -dvd-compat -speed=4 -R -J -Z /dev/dvdrw1 $NOME_ARQUIVO onde $NOME_ARQUIVO = caminho e nome da imagem ( .ISO ) *o que é gravado no DVD é o arquivo ISO ( em formato ISO ), e não a estrutura dos diretórios e etc... como acontecia com a gravação do CD Fui claro, alguém pode me ajudar ?? PS: Estou usando UBUNTU 7.10 a saida do comando dvdrecord -scanbus é essa: dvdrtools v0.3.1 Portions (C) 2002-2006 Ark Linux <[EMAIL PROTECTED]> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. Based on: Cdrecord 1.11a15 (i486-pc-linux-gnu) Copyright (C) 1995-2001 J▒rg Schilling Linux sg driver version: 3.5.34 Using libscg version 'bero-0.5a' dvdrecord: Warning: using inofficial version of libscg (bero-0.5a '@(#)scsitransp.c 1.81 01/04/20 Copyright 1988,1995,2000 J. Schilling'). scsibus0: 0,0,0 0) 'ATA ' 'SAMSUNG SP0842N ' 'BH10' Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * scsibus1: 1,0,0 100) 'HL-DT-ST' 'DVD-RAM GSA-H58N' '1.01' Removable CD-ROM 1,1,0 101) * 1,2,0 102) * 1,3,0 103) * 1,4,0 104) * 1,5,0 105) * 1,6,0 106) * 1,7,0 107) * --------------------------------------------------------------------------- Esta lista é patrocinada pela Conectiva S.A. Visite http://www.conectiva.com.br Arquivo: http://bazar2.conectiva.com.br/mailman/listinfo/linux-br Regras de utilização da lista: http://linux-br.conectiva.com.br FAQ: http://www.zago.eti.br/menu.html
