MyCloud - Fried or still have some life in it ? - Symptoms mentioned

Hello,
I had an external MYCloud 4TB HDD which I connected after sometime to backup the data, however it wasn’t working properly. I took out the HDD and now installed it through the external Case and still can’t connect to it. Model of the specific HDD is WD Red - NAS Hard Drive. It hasn’t fallen or create any kind of noise while connected.

Here is what I’ve done so far

When I connect, I get this error
“The Disk you inserted wasn’t readable by this computer”

- Finder
It doesn’t appears in Finder

- Disk Utility
It does shows up in external but in form of multiple disks such as disk2s1 to disk2s2. Mostly 1-2 GB partitions with the biggest one of 3.99 TB. Filesystem is being shown as MS-DOS(FAT) When I click on First aid for either of the disks,it gives me the error of First Aid Process Failed with following error message


Running First Aid on “” (disk2s2)

Repairing file system.
Volume is already unmounted.
Performing fsck_msdos -y /dev/rdisk2s2
** /dev/rdisk2s2

Invalid BS_jmpBoot in boot block: 000000

File system check exit code is 8.
Restoring the original state found as unmounted.
File system verify or repair failed.

Operation failed…

I also clicked on mount but nothing.

- Disk Warrior
It doesn’t gives me an option to Rebuild with “Unknown Disk” shown. Overview has the following error message

[​IMG] -

Directory cant’ be rebuilt, the file system is unsupported. Advanced File System" Windows/PC".

[​IMG]

- Disk Drill
Doesn’t even display the drive

Any idea on how to fix it or this is gone forever ?

mount /dev/sdX4 in linux and your files will be there.

When attaching the My Cloud hard drive to a Windows PC one has to use a Linux driver so the Windows PC can recognize the Linux formatted partitions on the My Cloud hard drive.

I typed diskutil list and here is what appeared

55%20PM

When I type mount /dev/disk2s2 it gives me the error that unknwon special file or file system
When i type diskutil repairvolume /dev/disks2s, i get the following

Hs-MBP:~ h$ mount /dev/sdx4

mount: /dev/sdx4: unknown special file or file system.

Hs-MBP:~ h$ mount /dev/sds1

mount: /dev/sds1: unknown special file or file system.

Hs-MBP:~ h$ mount /dev/disk2s2

mount: /dev/disk2s2: unknown special file or file system.

Hs-MBP:~ h$ diskutil repairVolume /dev/disks2s

Unable to find disk for /dev/disks2s

MBP:~ h$ diskutil repairVolume /dev/disk2s2

Started file system repair on disk2s2

Repairing file system

Volume is already unmounted

Performing fsck_msdos -y /dev/rdisk2s2

** /dev/rdisk2s2

Invalid BS_jmpBoot in boot block: 000000

File system check exit code is 8

Restoring the original state found as unmounted

Error: -69845: File system verify or repair failed

Underlying error: 8

i know nothing about diskutil is it apple? do you have a linux system or get a live CD. Can macs mount ext4 formats?

I’ve tried it on Ubuntu. Here are the things I did

-mount /dev/sdb1 ( I found sdb1 from Diskutil)
mount : /dev/sdb1: cant find in /etc/fstab

I tried to do mkdir /mnt/mydrive, it’s giving me error of Permission Denied.

When I go on diskutil, it does display the HDD as unallocated space with entire HDD shown as free space.

try

mkdir /mnt/hdd1
mount -t ext4 dev/sdb1 /mnt/hdd1
cd /mnt/hdd1
ls

see if it will mount this way. (dev/sdb1 needs to be the 4TB)

fdisk -l

Thanks for being patient with me. Here are the results

mkdir /mnt/hdd1 - > just goes to next line
mount -t ext4 dev/sdb1 /mnt/hdd1 → mount: /mnt/hdd1 : Special device dev/sdb1 doesn’t exist ( I’ve seen and it’s shown in the disk util though )
cd /mnt/hdd1 → Just goes to next line

