Skip to content

Instantly share code, notes, and snippets.

@lemajes
Last active October 26, 2024 23:53
Show Gist options
  • Save lemajes/c140aac77bcfdae5a23fbeee273242ce to your computer and use it in GitHub Desktop.
Save lemajes/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