Skip to content

Instantly share code, notes, and snippets.

@djromero
Created October 28, 2016 17:41
Show Gist options
  • Save djromero/40369a2db13871e5d51316a5b682ad2a to your computer and use it in GitHub Desktop.
Save djromero/40369a2db13871e5d51316a5b682ad2a to your computer and use it in GitHub Desktop.
Volumio Time Capsule NAS
# From https://volumio.org/forum/cifs-trouble-mounting-timecapsule-containing-music-t741.html
ssh -l volumio volumioip
sudo mkdir /mnt/NAS/Music
sudo chmod 777 /mnt/NAS
sudo chmod 777 /mnt/NAS/Music
# --> You might need to install cifs utils:
# if yes then use the following commands:
sudo apt-get update
sudo apt-get install cifs-utils
sudo mount.cifs /10.0.1.1/Data/Music /mnt/NAS/Music -v -o user=userID,pass=password,perm,rw,iocharset=utf8,sec=ntlm NAS
@djromero
Copy link
Author

External USB disk called Media plugged into Apple Time Capsule:

volumio-timecapsule-nas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment