How to mount and access a windows shared folder from ubuntu
smb://(windows name or ip)/folder, such as
smb://192.168.1.88/sharedfolder
If you didn't install smb, then
sudo apt -y install smbfs
smb://192.168.1.88/sharedfolder
If you didn't install smb, then
sudo apt -y install smbfs
Comments
Post a Comment