I am at a loss about what happened - after a firmware update and reboot from the WebInterface, nothing - just a white light which flashes off and back on every 40 secs or so. I left it for many hours (overnight) thinking it might be re-scanning media, etc. but still nothing (just that white light). I tried the various forms of paperclip resetting, but still no joy.
It is geographically difficult for me to physically send this unit back (still under warranty) so I decided to go the techy way - disassembled the case and connected the HDD to a USB port via a Sata interface. I’m an experienced (not expert) Linux user so, using Gparted I was amazed to see that the disk has no partitions (showing empty!) - I understand that the partition table is GPT so using gdisk I printed the following:
gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries.
Disk /dev/sdb: 488378646 sectors, 1.8 TiB
Logical sector size: 4096 bytes
Disk identifier (GUID): CE5B805D-FCFE-4562-B482-2AAF6EDE2CE4
Partition table holds up to 128 entries
First usable sector is 6, last usable sector is 488378640
Partitions will be aligned on 256-sector boundaries
Total free space is 488378635 sectors (1.8 TiB)
Number Start (sector) End (sector) Size Code Name
[root@Z830-10F USB]#
This looks disasterous, am I doing any wrong (apart from breaking the warranty)? Are the partitions perhaps hidden in some logical volume?
From a regular firmware upgrade and a simple system reboot, this is not good.
try photorec it could guess the partitions offsets , have you modified the partition scheme ? If not I will give you the exact positions to create them again …
please show ls -l /dev/disk/by-id/
sudo parted $disk -s print
ie:
sudo parted /dev/sdc -s print
Model: ATA WDC WD20EFRX-68E (scsi)
Disk /dev/sdc: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
rzrfreefr, Many thanks, I have written anything to the HDD yet and have disconnected from TestDisk. This will take some time so I might have to wait until weekend to acheive this. In any event, I’ll report back.
Thanks again for the assistance and ideas, I still have to see if any data is still retreiveable - at least I can see data on the partitions.
I’ve been doing more research on this disk and using Testdisk and PhotoRec, all the data (and file structures) are intact and recoverable (whew!) - so the qusestion is before I write anything to the HDD, is there a way to reconstruct the structure and return the disk to its normal state with destroying the data? It looks like the partition with my files is intact.
Sorry this is a bit layman but to recover 2TBts of data would take forever and also I don’t have backup space to accopmodate this.
Any chance of explaining clearer how to reimage the disk partitions without destroying data - although it may not matter if my back-ups finish in time.
I must say I’m not very happy with WD, this situation should never have happened!
Just restore two disks images with rootfs files and it will work.
The bad part is you must remove your hdd from box and loose warranty.
It’s ok to kill Linux from time to time when you are playing with everything, but things like disabling apt-get command in firmware 4 are really not ok.