Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 343 Bytes

mount_windows_share.md

File metadata and controls

14 lines (11 loc) · 343 Bytes

Mount Windows Share

On Windows

  • Create user id with password on Windows (Blank password not allowed by default)
  • Create share with permission to created user

On Linux

# list shares
smbclient -L nameOrIP -U userid 

# mount share
mount -t cifs //nameOrIP/sharename /path/to/mountpoint -o user=userid,password=password