Skip to content

Instantly share code, notes, and snippets.

@goooooouwa
Created February 26, 2023 01:07
Show Gist options
  • Save goooooouwa/f22a67d925f62c112c5faaa3bf78fa25 to your computer and use it in GitHub Desktop.
Save goooooouwa/f22a67d925f62c112c5faaa3bf78fa25 to your computer and use it in GitHub Desktop.
openwrt mount smb folder
mount -t cifs -o vers=2.0,username=admin,password=pass,iocharset=utf8 //192.168.50.51/homes /mnt/homes/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment