Podrška #14796
Zatvorengrowisofs za fajlove veće od 4 GB --allow-limited-size
100%
Opis
brasero burng ispada ako je jedan fajl veći od 4GB
Izmjenjeno od Ernad Husremović prije skoro 18 godina
hernad@nmraka-1:/media/data_usb/vz/smraka-1/tmp$ growisofs -J -R -Z /dev/cdrw .
Executing 'genisoimage -J -R . | builtin_dd of=/dev/cdrw obs=32k seek=0' I: -input-charset not specified, using utf-8 (detected in locale settings) File ./701_zimbra-1.sigma-com.net.tar.gz is larger than 4GiB-1. <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -allow-limited-size was not specified. There is no way do represent this file size. Aborting. :-( write failed: Input/output error
hernad@nmraka-1:/media/data_usb/vz/smraka-1/tmp$ growisofs --allow-limited-size -J -R -Z /dev/cdrw .
Executing 'genisoimage --allow-limited-size -J -R . | builtin_dd of=/dev/cdrw obs=32k seek=0' I: -input-charset not specified, using utf-8 (detected in locale settings) This size can only be represented in the UDF filesystem. Make sure that your clients support and use it. ISO9660, Joliet, RockRidge, HFS will display incorrect size. 0.22% done, estimate finish Mon Jul 7 16:19:35 2008 0.44% done, estimate finish Mon Jul 7 16:19:36 2008
Izmjenjeno od Ernad Husremović prije skoro 18 godina
- Naslov promijenjeno iz growisofs za fajlove veće od 4 GB u growisofs za fajlove veće od 4 GB --allow-limited-size
Izmjenjeno od Ernad Husremović prije skoro 18 godina
dobio sam nečitljiv cd :( na osnovu gornjeg
Izmjenjeno od Ernad Husremović prije skoro 18 godina
The 4 GiB (or 2 GiB depending on implementation) file size limit
All numbers in ISO 9660 file systems except the single byte value used for the GMT offset are unsigned numbers. As the length of a file's extent on disk is stored in a 32 bit value3, it allows for a maximum length of 4 GiB. (Note: Some older operating systems may handle such values incorrectly, i.e. signed instead of unsigned, which would make it impossible to access files larger than 2 GiB in size.)
Based on this, it is often assumed that a file on an ISO 9660 formatted disc cannot be larger than 232-1 in size, as the file's size is stored in an unsigned 32 bit value, for which 232-1 is the maximum.
It is, however, possible to circumvent this limitation by using the multi-extent (fragmentation) feature of ISO 9660 Level 3. With this, files larger than 4 GiB can be split up into multiple extents (sequential series of sectors), each not exceeding the 4 GiB limit. For example, the free software mkisofs as well as Roxio Toast are able to create ISO 9660 filesystems that use multi-extent files to store files larger than 4 GiB on appropriate media such as recordable DVDs.
Empirical tests with a 4.2 GiB fragmented file on a DVD media have shown that Microsoft Windows XP supports this, while Mac OS X (as of 10.4.8) does not handle this case properly. In the case of Mac OS X, the driver appears not to support file fragmentation at all (i.e. it only supports ISO 9660 Level 2 but not Level 3). Linux supports multiple extents [4]; FreeBSD only shows and reads the last extent of a multi-extent file.
Izmjenjeno od Ernad Husremović prije skoro 18 godina
ovo je izgleda ok:
hernad@nmraka-1:/media/data_usb/vz/smraka-1/tmp$ growisofs -allow-limited-size -iso-level 3 -Z /dev/cdrw .
... 99.04% done, estimate finish Mon Jul 7 17:53:17 2008 99.26% done, estimate finish Mon Jul 7 17:53:17 2008 99.49% done, estimate finish Mon Jul 7 17:53:17 2008 99.71% done, estimate finish Mon Jul 7 17:53:16 2008 99.93% done, estimate finish Mon Jul 7 17:53:16 2008 Total translation table size: 0 Total rockridge attributes bytes: 0 Total directory bytes: 0 Path table size(bytes): 10 Max brk space used 0 2251571 extents written (4397 MB) builtin_dd: 2251584*2KB out @ average 3.8x1352KBps /dev/cdrw: flushing cache /dev/cdrw: updating RMA /dev/cdrw: closing session
Izmjenjeno od Ernad Husremović prije skoro 18 godina
- Status promijenjeno iz Dodijeljeno u Zatvoreno
- % završeno promijenjeno iz 0 u 100