you could try gzipping it, depending on what the parition contains, you may be able to get the whole thing to fit<br>in 4gb!<br><br><pre> dd if=/dev/hda | gzip &gt; /mnt/hdb1/system_drive_backup.img.gz<br><br>I think bzip will give better compression , but it's slower<br><br>worth giving it a try!<br><br><br>this may also help<br><br>dd if=/dev/hda1 | gzip -c | split -b 2000m - /mnt/hdc1/backup.img.gz.<br><br><br>read this page it's good<br><br>http://wiki.linuxquestions.org/wiki/Dd<br></pre><br><br><b><i>Nistur &lt;nistur@googlemail.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hi, what I meant was that the backup file I was making was being stored <br>on a FAT32 USB HDD, however the MacOSX partition itself is 10GB so just <br>using dd on it's own will complain about lack of disk space when the <br>backup hits 4GB, losing 6GB of the image.<br><br>Paul Lancaster wrote:<br>&gt; Nistur
 wrote:<br>&gt;&gt; Ok, I still haven't got quite to the bottom of this dd thing, and now <br>&gt;&gt; I have a new problem. I installed OSX to a friend's laptop, when we <br>&gt;&gt; tried getting audio to work and rebooted, the thing froze on the <br>&gt;&gt; apple logo. We reinstalled and I said I'd make a backup to her <br>&gt;&gt; external storage, forgetting that it would be FAT32 and her partition <br>&gt;&gt; size is 10GB.<br>&gt;&gt; Basically, I've looked into using search and count to create 2GB <br>&gt;&gt; chunks which then (hopefully) I could put back together if her system <br>&gt;&gt; goes bust again.<br>&gt;&gt; I got confused though. I managed to get the first one with:<br>&gt;&gt; dd count=4194304 if=/dev/sda3 of=/mnt/usb/OSXBackup.1<br>&gt;&gt; When I tried:<br>&gt;&gt; dd search=4194305 count=4194304 if=/dev/sda3 of=/mnt/usb/OSXBackup.2<br>&gt;&gt; it started off the filesize as 2GB. I didn't check to see whether <br>&gt;&gt; FAT32 would make later
 volumes, that would start at 4GB for example. <br>&gt;&gt; I just thought I should check before I make a mistake. My main <br>&gt;&gt; concern is that I overwrite the first part of the next partition when <br>&gt;&gt; I dd it back when the inevitable happens and appleazalia messes up <br>&gt;&gt; again. I also don't know how easy it would be to tar everything up as <br>&gt;&gt; I haven't yet found a liveCD that can access a hfs partition :(<br>&gt;&gt;<br>&gt;&gt; Thanks in advance and I'll continue googling<br>&gt;&gt; Nistur<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; dundee GNU/Linux Users Group mailing list<br>&gt;&gt; dundee@lists.lug.org.uk  http://dundee.lug.org.uk<br>&gt;&gt; https://mailman.lug.org.uk/mailman/listinfo/dundee<br>&gt;&gt; Chat on IRC, #tlug on dundee.lug.org.uk<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt; Fat 32 will have no problems with a 10GB partition but will truncate <br>&gt; file sizes at 4.0GB - hence
 the problems with DVD iso's.<br>&gt;<br>&gt; Paul<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; dundee GNU/Linux Users Group mailing list<br>&gt; dundee@lists.lug.org.uk  http://dundee.lug.org.uk<br>&gt; https://mailman.lug.org.uk/mailman/listinfo/dundee<br>&gt; Chat on IRC, #tlug on dundee.lug.org.uk<br>&gt;<br><br><br>_______________________________________________<br>dundee GNU/Linux Users Group mailing list<br>dundee@lists.lug.org.uk  http://dundee.lug.org.uk<br>https://mailman.lug.org.uk/mailman/listinfo/dundee<br>Chat on IRC, #tlug on dundee.lug.org.uk<br></blockquote><br><p>&#32;


      <hr size=1> 
For ideas on reducing your carbon footprint visit <a href="http://uk.promotions.yahoo.com/forgood/environment.html">Yahoo! For Good</a> this month.