Bug 104060

Summary: K3B silently ignores files >4G when burning DVDs
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Forgotten User ZhJd0F0L3x <forgotten_ZhJd0F0L3x>
Component: KDEAssignee: E-mail List <kde-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Major    
Priority: P5 - None    
Version: Beta 1   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Component Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 97395    

Description Forgotten User ZhJd0F0L3x 2005-08-11 09:39:59 UTC
I tried to burn two files:
fix:/local # ls -l ibm-t42p-complete-hd-img.gz.00 MD5SUMS
-rw-r--r--  1 root root        192 Aug 11 11:01 MD5SUMS
-rw-r--r--  1 root root 4508876800 Aug 11 10:27 ibm-t42p-complete-hd-img.gz.00

and wondered why the burn finished so fast.
Easy answer: only MD5SUMS was on the disk.
Comment 1 Marco Michna 2005-08-11 09:47:48 UTC
This may be a duplicate of bug #80583 
Comment 2 Dirk Mueller 2005-08-11 09:53:32 UTC
since when is it possible to create files > 4GB on isofs??! 
 
 
Comment 3 Forgotten User ZhJd0F0L3x 2005-08-11 10:08:01 UTC
UDF
Comment 4 Vladimir Nadvornik 2005-08-12 13:56:52 UTC
mkisofs does not support files > 4GB, even with udf

from the manpage:
-udf   Include  UDF  support  in  the  generated  filesystem image.  UDF support
is currently in alpha status and for this reason, it is not possible to create
UDF only images.  UDF data structures are currently coupled to the Joliet 
structures, so there are many pitfalls with the current implementation. There is
no UID/GID support, there is  no  POSIX  permission support,  there is no
support for symlinks.  Note that UDF wastes the space from sector ~20 to sector 
256 at the beginning of the disk in addition to the spcae needed for real UDF
data structures.



*** This bug has been marked as a duplicate of 80583 ***