Have you seen some backup disks that has just an ethernet port like WD (western digital) with 8TB of capacity? if you don't know some commands to mount them or access its dashbaord, things could get a little bit harder.
LED color in front of the disk:
- blue LED is blinking: getting ready to serve data (if disk is almost full it may take 2 to 3 hours)
- blue LED is on with no blinking: LAN is connected and device is ready.
- red LED is blinking: there is something wrong with the device, maybe bad cluster or something else!
- red LED is not blinking: Device is ready, but LAN cable is not connected.
This LED color and its behaviour is almost always the same on other devices too. So memorize them :)
To get the IP address of WD (My Cloud) ping the domain as below:
ping wdmycloud.local
To see the GUI dashbaord open a browser and head over to:
- http://wdmycloud.local
To mount the device first check that the blue LED is on without blinking on the disk then create the destination directory if not exist:
mkdir -p /mnt/my_backup_folder
Now mount the disk with the command below (you can see folders like MyFolder from dashboard->Shares menu):
sudo mount -t nfs MyCloudIPAddress:/nfs/MyFolder /mnt/my_backup_folder
#wd #my_cloud #backup_disk #western_digital #wdmycloud
LED color in front of the disk:
- blue LED is blinking: getting ready to serve data (if disk is almost full it may take 2 to 3 hours)
- blue LED is on with no blinking: LAN is connected and device is ready.
- red LED is blinking: there is something wrong with the device, maybe bad cluster or something else!
- red LED is not blinking: Device is ready, but LAN cable is not connected.
This LED color and its behaviour is almost always the same on other devices too. So memorize them :)
To get the IP address of WD (My Cloud) ping the domain as below:
ping wdmycloud.local
To see the GUI dashbaord open a browser and head over to:
- http://wdmycloud.local
To mount the device first check that the blue LED is on without blinking on the disk then create the destination directory if not exist:
mkdir -p /mnt/my_backup_folder
Now mount the disk with the command below (you can see folders like MyFolder from dashboard->Shares menu):
sudo mount -t nfs MyCloudIPAddress:/nfs/MyFolder /mnt/my_backup_folder
NOTE:
dashboard default username is admin
and it has no password by default.NOTE:
if you want to reset the password: https://support.wdc.com/knowledgebase/answer.aspx?ID=13986#wd #my_cloud #backup_disk #western_digital #wdmycloud
Western Digital
Western Digital Support | Western Digital
Find detailed answers to your support questions for your Western Digital, SanDisk, WD_BLACK, or WD storage product.