Unable to access data on WDMyCloud v04.06.00-111
If you're **unable to access data on a WD My Cloud (v04.06.00-111)** device, the issue could stem from firmware bugs, network conflicts, or file system errors. Here's a **step-by-step troubleshooting guide** specific to **WD My Cloud OS3 (v04.06.00-111)**, since this version is part of the older firmware line which **WD officially retired support for in 2022**.
---
## 🔎 1. Check Basic Connectivity
### ✅ Check the Lights
* **Front LED should be solid blue** = system ready.
* **Flashing white/yellow** = system is booting or has an issue.
### ✅ Ping the Device
Open Command Prompt on your PC:
```bash
ping wdmycloud.local
```
or use the IP (e.g., `ping 192.168.1.20`) if you've set it manually.
If the ping fails:
* Check the **router** and **Ethernet cable**.
* Make sure the **My Cloud** is powered on and connected.
---
## 🌐 2. Access via Web Interface
Try the web interface using:
* `http://wdmycloud.local`
* or the IP address, like: `http://192.168.1.20`
If it doesn’t load:
* Use your router admin panel to find the WD device’s **assigned IP**.
* You can also install **WD Discovery** to help locate it.
---
## 🔐 3. Access via Windows File Explorer
Type into the address bar:
```text
\\WDMyCloud
```
or
```text
\\192.168.1.20
```
If you get a **"Network Path Not Found"** or **"Access Denied"** error:
### 📌 Fix SMB Access
1. On your PC:
* Go to **Control Panel > Programs > Turn Windows features on/off**
* Enable **SMB 1.0/CIFS File Sharing Support**
2. Restart your PC.
Note: SMB1 is insecure but often necessary for legacy WD MyCloud OS3 compatibility.
---
## 🔧 4. Enable Network Discovery on PC
* Go to **Control Panel > Network and Sharing Center > Change advanced sharing settings**
* Turn on:
* **Network discovery**
* **File and printer sharing**
* **Allow Windows to manage homegroup connections**
---
## 🧰 5. Try SSH Access (Advanced)
If enabled earlier:
1. Use **PuTTY** or Terminal.
2. Connect to your My Cloud IP via:
```bash
ssh root@192.168.1.20
```
Password is likely `welc0me` or your custom password.
3. Check disk status:
```bash
df -h
ls /DataVolume/shares
```
If you see your files there, the issue is with **network access**, not the data.
---
## 🧪 6. Rebuild or Rescan the Shares
If you can access the web interface:
* Go to **Settings > Utilities**
* Use **System Diagnostics** or **Scan Disk**
* Try **Rescan Shares** if the shares are missing.
Also check:
* **Shares > Public or your custom share**
* Make sure **"Media Serving" and "Public Access"** are set properly
---
## 🔁 7. Reboot or Safe Reset
### Soft Reboot
* Use the web dashboard or simply power-cycle the device.
### 40-Second Reset (Safe Reset)
1. Power off My Cloud.
2. Use a paperclip to press and hold the **reset button** on the back.
3. While holding it, **plug in the power** and hold for 40 seconds.
This will:
* Reset admin password and network settings
* Keep your data and shares intact
---
## 💽 8. Last Resort: Access the Hard Drive Directly
If the device is completely dead or inaccessible:
* Open the enclosure and remove the hard drive.
* Use a **SATA-to-USB adapter** to connect it to a Linux PC.
* The drive uses an **EXT4 Linux filesystem**, so Windows won’t read it natively.
You can access it using:
* A Linux live USB (Ubuntu, Mint)
* Or use tools like **DiskInternals Linux Reader** on Windows (read-only)
Look inside:
```bash
/DataVolume/shares/
```
---
## ⚠️ Important Notes
* **WD My Cloud OS3 (v04.06.00-111)** is no longer officially supported or receiving security updates.
* Consider upgrading to **My Cloud OS5**, but be aware it **may not support older devices** (like 1st-gen My Cloud).
* If your device isn’t eligible for OS5, you should plan a **data migration strategy**.
---
## ✅ Summary Fix Steps
| Issue | Fix |
| --------------------------- | -------------------------------------- |
| Cannot access via browser | Use IP or check router for assigned IP |
| Cannot see files on Windows | Enable SMB1, network discovery |
| Cannot ping | Check cables, reboot router/device |
| Files missing | Rescan Shares, reboot, or use SSH |
| Dashboard inaccessible | Use safe reset (40 sec) |
| Device dead | Remove HDD and access via Linux |
---
Would you like step-by-step help on recovering files directly from the **internal hard drive** using Linux tools or help preparing for a [data migration from WD OS3](f), [accessing files via SSH](f), or [dealing with public/private share issues](f)?
0コメント