well it looks like I'm out of luck at the moment.<div>I am unable to gain root access from ssh, and so I'm going to need to wait for a time when the system is able to go down for an amount of time. and see if I can connect a monitor and keyboard to it. </div>
<div><br></div><div>thanks for the excellent Ideas, I will try them as soon as I can</div><div><br></div><div><br></div><div>Peter.<br><br><div class="gmail_quote">On Mon, Mar 25, 2013 at 3:58 PM, Tom Schouten <span dir="ltr"><<a href="mailto:tom@zwizwa.be" target="_blank">tom@zwizwa.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">( Or alternatively, use dd in combination with a netcat  / netcat -l pair instead of gzip/ssh in case the machine isn't very fast but has at least a 100M network.  But I guess speed is not your problem since it's a one-time job. )<br>

<br>
The main point being that the "dd" method - as opposed to a file-based method like "rsync" -  will also backup the boot loader.<br>
<br>
For mounting partitions inside a raw disk image, you might want something like this:<br>
<a href="http://madduck.net/blog/2006.10.20:loop-mounting-partitions-from-a-disk-image/" target="_blank">http://madduck.net/blog/2006.<u></u>10.20:loop-mounting-<u></u>partitions-from-a-disk-image/</a><br>
<br>
(or this:<br>
<a href="http://zwizwa.be/darcs/pool/bin/plosetup" target="_blank">http://zwizwa.be/darcs/pool/<u></u>bin/plosetup</a><br>
i had to make some modifications to make it work)<div class="HOEnZb"><div class="h5"><br>
<br>
On 03/25/2013 03:48 PM, pdwald wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The following should do it:<br>
<br>
dd if=/dev/hda bs=1024 | gzip | ssh root@host_ip 'gzip -d | dd<br>
of=hda_file.img bs=1024'<br>
<br>
hda_file.img will be an image (bit by bit) of the hda disk. You may<br>
then try to use the image with virtualbox (perhaps the raw image or<br>
using  some conversion tool to convert it to a vdi image type, etc).<br>
<br>
<br>
On Mon, Mar 25, 2013 at 2:45 PM, Peter Christenson<<a href="mailto:pac1.mi@gmail.com" target="_blank">pac1.mi@gmail.com</a>>  wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
so I'm working on a device that is for all practical purposes headless.<br>
there is no documentation onsite, and in the next few months I will need to<br>
change a few conf files.<br>
the service contract has been gone for a few years and so I don't have<br>
access to OEM support at this time.<br>
I am able to ssh into it, and am able to find a bit of information<br>
I believe that its based on redhat, but I don't know...<br>
<br>
what I want to do is copy the entire drive so that (A) I have a backup. and<br>
(B) I can try and run it in a VE for testing and modification.<br>
<br>
any thoughts and opinions are welcome!!<br>
<br>
this is what I've gotten so far.<br>
<br>
  Linux MTS3L-35 2.6.20.1-rt8-dsa-mts3l-6 #1 PREEMPT Mon Oct 15 16:41:36 CEST<br>
2007 armv5tel unknown<br>
<br>
BusyBox v1.01-DSA-1 (2007.03.29-10:43+0000) multi-call binary<br>
<br>
dsa@MTS3L-35:/dev$ df<br>
Filesystem           1k-blocks      Used Available Use% Mounted on<br>
/dev/hda1               126263     49883     69861  42% /<br>
/dev/hda3               291366    184006     92315  67% /var<br>
/dev/hda3               291366    184006     92315  67% /dev<br>
/dev/hda3               291366    184006     92315  67% /data<br>
/dev/hda3               291366    184006     92315  67% /root/.ssh<br>
/dev/hda3               291366    184006     92315  67% /home/dsa/.ssh<br>
/dev/hda3               291366    184006     92315  67% /home/tester<br>
/dev/hda3               291366    184006     92315  67% /tmp<br>
<br>
<br>
thanks All<br>
Peter.<br>
<br>
______________________________<u></u>_________________<br>
linux-user mailing list<br>
<a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a><br>
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/<u></u>mailman/listinfo/linux-user</a><br>
<br>
</blockquote>
______________________________<u></u>_________________<br>
linux-user mailing list<br>
<a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a><br>
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/<u></u>mailman/listinfo/linux-user</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
linux-user mailing list<br>
<a href="mailto:linux-user@egr.msu.edu" target="_blank">linux-user@egr.msu.edu</a><br>
<a href="http://mailman.egr.msu.edu/mailman/listinfo/linux-user" target="_blank">http://mailman.egr.msu.edu/<u></u>mailman/listinfo/linux-user</a><br>
</div></div></blockquote></div><br></div>