Thank you all, the drive spins right up. However apparently there is some data corruption going on.
I see the folders, but they're empty. Well a few do show a handful of files.
at that point I unmounted and tried fdisk and ntfsck, and you'll see below what i'm getting.
Can someone verify this is indeed data corruption on the platter itself, or if the board is simply spitting out bad data.
Here is dmesg, fdisk, and ntfsck output when I connect the drive.
Code:
root@Ubuntu:/media# dmesg | tail
[ 630.632886] ata1.00: configured for UDMA/133
[ 630.648043] ata1: EH complete
[ 630.648265] scsi 0:0:0:0: Direct-Access ATA ST31000340AS LC11 PQ: 0 ANSI: 5
[ 630.648797] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 630.648916] sd 0:0:0:0: [sda] Write Protect is off
[ 630.648923] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 630.648974] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 630.649529] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 630.676044] sda: sda1
[ 630.676657] sd 0:0:0:0: [sda] Attached SCSI disk
root@Ubuntu:/media# ntfsc
ntfscat ntfsck ntfsclone ntfscluster ntfscmp ntfscp
root@Ubuntu:/media# ntfsc
ntfscat ntfsck ntfsclone ntfscluster ntfscmp ntfscp
root@Ubuntu:/media# ntfsck /dev/sda
Boot sector: Bad jump.
Boot sector: Bad NTFS magic.
Boot sector: Bytes per sector is 0.
Volume size is set to zero.
First attribute must be after the header (0).
^C
root@Ubuntu:/media# ntfsck /dev/sda
Boot sector: Bad jump.
Boot sector: Bad NTFS magic.
Boot sector: Bytes per sector is 0.
Volume size is set to zero.
First attribute must be after the header (0).
^C
root@Ubuntu:/media# fdisk /dev/sda
Command (m for help): m
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)
Command (m for help): p
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x454c46b5
Device Boot Start End Blocks Id System
/dev/sda1 63 1953520064 976760001 7 HPFS/NTFS/exFAT
Command (m for help): v
Remaining 5165 unallocated 512-byte sectors
Command (m for help): q
root@Ubuntu:/media# ntfsck /dev/sda
Boot sector: Bad jump.
Boot sector: Bad NTFS magic.
Boot sector: Bytes per sector is 0.
Volume size is set to zero.
First attribute must be after the header (0).
^C
root@Ubuntu:/media# fdisk /dev/sda1
Command (m for help): p
Disk /dev/sda1: 1000.2 GB, 1000202241024 bytes
255 heads, 63 sectors/track, 121600 cylinders, total 1953520002 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x69205244
This doesn't look like a partition table
Probably you selected the wrong device.
Device Boot Start End Blocks Id System
/dev/sda1p1 ? 218129509 1920119918 850995205 72 Unknown
/dev/sda1p2 ? 729050177 1273024900 271987362 74 Unknown
/dev/sda1p3 ? 168653938 168653938 0 65 Novell Netware 386
/dev/sda1p4 2692939776 2692991410 25817+ 0 Empty
Partition table entries are not in disk order
Command (m for help): v
Warning: partition 1 overlaps partition 2.
Remaining 251529590 unallocated 512-byte sectors
let me know what information to get to you if you need more.
Thank you again.