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

Version 4 (modified by Don Wilson, 12 months ago) ( diff )

--

Windows File Sharing

Mount from 825 to access local Windows PC Share

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

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)" and "NetBIOS (NMB)" services to "On".

nano /etc/samba/smb.conf

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.