Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SAMBA File System is a great way to share files among computers in local network (e.g., office or home). You do NOT need a synchronization software. However, if you use SAMBA in office, make sure that the file permissions are as you expected. Some companies make SAMBA file system accessible to everyone!
Docker Images¶
dclong/samba
Mount Windows Samba Share on Ubuntu¶
sudo mount //WINSRV/SHARE -t cifs -o uid=1000,gid=1000,username=winuser /mnt/pathMount Samba in WSL¶
It is now possible to mount USB media (including formatted as FAT)
and network shares with drvfs on Windows 10.
You can use the following command to mount removable media (e.g. D:).
sudo mkdir /mnt/d
sudo mount -t drvfs D: /mnt/dAnd use the following command to safely unmount it.
sudo umount /mnt/dYou can also mount network shares without smbfs.
sudo mount -t drvfs '\\server\share' /mnt/shareIssues¶
I couldn’t mount ubuntu SAMBA share on windows ...
Misc¶
https://
https://
https://