LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-05-2007, 01:18 PM   #1
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Rep: Reputation: 57
file size limit exceeded, to backup NTFS. Alternative to limitations use of dd ??


Hi,
I am just trying a simple thing:
to backup a NTFS partition of XP with 10-20GB size.

Code:
File size limit exceeded
It is of no way with dd. Is there an alternative that just simply works ?
Partimage is not workign for ntfs (just experimental), hence of no use for my case.

Thanks if somebody knows ...

Regards

==
btw
Quote:
Backing up a NTFS partition into a gzipped image file:

ntfsclone -s -o - /dev/hda1 | gzip -9 -c > winxp_hda1.img.gz
is as crappy too : file size limit exceeded

Partimage: http://www.partimage.org/Supported-Filesystems

Last edited by frenchn00b; 11-05-2007 at 01:20 PM.
 
Old 11-05-2007, 02:15 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
This has nothing to do with dd, unless you are running a very (very) old version of dd. It sounds like you are trying to back up to a FAT formatted drive. FAT has a 4GB file size limit.
 
Old 11-05-2007, 02:17 PM   #3
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Ghost for Linux???: http://freshmeat.net/projects/g4l/

This does overcome the 'file size limit exceeded' issue.
 
Old 11-05-2007, 03:19 PM   #4
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
Quote:
Originally Posted by macemoneta View Post
This has nothing to do with dd, unless you are running a very (very) old version of dd. It sounds like you are trying to back up to a FAT formatted drive. FAT has a 4GB file size limit.
to backup the NTFS partition and with knoppix v1.1 (not that old)
thx
 
Old 11-05-2007, 03:30 PM   #5
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Quote:
Originally Posted by frenchn00b View Post
to backup the NTFS partition and with knoppix v1.1 (not that old)
thx
And the filesystem you are backing up to?
 
Old 11-05-2007, 03:30 PM   #6
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Re: file size limit exceeded, to backup NTFS. Alternative to limitations use of dd ??

Quote:
Originally Posted by frenchn00b View Post
Partimage is not workign for ntfs (just experimental), hence of no use for my case.
I have been using the "experimental" NTFS support in partimage for over 18 months without a single problem. I highly recommend it. One of its features is that it can automatically split files into 2GB parts for storage on brain-damaged file systems like FAT32.

Even though it is "brain-damaged", I generally use FAT32 to store my partitions because it does not have the journaling overhead of NTFS or EXT3 (so it is much faster for writing files), and you can mount it from both Windows and Linux.
 
Old 11-06-2007, 01:07 AM   #7
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
I found the problem.
NTFS 10GB hdd to backup:

"File limit exceeded"
ntfsclone hangs on 2048MB
dd hangs on 2048MB
since certainly gz is limited to 2048MB

The solution that works is :
dd with split and with gzip

I will write down the command afterwards. (to be cont)
 
Old 12-02-2007, 08:52 AM   #8
frenchn00b
Senior Member
 
Registered: Jun 2007
Location: E.U., Mountains :-)
Distribution: Debian, Etch, the greatest
Posts: 2,561

Original Poster
Rep: Reputation: 57
hence sthg like worked:

Code:
dd if=/dev/hda1 conv=sync,noerror | gzip -9 | split -b 1500m - backup-image.img.gz
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
file size limit exceeded arunachalam Linux - Software 3 10-01-2007 09:16 AM
File size limit exceeded debeus Slackware 4 11-07-2006 10:36 AM
File size limit exceeded wfernley Linux - Software 5 07-21-2006 03:31 PM
File size limit exceeded XaViaR Linux - General 4 09-21-2005 10:02 PM
File size limit exceeded npuetz Linux - General 5 10-06-2004 07:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration