How to access windows share from linux (Demo)

Published: 01 December 2021
on channel: Tech for All
8,514
56

in this video we will see a demo of how to share a folder on windows and then access from a centos linux machine.

commands you need to use:

ping 192.168.1.37 --------------- (ping the windows machine from linux)

sudo yum -y install samba-client samba-common cifs-utils

sudo mkdir -p /mnt/mount_name

smbclient L //windows_machine -U user ---------- test connectivity

cd /mnt/mount_name

sudo mount.cifs //windows_machine/mount_name /mnt/mount_name-o rw,username=user,file_mode=0777,dir_mode=0777

df k ------------ check to see if it is mounted

sudo umount /mnt/mount_name ---------- to unmount the CIFS share

my contacts

Email: [email protected]
FB :   / moh.mi.dz  


Watch video How to access windows share from linux (Demo) online without registration, duration hours minute second in high quality. This video was added by user Tech for All 01 December 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 8,514 once and liked it 56 people.