faisal6309
2016-11-03 03:30 deepin
Hello, anybody home?
Reply Like 0 View the author
https://bbs.deepin.org/post/31687
If there is any space in the server path, you need to replace it by \040, for example //servername/M ...
sudo mount -t cifs -o username=media,password= smb//192.168.11.3/media /mnt/media
I want to access Windows share folder in my Deepin Linux. I made folder named media in mnt folder and I tried to mount windows share with following command:
I thought Samba wasn't installed in my computer. So I tried installing Samba in my computer. with the following command:
I searched a little and on one website, they said run the following command:
I need to connect to that windows share because it has more than 4TB of data that can be used for entertainment purposes. How do I solve this problem? Is there any other way to install Samba in my computer? Or do I have to mount windows share folder with some other command?