LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-21-2008, 05:08 AM   #1
farisinos
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Rep: Reputation: 0
dd command - Exceeded file size


Hi there,

I am new in Linux. At work they gave me an HPwx9400 system with Red Hat Linux version
I tried to use dd command (after reading a lot of available tutorials, including the very informative one posted here) to back up all my drives.
I decided to do that on an external usb hard drive.
But since the resulting file was becoming too large it appeared a message saying that maximum file size have been reached (since the FAT32 that was the external hard drive does not support larger files).

What can I do to solve this problem?
Any suggestions are welcome. My purpose is to make an entire image of my hard drive.
 
Old 02-21-2008, 06:19 AM   #2
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
http://wiki.linuxquestions.org/wiki/...ns_using_split

There are also other solutions like rsync... and one that I hadn't heard about recently came up in the news section:
http://www.linuxquestions.org/questi...re-gap-609258/

Hope that helps

Last edited by oskar; 02-21-2008 at 06:20 AM.
 
Old 02-21-2008, 07:22 AM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681Reputation: 681
You can use split. For restoring, cat the parts together and pipe the output into a dd command. Without an "if=" argument, standard input is used. You could also have gzip or bzip2 in a pipe to reduce the size of each slice. This will work better if the unused space is zeroed. You can do this by using something like "dd if=/dev/zero of=zerofile bs=512 count=$(($FREEBLOCKS-1))"
I did this to back up my boot partition. It compressed to 1/10 the size of the partition.

Another solution is to create an ext3 partition on the external drive.

Last edited by jschiwal; 02-21-2008 at 07:27 AM.
 
Old 02-21-2008, 09:07 AM   #4
farisinos
LQ Newbie
 
Registered: Feb 2008
Posts: 2

Original Poster
Rep: Reputation: 0
Thanks for the help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
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 sidra Red Hat 17 04-09-2007 01:51 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
File size limit exceeded... Faeroon Linux - General 20 01-02-2003 06:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:05 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