Created
October 28, 2016 17:41
-
-
Save djromero/40369a2db13871e5d51316a5b682ad2a to your computer and use it in GitHub Desktop.
Volumio Time Capsule NAS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
External USB disk called Media plugged into Apple Time Capsule: