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 exceeded linux:/windows/h # ls -lh fs -rwxrwxr-x 1 root users 4.0G 2005-04-12 04:09 fs linux:/windows/h #
Please let me know which filesystem supports > 4.0 G filesize ?? Or is there any other way , to take backup of partition ? -- Amit. ______________________________________________________ param vaibhavam netum etat swaraashtram samrthaa bhavatwaashishaa tebhrusham
|| Bharat Maata Ki Jay ||
On Apr 12, 2005 4:47 PM, Amit Karpe amitkarpe@vsnl.net wrote:
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 exceeded linux:/windows/h # ls -lh fs -rwxrwxr-x 1 root users 4.0G 2005-04-12 04:09 fs linux:/windows/h #
Please let me know which filesystem supports > 4.0 G filesize ?? Or is there any other way , to take backup of partition ?
how abt creating another reiserfs partition ?
-- Amit. ______________________________________________________ param vaibhavam netum etat swaraashtram samrthaa bhavatwaashishaa tebhrusham
|| Bharat Maata Ki Jay ||
From: SeekingGyan linuxlinux@gmail.com ) 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 exceeded linux:/windows/h # ls -lh fs -rwxrwxr-x 1 root users 4.0G 2005-04-12 04:09 fs linux:/windows/h #
Please let me know which filesystem supports > 4.0 G filesize ?? Or is there any other way , to take backup of partition ?
You wouldnt be happening to take the backup on a FAT16/32 partition, would you?
Regards,
Dinesh.
_________________________________________________________________ On the road to retirement? Check out MSN Life Events for advice on how to get there! http://lifeevents.msn.com/category.aspx?cid=Retirement
Sometime on Tue, Apr 12, 2005 at 04:17:29AM -0700, Amit Karpe said:
Please let me know which filesystem supports > 4.0 G filesize ?? Or is there any other way , to take backup of partition ?
xfs, ext3, reiserfs, all can accomodate terabytes of file sizes. You surely want to see this page:
http://en.wikipedia.org/wiki/Comparison_of_file_systems
Anurag