<div dir="ltr">I just noticed something.... the usb connectivity light on the hub is not lighting up. bummer.<br></div><div class="gmail_extra"><br clear="all"><div>:-)~MIKE~(-:</div>
<br><br><div class="gmail_quote">On Tue, Aug 5, 2014 at 12:52 PM, Matt Graham <span dir="ltr"><<a href="mailto:mhgraham@crow202.org" target="_blank">mhgraham@crow202.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On 2014-08-05 12:30, Michael Havens wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">
something on th hard drive I need though. I have an IDE to USB<br></div>
adapter. I connect everything together and open my file manager but the<div class=""><br>
new device isn't listed in the device menu. Could someone help me get<br>
into the device?<br>
</div></blockquote>
<br>
If you plug a USB device in and it's recognized, it will show up in the output from dmesg about 1 second after you plug it in as something like<br>
<br>
sd 2:0:0:0: [sdc] Assuming drive cache: write through<br>
 sdc: sdc1<br>
<br>
"dmesg | tail -n 40 | grep sd" should give you something like that right after you've plugged it in.  In the example above, the first partition of the disk is visible at /dev/sdc1 , so I would then do "mount /dev/sdc1 /mnt/somewhere" to look at the files on it.<br>


<br>
Or you can look at "ls -lt /dev/disk/by-id/" and pick out the most recently added partition.<br>
<br>
If the filesystem or drive is damaged badly enough, then this might not work.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Crow202 Blog: <a href="http://crow202.org/wordpress" target="_blank">http://crow202.org/wordpress</a><br>
There is no Darkness in Eternity<br>
But only Light too dim for us to see.<br>
------------------------------<u></u>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.<u></u>org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" target="_blank">http://lists.phxlinux.org/<u></u>mailman/listinfo/plug-discuss</a><br>
</font></span></blockquote></div><br></div>