October 24th, 2009, 6:43
May 11th, 2010, 13:47
May 11th, 2010, 14:44
May 11th, 2010, 21:51
May 12th, 2010, 8:45
July 24th, 2010, 17:11
July 24th, 2010, 19:20
July 24th, 2010, 21:24
August 20th, 2010, 18:54
August 21st, 2010, 2:23
gonzillaaa wrote:I know it doesn't sound good especially since the lacie died with a "burnt" smell.
August 21st, 2010, 6:00
August 21st, 2010, 7:53
August 22nd, 2010, 4:02
August 22nd, 2010, 21:14
August 23rd, 2010, 4:22
August 26th, 2010, 10:57
gonzillaaa wrote:@fzabkar thank you for your detailed response, it sounds a bit daunting, perhaps beyond my skill level with a soldering iron. I'm trying to get the same HD on ebay etc.. and just swap the pcb so I can image them and do the whole mdadm dance.
if that doesn't work out I'll definitely have a look at your instructions.
Thank you.
August 26th, 2010, 18:20
netw3rker wrote: The side-cutter solution is probably easiest since it doesn't require the use of a soldering iron.
August 26th, 2010, 20:07
August 27th, 2010, 5:29
September 1st, 2010, 18:19
sudo sfdisk -d
[sudo] password for gonzillaaa:
# partition table of /dev/sda
unit: sectors
/dev/sda1 : start= 63, size=128648457, Id=83, bootable
/dev/sda2 : start=128648520, size= 5558490, Id= 5
/dev/sda3 : start= 0, size= 0, Id= 0
/dev/sda4 : start= 0, size= 0, Id= 0
/dev/sda5 : start=128648583, size= 5558427, Id=82
Warning: extended partition does not start at a cylinder boundary.
DOS and Linux will interpret the contents differently.
# partition table of /dev/sdc
unit: sectors
/dev/sdc1 : start= 63, size= 2008062, Id= 5
/dev/sdc2 : start= 2008125, size=974759940, Id=83
/dev/sdc3 : start= 0, size= 0, Id= 0
/dev/sdc4 : start= 0, size= 0, Id= 0
/dev/sdc5 : start= 126, size= 256914, Id=82
/dev/sdc6 : start= 257103, size= 16002, Id=83
/dev/sdc7 : start= 273168, size= 16002, Id=83
/dev/sdc8 : start= 289233, size= 256977, Id=83
/dev/sdc9 : start= 546273, size= 1461852, Id=83
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/sdd: unrecognized partition table type
No partitions found
gonzillaaa@ubuntu:~$ sudo mdadm -B -l 0 -n 2 --chunk=256 /dev/md0 /dev/sdc /dev/sdd
mdadm: Cannot open /dev/sdc: Device or resource busy
gonzillaaa@ubuntu:~$ sudo mdadm -S /dev/md0
mdadm: stopped /dev/md0
gonzillaaa@ubuntu:~$ sudo mdadm -A /dev/md0
mdadm: /dev/md0 assembled from 1 drive - not enough to start the array.
gonzillaaa@ubuntu:~$ sudo mount -t hfs /dev/md0 /media/bigdisk/
mount: wrong fs type, bad option, bad superblock on /dev/md0,
missing codepage or helper program, or other error
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)
In some cases useful info is found in syslog - try
dmesg | tail or so
gonzillaaa@ubuntu:~$ dmesg | tail
[ 699.561273] md: array md0 already has disks!
[ 907.353665] md: array md0 already has disks!
[ 931.569486] md: md0 stopped.
[ 931.569502] md: unbind<sdb>
[ 931.569643] md: export_rdev(sdb)
[ 934.191469] md: md0 stopped.
[ 973.182849] md: md0 stopped.
[ 978.376954] md: md0 still in use.
[ 978.389472] md: bind<sdd>
[ 1109.026855] hfs: can't find a HFS filesystem on dev md0.
Powered by phpBB © phpBB Group.