Quote:
Originally Posted by frenchn00b
Code:
rar-2.80 a -r myfolder.rar myfolder
7z a -r myfolder.rar myfolder
or
(you certainly know > limit of 4GB, for fs and packing softwares)
|
On ext2/3 you should be able to create files far larger than that without having any issues. What determines the actual maximum file size is your blocksize. There are some older applications that can't handle files larger than a couple gigs, but I know tar isn't one of them.
tar cfvj myfolder.tbz2 ./myfolder
I've personally done up full drives on ext3 (500gb-ish stored on an external hard drive) and restored the data from it with no issues in Linux.
Worst case scenario for ext3 (1kb blocksize) means you can have 16gb files... and most normal installs would support ~2tb files. I also did a quick check on several other common file systems like ntfs, hfs+, etc all support similar sizes, no modern file system should be limited to 4gb... most now support into the several tb/eb range.