chienbv / sacd-ripper

Automatically exported from code.google.com/p/sacd-ripper
GNU General Public License v2.0
0 stars 0 forks source link

Sacd Extract compiled on linux wont extract files larger than 2048M #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Compiled sacd_extract on linux Mint
2.  Attempt to lift dff larger than 2048M. Stalls at 2047
3.  Smaller file size works perfectly

What is the expected output? What do you see instead?
Stalls at 2047 in console

What version of the product are you using? On what operating system?
sacd_extract 0.3.7 running on Linux Mint 15

Please provide any additional information below.

Original issue reported on code.google.com by pevan...@gmail.com on 25 Apr 2014 at 4:55

GoogleCodeExporter commented 9 years ago
The Linux source code handles extraction of files greater than 2GB just fine.  
Here's an example run I just tested to be sure, using the new Linux install 
documentation in the readme:

Completed: 100% (3973.1MB), Total: 100% (3973.1MB) at 2.58MB/sec

There are a lot of filesystem, platform, and build problems that can cause 
writing to files larger than 2GB to fail though.  Examples include building 
with 32 bit binaries and using a FAT filesystem.  You probably ran into some 
problem like that here.  There's not enough information in the issue to know 
which one though.

Original comment by gregs1...@gmail.com on 11 Nov 2014 at 2:06