Strona 1 z 2

[+] Nagrywanie płyt BD-RE za pomocą GROWISOFS i UDF

: 25 września 2008, 10:54
autor: marteen
Witam

Czy ktos z Was tu obecnych moze mi podpowiedziec (pomoc) jak z konsoli nagrac plyte w formacie UDF?

Jak daje komende:

Kod: Zaznacz cały

debian:~# growisofs -dvd-compat -Z /dev/sr0 -J -R /0
to mam komunikat ze plik test jest za duzy (ma 4gb)

Kod: Zaznacz cały

WARNING: /dev/sr0 already carries isofs!
About to execute 'mkisofs -J -R /0 | builtin_dd of=/dev/sr0 obs=32k seek=0'
I: -input-charset not specified, using iso-8859-2 (detected in locale settings)
Unknown file type (unallocated) /0/.. - ignoring and continuing.
genisoimage: Value too large for defined data type. File /0/test is too large - ignoring
 write failed: Input/output error
Prosze o pomoc bo nie wiem jak to ugryzc.
Bluraya uzywam do wykonywania kopii codziennych z serwerow.

Marcin

: 25 września 2008, 12:15
autor: ilin
Probowaleś tak?

Kod: Zaznacz cały

growisofs -V "tytuł płyty" -Z /dev/sr0 -J -R -speed=4 dane

: 25 września 2008, 13:19
autor: marteen
Niestety tak nie pojdzie:

Kod: Zaznacz cały

debian:/_k# growisofs -Z /dev/sr0 -J -R -speed=2 /_k
WARNING: /dev/sr0 already carries isofs!
About to execute 'mkisofs -J -R /_k | builtin_dd of=/dev/sr0 obs=32k seek=0'
I: -input-charset not specified, using iso-8859-2 (detected in locale settings)
Unknown file type (unallocated) /_k/.. - ignoring and continuing.
genisoimage: Value too large for defined data type. File /_k/a.tgz is too large - ignoring write failed: Input/output error
m.

: 25 września 2008, 13:41
autor: ilin
Ty przypadkiem nie chcesz nagrać więcej danych niz plyta miesci?

: 25 września 2008, 14:48
autor: marteen
Plyta BD-RE ma 25GB pojemnosci. Plik ktory testowo chce wsadzic ma 4GB.
Ogranicznenia standardowego systemu pliku na plytach sa takie ze plik moze miec max 2GB danych dlatego musze korzystac z UDFa

: 25 września 2008, 15:21
autor: Redhead
A nagrywałeś w ogóle wcześniej BR na tym swoim sprzęcie i wszystko było dobrze?
Jaką wersję dvd+rm tool masz, bo chyba wersje >=7.0 wspierają dopiero obsługę Bluraya?

: 25 września 2008, 15:32
autor: marteen
teraz nie sprawdze wersji dvd+rw-toolsa ale jak nagrywam plik <= 2GB to nie ma problemu. Plytka jest prawidlowo wypalana. Dopiero jak wrzuce plik >2GB to sa problemy. Pod windowsem Nero wywala mi komunikat ze jak chcesz nagrywac pliki >2GB to uzyj trybu UDF. Mysle ze tutaj o to samo chodzi.

: 25 września 2008, 15:36
autor: Redhead
z tym UDF masz racje
Ja pod moim gentoo zeby uzywac UDF musialem dodac w jajku opcje:
FILE SYSTEM > Cdrom-DVD File System >> UDF File system support

Pod debianem teraz nie mam jak sprawdzic :(

: 25 września 2008, 15:47
autor: ilin
Ja 4gigowe pliki na normalnych dvd bez prblemów wypalam na normalnych płytach dvd poleceniem co wyżej podalem.

Kod: Zaznacz cały

adam@debian:~$ aptitude show dvd+rw-tools
Pakiet: dvd+rw-tools
Nowy: tak
Stan: zainstalowany
Zainstalowany automatycznie: nie
Wersja: 7.1-3
Priorytet: opcjonalny
Sekcja: utils
Opiekun: Daniel Baumann <daniel@debian.org>
Rozmiar rozpakowanego: 459k
Wymaga: libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1),
        genisoimage
Sugeruje: cdrskin
Opis: DVD+-RW/R tools
 dvd+rw-tools makes it possible to burn DVD images created by dvdauthor or
 genisoimage to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing
 cdrecord-proDVD in many cases. 
 
 The package contains: 
 
 * growisofs to burn DVD images or create a data DVD on the fly 
 * dvd+rw-format to format a DVD+RW 
 * dvd+rw-mediainfo to give details about DVD disks 
   
 and some programs to control the write speed and obtain information from
 DVD-RAM.
Strona domowa: [url]http://fy.chalmers.se/~appro/linux/DVD+RW/[/url]

: 25 września 2008, 16:58
autor: fnmirk
Jest na stronie dvd+rw-tools informacja:[quote=" http://fy.chalmers.se/~appro/linux/DVD+RW/Blu-ray/]Given the BD media capacity, it would be interesting to store files larger than 4GB in an ISO9660 volume. It should be noted that the ISO9660 specification actually permits for files larger than 4GB, if they are broken into smaller extents. It is the single extent size that is limited to 4GB[-2KB] by the specification, not the whole file size. Unfortunately, mkisofs does not currently support multiextent file layout, not to mention that not all operating systems are capable to access such files. Therefore you have to chop large files into several pieces prior to the recording. Well, it is possible to burn bridge volume with large files with -udf option, but then multisessioning is out of picture. [/quote] która musi wystarczyć na dzień dzisiejszy.