LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-09-2009, 07:24 AM   #1
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Rep: Reputation: 45
k3b says "your mkisofs doesn't support large files"etc


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~~
 
Old 01-09-2009, 01:57 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
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 :-).
 
Old 01-09-2009, 04:21 PM   #3
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378Reputation: 1378
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)
 
Old 01-09-2009, 06:50 PM   #4
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
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
 
Old 01-10-2009, 06:25 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
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.
 
Old 01-10-2009, 08:38 AM   #6
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
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.
 
Old 01-10-2009, 09:38 AM   #7
guanx
Senior Member
 
Registered: Dec 2008
Posts: 1,176

Rep: Reputation: 233Reputation: 233Reputation: 233
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".
 
Old 01-11-2009, 03:43 AM   #8
grissiom
Member
 
Registered: Apr 2008
Location: China, Beijing
Distribution: Slackware
Posts: 423

Original Poster
Rep: Reputation: 45
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
 
Old 11-27-2014, 09:02 PM   #9
astein
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Rep: Reputation: 0
I noticed this error in a system that had been working fine in this mode. It turned out there was a corrupt (uncopiable) file which was causing this ("your mkisofs doesn't support large files").
 
  


Reply



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 12:59 PM
"Best file systems" for only large (10-30GB) files ? petepdx Linux - Server 3 03-24-2008 01:17 PM
K3b: - Howto re-dock "Directories" and "Contents" windows back into the main window? hagies Linux - Software 4 04-26-2006 08:38 AM
"Really" large partitions, files and filesystems BlueKnight Linux - General 10 07-21-2004 05:14 AM
k3b adding mp3 "Unable to handle the following files due to an unsupported format:" true_atlantis Linux - Software 3 01-31-2004 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:03 PM.

Main Menu
Advertisement
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.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration