how about saving the partition as multiple 4GB files? that would work.
something like
dd if=/dev/hda2 of=fs.2 bs=blah skip=number
where blah could be whatever, and number could be the number of blocks
calculated appropriately.
as for storing very large files, if i remember correctly, XFS can do
Hi all,
While following some Recovery HowTo
( http://www.antrix.net/journal/techtalk/reiserfs_data_recovery_howto.comments
)
I got problem of "File size limit exceeded" .
I use "dd" command to take backup of my partition .
linux:/windows/h # dd if=/dev/hda2 of=fs
File size limit exce