fdisk -l
Disk is being displayed now but it shows the following error messages

  • The backup GPT table is corrupt, but he primary appears okay so that will be used.

I can now see the HDD in the file system but it asks for a password . I’ve no idea what’s the username & domain is since i don’t remember setting one up. I do remember the password with admin username however it doesn’t give me any error and the pop-up keeps on appearing. It says password required for mbp.local

Can you post the full results of

fdisk -l

example

Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 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
Disklabel type: dos
Disk identifier: 0x00067a33

Device Boot Start End Sectors Size Id Type
/dev/sdb1 2048 48828415 48826368 23.3G 83 Linux
/dev/sdb2 48828416 60547071 11718656 5.6G 83 Linux
/dev/sdb3 60547072 488396799 427849728 204G 83 Linux


The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdc: 3.7 TiB, 4000787030016 bytes, 7814037168 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
Disklabel type: gpt
Disk identifier: 4569A918-8C49-4687-A5B7-60D7F4CD0660

Device Start End Sectors Size Type
/dev/sdc1 2048 7814035455 7814033408 3.7T Linux RAID


The primary GPT table is corrupt, but the backup appears OK, so that will be used.
Disk /dev/sdd: 3.7 TiB, 4000787030016 bytes, 7814037168 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
Disklabel type: gpt
Disk identifier: 11D415C1-A848-4621-B5D3-1F22DBC1BD55

Device Start End Sectors Size Type
/dev/sdd1 2048 7814035455 7814033408 3.7T Linux RAID


Disk /dev/md0: 3.7 TiB, 4000652787712 bytes, 7813774976 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

root@install:/mnt/hdd1# fdisk -l
Disk /dev/loop0: 34.6 MiB, 36216832 bytes, 70736 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 /dev/loop1: 2.3 MiB, 2355200 bytes, 4600 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 /dev/loop2: 13 MiB, 13619200 bytes, 26600 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 /dev/loop3: 3.7 MiB, 3887104 bytes, 7592 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 /dev/loop4: 14.5 MiB, 15196160 bytes, 29680 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 /dev/loop5: 87.9 MiB, 92123136 bytes, 179928 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 /dev/loop6: 89.5 MiB, 93835264 bytes, 183272 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 /dev/loop7: 87.9 MiB, 92114944 bytes, 179912 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 /dev/sda: 149.1 GiB, 160041885696 bytes, 312581808 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
Disklabel type: dos
Disk identifier: 0xc3339196

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 1499135 1497088 731M 83 Linux
/dev/sda2 1501182 312580095 311078914 148.3G 5 Extended
/dev/sda5 1501184 312580095 311078912 148.3G 83 Linux

Disk /dev/mapper/sda5_crypt: 148.3 GiB, 159270305792 bytes, 311074816 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 /dev/mapper/ubuntu–vg-root: 147.4 GiB, 158238507008 bytes, 309059584 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 /dev/mapper/ubuntu–vg-swap_1: 980 MiB, 1027604480 bytes, 2007040 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 /dev/loop8: 2.3 MiB, 2355200 bytes, 4600 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 /dev/loop9: 3.7 MiB, 3878912 bytes, 7576 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 /dev/loop10: 42.1 MiB, 44183552 bytes, 86296 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 /dev/loop11: 13 MiB, 13619200 bytes, 26600 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 /dev/loop12: 14.5 MiB, 15208448 bytes, 29704 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 /dev/loop13: 3.7 MiB, 3887104 bytes, 7592 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 /dev/loop14: 140.7 MiB, 147496960 bytes, 288080 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 /dev/loop15: 2.3 MiB, 2433024 bytes, 4752 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 /dev/loop16: 13 MiB, 13619200 bytes, 26600 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 /dev/loop17: 140.9 MiB, 147722240 bytes, 288520 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 /dev/loop18: 14.5 MiB, 15196160 bytes, 29680 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 /dev/loop19: 34.2 MiB, 35827712 bytes, 69976 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