wiki:Docs/825gen2/Dev/Networking/WindowsFileSharing

Windows File Sharing

Mount from 825 to access local Windows PC Share

If the password has dollar sign $ precede it with \

The 825 file manager may be used to mount to the shared directory:

Browse to /mnt/net1 and press ENTER

Fill out the form such as:

Type:Windows
IP:10.1.0.40
Path:/msdn
User:userid
Password:*******

Equivalent console command to mount to a shared directory:

card825gen2:~$ sudo mount -t cifs //10.1.0.40/msdn /mnt/net1 -o user=userid,password=*******
card825gen2:~$ ls /mnt/net1
 en-us_windows_10_business_editions_version_22h2_x64_dvd_8cf17b79.iso
 en-us_windows_11_business_editions_updated_feb_2022_x64_dvd_7489d6f6.iso
 en-us_windows_11_business_editions_updated_nov_2021_x64_dvd_0bf06ee2.iso
 en-us_windows_11_business_editions_version_21h2_updated_aug_2022_x64_dvd_50c9cab3.iso
sudo umount /mnt/net1

Mount from 825 to access a Windows server

The 825 file manager may be used to mount to a Windows server directory:

Browse to /mnt/net2 and press ENTER

Fill out the form such as:

Type:Windows
IP:Storsvr
Path:/Data
User:userid
Password:*******

Equivalent console command:

card825gen2:~$ sudo mount -t cifs //Storsvr/Data /mnt/net2 -o user=userid,password=******
card825gen2:~$ ls /mnt/net2
'$435F30859C084BE99065924AB01921C4'     IS                             'Prod Schedule'
'AVR Flash'                             Int64                          'Product Development'

Access files on 825 from Windows PC

The samba package is included to provide support for windows file sharing for 825 to act as a server

To use Samba in the "Setup Network Services" screen set "Samba File Sharing (SMB)" to "On". In some cases it may also be necessary to set "NetBIOS (NMB)" to "On".

The default configuration provides access to screen capture files.

nano /etc/samba/smb.conf

With a USB keyboard attached to the 825 the "Windows" key and "S" or "Command" key and "S" will capture the screen to the weston directory. This can be accessed from a PC on the same network as the 825. If using Windows in the File Explorer address bar type

\\ip_address_of_825

Alternatively, in many network environments the hostname of the 825 may be used instead of the IP address such as:

\\card825gen2

Last modified 2 months ago Last modified on 02/22/24 09:38:15

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.