Skip to content

Instantly share code, notes, and snippets.

Created October 11, 2017 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/17f669dbb33868a498ae3790fe271c9c to your computer and use it in GitHub Desktop.
Save anonymous/17f669dbb33868a498ae3790fe271c9c to your computer and use it in GitHub Desktop.
/etc/fstab:
# Mount
//192.168.1.101/VMMedia /home/media/media/share cifs credentials=/home/media/.smbc,iocharset=uft8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0
sudo mount -a
mount error(79): Can not access a needed shared library
sudo mount -t cifs   //192.168.1.101/VMMedia  /home/media/media/share
mount: can't find //192.168.1.101/VMMedia  /home/media/media/share in /etc/fstab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment