Subject: Re: life of CF card
To: Thomas Isenbarger <tom@isenbarger.us>
From: elijah rutschman <elijahr@gmail.com>
List: port-hpcmips
Date: 12/18/2006 22:15:52
------=_Part_21393_15716127.1166501752769
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi Thomas,
Look into the 'dd' command for backing up the contents of the CF card. You
can make byte-for-byte image backups of any disk partition, even if your
operating system does not know how to mount the partition's filesystem. dd
is available on most *nix operating systems, including Mac OS X.
-Elijah
On 12/18/06, Thomas Isenbarger <tom@isenbarger.us> wrote:
>
> >> I have a Powerbook with a PC card slot and an appropriate adapter for
> >> my CF card. Does anyone have a good solution for backing up a CF
> >> card using a Mac, for instance, writing the contents of the CF card
> >> to a file on my Powerbook in some way?
> >
> > Hopefully, the device is accessible via /dev/wd.. or something
> > similar. If you
> > know which device fd to use, you can simply `cat /dev/wd0 | gzip >
> > backup.gz`.
> > But that means that, in order to restore your backup, you really
> > ought to
> > restore it to a CF card that is completely identical to the card
> > your backup
> > came from. Otherwise, you will need to figure out how to mount the
> > card and tar
> > up the filesystem. I don't know the BSDs all that well, and
> > probably couldn't
> > give you advice on how to do that sort of thing.
>
> Does anyone else have any good backup solutions?
>
> Thanks,
> isen
>
------=_Part_21393_15716127.1166501752769
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Hi Thomas,<br>Look into the 'dd' command for backing up the contents of the CF card. You can make byte-for-byte image backups of any disk partition, even if your operating system does not know how to mount the partition's filesystem. dd is available on most *nix operating systems, including Mac OS X.
<br><br>-Elijah<br><br><br><br><div><span class="gmail_quote">On 12/18/06, <b class="gmail_sendername">Thomas Isenbarger</b> <<a href="mailto:tom@isenbarger.us">tom@isenbarger.us</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>> I have a Powerbook with a PC card slot and an appropriate adapter for<br>>> my CF card. Does anyone have a good solution for backing up a CF<br>>> card using a Mac, for instance, writing the contents of the CF card
<br>>> to a file on my Powerbook in some way?<br>><br>> Hopefully, the device is accessible via /dev/wd.. or something<br>> similar. If you<br>> know which device fd to use, you can simply `cat /dev/wd0 | gzip >
<br>> backup.gz`.<br>> But that means that, in order to restore your backup, you really<br>> ought to<br>> restore it to a CF card that is completely identical to the card<br>> your backup<br>> came from. Otherwise, you will need to figure out how to mount the
<br>> card and tar<br>> up the filesystem. I don't know the BSDs all that well, and<br>> probably couldn't<br>> give you advice on how to do that sort of thing.<br><br>Does anyone else have any good backup solutions?
<br><br>Thanks,<br>isen<br></blockquote></div><br>
------=_Part_21393_15716127.1166501752769--