Skip to content

Instantly share code, notes, and snippets.

@NimaMX
Created May 28, 2022 23:24
Show Gist options
  • Save NimaMX/d26d70c2b121a14ec3400a5568d799d1 to your computer and use it in GitHub Desktop.
Save NimaMX/d26d70c2b121a14ec3400a5568d799d1 to your computer and use it in GitHub Desktop.
Mount Wd Home on linux

To mount the wd home on ubuntu:

  1. use the command this download and install the mchfuse
curl -sSfL https://github.com/mnencia/mchfuse/raw/main/install.sh | sudo sh -s -- -b /usr/local/bin
  1. fill the mchfuse.conf with the correct credential and move it to /etc/

  2. add this line with the correct device name and mount point

DeviceName MountPoint fuse.mchfuse noauto,x-systemd.automount,_netdev,allow_other 0 0
username = ""
password = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment