LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-11-2005, 08:48 PM   #31
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34

Quote:
Originally posted by kenji1903
I'm using K3B 0.11 and dvd+rw-tools 5.21.4.10.8 but I cannot burn my 2.2GB tar backup file into DVD...
You guys reckon reiserfs would fix this?
I am having trouble starting a RAID1 FC2 with reiserfs though
Which filesystem are you using now? Ext3 obviously supports files larger than 2GB. Which version of mkisofs do you have? If that's what k3b uses to create ISO images, then mkisofs must be new enough (2.01 and above).
 
Old 01-11-2005, 09:19 PM   #32
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
still using ext3, i want to test reiser on another system first before making changes to the fileserver

well, rpm -qa gives me:
mkisofs-2.0-6

single files >2GB are skipped whenever i try to burn...
 
Old 01-11-2005, 10:21 PM   #33
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by kenji1903
well, rpm -qa gives me:
mkisofs-2.0-6

single files >2GB are skipped whenever i try to burn...
That's because mkisofs 2.0 does not support files larger than 2GB. Like I said, you need to get version 2.01.
 
Old 01-12-2005, 04:40 AM   #34
vectordrake
Senior Member
 
Registered: Nov 2003
Location: NB,Canada
Distribution: Something alpha or beta, binary or source...
Posts: 2,280
Blog Entries: 4

Rep: Reputation: 47
Quote:
Originally posted by daihard
That's because mkisofs 2.0 does not support files larger than 2GB. Like I said, you need to get version 2.01.
Exactly! Its an architeture issue. The kernel has some code to fool itself into going beyond the 32 bit imposed limits, but many apps haven't been coded to take advantage of that. mkisofs seems to have been one of them, fixed as of 2.01, as daihard has mentioned. Update your tool and you should be fine.
 
Old 01-12-2005, 06:24 PM   #35
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
Sorry, thought you missed a "-" between 0 and 1 (2.0-1)
Thanks! I'll go download the file and update now!

Cheers,
~WiLL~

# Which would you recommend? build from source or an rpm?
# I'm not that familiar with sources, i just know ./configure && make && make install...

Last edited by kenji1903; 01-12-2005 at 06:32 PM.
 
Old 01-12-2005, 07:20 PM   #36
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by kenji1903
Sorry, thought you missed a "-" between 0 and 1 (2.0-1)
Thanks! I'll go download the file and update now!

Cheers,
~WiLL~

# Which would you recommend? build from source or an rpm?
# I'm not that familiar with sources, i just know ./configure && make && make install...
I try to make an RPM from the source whenever possible. RPMs make it easier for you to keep track of the files you've got on your computer (e.g. preventing conflicts, etc). When I have to do manual "configure, make, make install," I make sure I set the prefix to /usr/local so it will not accidentally overwrite anything the system has installed.
 
Old 01-12-2005, 09:49 PM   #37
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
Well, I tried making am RPM from samba's source since it has a makerpms script included, not sure about others though, is it the same process?
I might as well just google for more info

Now that's the part I always get confuse with! --prefix=??
I tried building gnome-2.8 from source and had my whole system messed up
Main reason is i only know ./configure, didn't set the prefix, so some sources were installed into /usr but some into /usr/local... well, point taken! Everything into /usr/local for safety!
 
Old 01-13-2005, 02:18 PM   #38
haoscar
LQ Newbie
 
Registered: Jul 2004
Posts: 24

Original Poster
Rep: Reputation: 15
Hi Daihard,
I tried out the alpha version, but even that version is unable to create an iso of file size 2 GB.

I wanted to know how do I write iso created using -split-output.

Please give us examples if you have done i, about how to write to a DVD using the splitted iso's.

Thnaks for your help,
Haoscar.
 
Old 01-14-2005, 12:26 AM   #39
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by haoscar
Hi Daihard,
I tried out the alpha version, but even that version is unable to create an iso of file size 2 GB.

I wanted to know how do I write iso created using -split-output.

Please give us examples if you have done i, about how to write to a DVD using the splitted iso's.
That's weird. To clear things up a little, the previous version of mkisofs that I had (2.0) was able to create an ISO image of larger than 2GB. It just wasn't capable of handling an original file larger than 2 GB. The alpha version (2.01-a38) has fixed that problem for me. I don't undestand why that isn't the case for you.
 
Old 01-14-2005, 05:55 PM   #40
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
My English isn't that good... so you are saying:
Version 2.0:
(1) can make an iso image of a few files added up to be >2GB?
(2) but not make an iso of a single >2GB file?

Version 2.01:
fixes problem (2)?
 
