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.
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
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
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?
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.
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]
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.