<div dir="ltr">I would first start troubleshooting everything.&nbsp; Change jumper settings, ide channel, ribbon cables, etc.&nbsp; I&#39;d also grep through your system logs, see if dmesg outputs any info about the drive failing when you boot up your system.&nbsp; You could also try the drive in a windows machine to see if it even recognizes it in the disk manager.&nbsp; Also, I&#39;d try it on another motherboard or IDE controller.&nbsp; One more thing, you could see if your BIOS support SMART, and try toggling that on/off.<br>
<br>If you can get the os to see your /dev/hdd device, you can try copying the disk bit by bit to a spare you have laying around (same size or bigger), or to a file on your OS drive (if large enough).&nbsp; using the dd command, this can be easily accomplished (on a working drive, that is).<br>
<br>dd if=/dev/hdd of=/dev/hdx(second drive) &nbsp; <br><br>replace of=/dev/hdx with a file path if you want to do it that way, e.x. of=/home/user/file<br><br>If you can do that successfully, you now have a 1 to 1 copy of your drive, including any errors that were on it.&nbsp; You can now safely try to recover your corrupt partition on the copy, without the risk of further damaging the original.<br>
<br>One thing I&#39;ve done in the past to recover a corrupt partition table, is basically rewrite the partition table (if you know the original partition boundaries and types).&nbsp; Disclaimer: Be sure you aren&#39;t formatting said partition, only write over the partition table.<br>
<br>Feel free to contact me off list about this, in the past I&#39;ve recovered quite a few drives using gnu/linux tools.<br><br>Andy <br><br><div class="gmail_quote">On Mon, Sep 22, 2008 at 9:50 PM, p.daniels <span dir="ltr">&lt;<a href="mailto:teeahr1@gmail.com">teeahr1@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="font-size: 10pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">Yep, it looks pretty grim. The IDE cable to my music drive had a frayed end, <span style="color: rgb(0, 0, 0);">and now this morning on boot, fsck said &quot;no such file or directory when trying to open /dev/sdd1. </span><span style="color: rgb(0, 0, 0);">The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt and you might try running e2fsck with an alternate superblock: <br>
e2fsck -b 8193 &lt;device&gt;&quot;. Running fsck manually gives the same message.</span></p>
<p style="margin: 0px; text-indent: 0px; color: rgb(0, 0, 0);"></p>
<p style="margin: 0px; text-indent: 0px;">Parted and fdisk no longer see sdd at all. It&#39;s just gone. I&#39;ve tried swapping it out and putting a different drive in there and it detects fine, and the bad drive doesn&#39;t work no matter where I try it (in another machine and in a USB enclosure) so I don&#39;t think it&#39;s the connection. I am at a total loss. Does anyone have any advice in this situation? Everything I know about data recovery I&#39;ve learned in the last (completely fruitless) 12 hours, so I may well be missing an obvious trick. God, I hope so.</p>

<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">-pete</p></div><br>_______________________________________________<br>
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br></blockquote></div><br></div>