Last active
July 21, 2025 04:09
-
-
Save goooooouwa/f22a67d925f62c112c5faaa3bf78fa25 to your computer and use it in GitHub Desktop.
openwrt mount smb folder #openwrt #smb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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