MyCloud zeigt nur 2 TB an anstatt 4 TB

Ich glaub ich hab mein Problem gelöst.

Es werden wieder 4 TB angezeigt und bisher läuft auch alles.

Ich hab aktuell noch v3 drauf.

Laut diesem Beitrag

http://www.hardwareluxx.de/community/f101/frage-wd-my-cloud-software-auf-neue-festplatte-1054089.html

ist die v4 sehr buggy. Ist das wahr? Vielleicht sollte ich mal das FW Update per SSH starten vllt. klappt das eher als über das Dashboard.

Meine Lösung bezüglich der 4 TB hab ich von hier

http://community.wd.com/t5/My-Book-Live/GUIDE-Debrick-MyBookLive-v2-0/m-p/571579/highlight/true#M22598

und aus diesem Beitrag

Posts: 26

Registered: ‎01-02-2014

1

Re: How to unbrick a totally dead My Cloud?[ New ]

Options

‎01-08-2014 07:15 AM - edited ‎01-08-2014 07:18 AM

Please use below script to catch the mount partitions

WDMyCloud:~# cat /etc/mtab

 Umount all the partitions related with /dev/sda4 when you extend the last partition, for example:

/dev/sda4 /nfs/TimeMachineBackup ext4 rw,noatime,nodiratime,user_xattr,barrier=0,data=writeback 0 0/dev/sda4 /nfs/Public ext4 rw,noatime,nodiratime,user_xattr,barrier=0,data=writeback 0 0/dev/sda4 /nfs/SmartWare ext4 rw,noatime,nodiratime,user_xattr,barrier=0,data=writeback 0 0WDMyCloud:~# umount /nfs/Public/
WDMyCloud:~# umount /nfs/SmartWare/
WDMyCloud:~# umount /nfs/TimeMachineBackup/

Jetzt einfach mal abwarten und hoffen dass alles weiterhin funktioniert :wink:

mfg