Old 01-14-2005, 08:39 PM   #41
daihard
Member
 
Registered: Jul 2003
Location: Seattle, WA
Distribution: Kubuntu 14.04 LTS
Posts: 915

Rep: Reputation: 34
Quote:
Originally posted by kenji1903
My English isn't that good... so you are saying:
Version 2.0:
(1) can make an iso image of a few files added up to be >2GB?
(2) but not make an iso of a single >2GB file?

Version 2.01:
fixes problem (2)?
Exactly.

I don't think your English is a problem at all.
 
Old 01-14-2005, 08:52 PM   #42
kenji1903
Member
 
Registered: Apr 2004
Location: M'sia, Aus, Chn
Distribution: Redhat Linux 8 & 9, Fedora Core 2, XP
Posts: 301

Rep: Reputation: 30
Ah...got it!
I'll give 2.01 a try once i patch up a few grub problems (also cups, samba, reiserfs, chinese characters on terminal, raid... i wonder if this list will go on...)

Cheers, daihard
 
Old 01-15-2005, 12:10 AM   #43
haoscar
LQ Newbie
 
Registered: Jul 2004
Posts: 24

Original Poster
Rep: Reputation: 15
i did everything as suggested by you.

/opt/schilly/bin/mkisofs -r -o image.iso /home/user.

The iso got created of size 2.6 GB, but when I mounted it the .tar file inside it was only 16 MB.

to install I did

cd cdrtools-2.01

#]./Gmake.linux

#]./Gmake.linux install

Did I miss anything.
The tar ball I have is of 2.6 GB.

Does anyone know how to create a dvd out of iso created using -split-output option in mkisofs.

3 iso's got created. I dont know how to write all of them together on the dvd or even dummy mounting them together on a directory?

Daihard, do you know anything about this.

Thanks,
haoscar
 
Old 01-15-2005, 01:19 AM   #44
rab45
LQ Newbie
 
Registered: Jan 2005
Posts: 8

Rep: Reputation: 0
File size limit on DVDs

There seems to be a lot of misinformation here. First, there is no problem with having very large files on Linux using ext3. I have many large files (> 30 gb). These files are hdtv recordings from digital OTA broadcasts. The limitation of 32-bit cpus has to do with memory addressing, not file size. (There are other things that could restrict file size but cpu memory addressing isn't one of them AFAIK.)

I have run into a problem recording files to DVD. I tried burning ~4.2 GB files (this is one single file - not an iso image) to DVDs using growisofs and K3B (which uses growisofs). I'm using a 32-bit version of FC2 (2.6 kernel) running on an Athlon 64 based system. (I had problems with drivers for my hdtv tuner when I was using the 64-bit version of FC2.) Each time I tried to burn the DVD using either growisofs directly or K3B I would get no errors. K3B reported success. But when I would mount the DVD, no more than about 7mb would be on the DVD. I also tried making a 4.2 gb iso image first using mkisofs. It seemed to make a good image (it was the correct size but I did not take the time to try to mount it - I should have). Same result when I burned it - only 7 mb was recorded. I posted this problem on some newsgroups. One person said he thought there was either 1 gb or a 2 gb limit on individual files in iso image file systems. When I split the file into pieces slightly bigger than 1 gb, I could get the files burned to the DVD.

You may be able to burn 4.7 or even larger iso images to DVDs (I would think at least 4.7 gb would be possible) so long as no single file exceeds 1 gb (or maybe 2 gb).
 
Old 01-15-2005, 01:28 AM   #45
rab45
LQ Newbie
 
Registered: Jan 2005
Posts: 8

Rep: Reputation: 0
Quote:
Originally posted by daihard
That's because mkisofs 2.0 does not support files larger than 2GB. Like I said, you need to get version 2.01.
I'm using mkisofs 2.01 on FC2 and it will NOT let me burn an iso image to DVD if any single file is over 1.1 gb. (The actual limit may be 2 gb on a single file - haven't tried files that large yet. growisofs will not burn a 4.2 iso image where one file is 4.2 gb.) Maybe there is a way around this limitation but I have not found it.

Rick B.
 
  


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
writing a c program in linux which plays an'.wav' file stephenwalter Programming 8 07-08-2005 11:37 PM
Is there a file size limitation in Linux? lazyboy0001 Linux - Software 12 08-12-2004 08:28 PM
Writing a proxy file system driver in linux appas Linux - Software 0 07-22-2004 12:45 AM
writing a simple file system in linux Deepthi_57 Linux - Newbie 1 05-03-2004 12:42 AM
is there a limit to file size in Linux (RH 7.2) hemlock Linux - Newbie 6 09-06-2002 07:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:04 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