LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices

Reply
 
Thread Tools Search this Thread
Old 01-09-2009, 08:24 AM   #1
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 307
Thanked: 18
k3b says "your mkisofs doesn't support large files"etc


[Log in to get rid of this advertisement]
When I burn a HDTV file(4.3GB) into a DVD, k3b says something like "your mkisofs doesn't support large files" etc.. So the burn failed. Even I have chosen UDF as the DVD file system. I noticed that the version of cdrtools in slackware is 2.01.01a53 but the last is 2.01.01a55. When I try to compile 2.01.01a55, Pat's SlackBuild scared me because it apply patches to the source and build zisofs-tools together. It may too hard for me to handle.

Can someone help me? Thanks in advance~~
grissiom is offline     Reply With Quote
Old 01-09-2009, 02:57 PM   #2
business_kid
Senior Member
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware 122/Slamd64
Posts: 1,067
Thanked: 80
Lightbulb

There's some file size limit around 2 gigs, and it's a kernel thing.
A way around this might be to use growisofs, which does not write a temporary file, but builds the iso on the dvd, thus avoiding the handling of a large file. It will cost you one dvd to find out if it works :-).
business_kid is offline     Reply With Quote
Old 01-09-2009, 05:21 PM   #3
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware 13.0 32-bit, Slackware 13.0 64-bit, XP Pro-32bit
Posts: 1,020
Thanked: 10
Thats curious since at least the 2.4 series file sizes were supported up to at least 4 GB. Perhaps it might depend on the FS itself though. I use JFS, so I have no issue with huge file sizes. Especially when I have 7-8GB iso files. (I use JFS)
Jeebizz is offline     Reply With Quote
Old 01-09-2009, 07:50 PM   #4
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 307
Thanked: 18

Original Poster
Thanks for the reply

I did a simple google search on file size limitations on different FS.[1][2][3] The summary is both Ext3(my local FS) and UDF(chosen as the DVD FS) could handle 4GB files. So the problem is not FS or kernel related. But I will try growisofs when I have spare time again

I think burning a iso image is different from burning files. Burning a iso don't need to build up the disk FS as everything is prepared. Oh, if you burn the iso FILE onto the disk, it will be my case

[1]:http://en.wikipedia.org/wiki/Ext3
[2]:http://en.wikipedia.org/wiki/Comparison_of_file_systems
[3]:http://www.hydrogenaudio.org/forums/...hp/t24791.html
grissiom is offline     Reply With Quote
Old 01-10-2009, 07:25 AM   #5
business_kid
Senior Member
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware 122/Slamd64
Posts: 1,067
Thanked: 80
You have the error "mkisofs can't support large file sizes>". Proceed in a logical fashiion, and eliminate things.
dd if=/dev/zero of=/tmp/myhugefile bs=1M count=4300

will write a huge file of about 4.3 gigs to disk. That will check out the hardware and space without involving mkisofs.

If you then run mkisofs on it and that fails, you have your answer.
business_kid is offline     Reply With Quote
Old 01-10-2009, 09:38 AM   #6
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 307
Thanked: 18

Original Poster
Quote:
Originally Posted by business_kid View Post
You have the error "mkisofs can't support large file sizes>". Proceed in a logical fashiion, and eliminate things.
dd if=/dev/zero of=/tmp/myhugefile bs=1M count=4300

will write a huge file of about 4.3 gigs to disk. That will check out the hardware and space without involving mkisofs.

If you then run mkisofs on it and that fails, you have your answer.
OK, I have run dd successfully:
Code:
~$ dd if=/dev/zero of=/tmp/myhugefile bs=1M count=4300
4300+0 records in
4300+0 records out
4508876800 bytes (4.5 GB) copied,217.645 sec,20.7 MB/sec
But burning still failed. I got more accurate message this time:
Quote:
Used version of mkisofs does not have large file support.
Files bigger than 2GB cannot be handled.
It seems that the problem is cased by mkisofs its own.
grissiom is offline     Reply With Quote
Old 01-10-2009, 10:38 AM   #7
guanx
Member
 
Registered: Dec 2008
Posts: 227
Thanked: 23
In the "Burn" dialog, switch to the "Filesystem" page, press the "Custom" button in the "File System" tab, in the "File System Settings" tree, select "Level 3" for "ISO9660 Settings | ISO Level".
guanx is offline     Reply With Quote
Old 01-11-2009, 04:43 AM   #8
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 307
Thanked: 18

Original Poster
Quote:
Originally Posted by guanx View Post
In the "Burn" dialog, switch to the "Filesystem" page, press the "Custom" button in the "File System" tab, in the "File System Settings" tree, select "Level 3" for "ISO9660 Settings | ISO Level".
Yes, it works ~ Thanks a lot~ So I know what I missed now
grissiom is offline     Reply With Quote

Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
K3B: "it is not possible to add files bigger than 4.0 GB" kkmic Slackware 10 07-27-2008 01:59 PM
"Best file systems" for only large (10-30GB) files ? petepdx Linux - Server 3 03-24-2008 02:17 PM
K3b: - Howto re-dock "Directories" and "Contents" windows back into the main window? hagies Linux - Software 4 04-26-2006 09:38 AM
"Really" large partitions, files and filesystems BlueKnight Linux - General 10 07-21-2004 06:14 AM
k3b adding mp3 "Unable to handle the following files due to an unsupported format:" true_atlantis Linux - Software 3 01-31-2004 06:52 PM


All times are GMT -5. The time now is 02:38 PM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Advertisement
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Click Here to receive a complimentary subscription courtesy of LQ.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration