It seems to get past the 2.0 GB mark if I just output to
/dev/null so I believe that the kernel on the bootable CD
simply was not compiled with large file support. It might
be a good idea to change the kernel on your bootable CD image.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't recall if the kernel has large file support - I
believe it does. However a special flag is needed when
opening files to tell it that you are prepared to deal with
large files. Added large file support to both backup and
restore. Pending testing to make sure it works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1150024
It seems to get past the 2.0 GB mark if I just output to
/dev/null so I believe that the kernel on the bootable CD
simply was not compiled with large file support. It might
be a good idea to change the kernel on your bootable CD image.
Logged In: YES
user_id=7490
I don't recall if the kernel has large file support - I
believe it does. However a special flag is needed when
opening files to tell it that you are prepared to deal with
large files. Added large file support to both backup and
restore. Pending testing to make sure it works.