Skip to content

Instantly share code, notes, and snippets.

@vpnwall-services
Last active September 13, 2022 17:01
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 vpnwall-services/c140aac77bcfdae5a23fbeee273242ce to your computer and use it in GitHub Desktop.
Save vpnwall-services/c140aac77bcfdae5a23fbeee273242ce to your computer and use it in GitHub Desktop.
[MOUNT 101] Mount 101 #mount #101 #debian #filesystem #bindfs

MOUNT 101

  • Mount SMB Share mount -t cifs -o username=myuser,rw,iocharset=utf8,file_mode=0777 //xxx.xxx.xxx.xxx/winshare windows/

  • Mount BindFS /etc/fstab /this /that fuse.bindfs force-user=www-data,perms=0755 0 0

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