Skip to content

Instantly share code, notes, and snippets.

@Aldaviva
Created August 1, 2023 01:10
Show Gist options
  • Save Aldaviva/d62879f2228d8c87e95dbff05b42c587 to your computer and use it in GitHub Desktop.
Save Aldaviva/d62879f2228d8c87e95dbff05b42c587 to your computer and use it in GitHub Desktop.
Samba SMB CIFS mount share in Linux
sudo mkdir -p /mnt/aegir
sudo mount -t cifs -o username=ben,uid=ben //aegir.aldaviva.com/Ben /mnt/aegir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment