Changes between Version 5 and Version 6 of Docs/825gen2/Dev/Networking/WindowsFileSharing
- Timestamp:
- 12/01/23 12:38:52 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/WindowsFileSharing
v5 v6 2 2 3 3 Mount from 825 to access local Windows PC Share 4 5 If the password has dollar sign $ precede it with \ 6 7 The 825 file manager may be used to mount to the shared directory: 8 9 10 11 Console command to mount to a shared directory: 4 12 5 13 {{{ … … 12 20 }}} 13 21 22 14 23 {{{ 15 24 sudo umount /mnt/net1 16 25 }}} 17 26 27 18 28 Mount from 825 to access a Windows server 29 30 The 825 file manager may be used to mount to a Windows server directory: 31 32 19 33 {{{ 20 34 card825gen2:~$ sudo mount -t cifs //Storsvr/Data /mnt/net2 -o user=userid,password=******