できる!Linux ファイルシェア

archmond(35)
Published in
#linux
Words
146
Reading
1 min
Listen
Play
9y

https://ubuntu-mate.community/t/sharing-folders-on-windows-network/2644/2

まず、SAMBAを設置

sudo apt-get install samba

そして、caja-shareを設置
Install the package caja-share and restart caja (or log out, then in). This enables the "Sharing Options" when you right-click a folder.
From a terminal: (CTRL+ALT+T)
sudo apt-get install caja-share
killall caja
caja
Now, when you right-click a folder, you'll have the option for "Sharing Options".

Here you can configure a network share that can be accessed from other Windows computers.

source: https://ubuntu-mate.community/t/sharing-folders-on-windows-network/2644/2

SMB 暗号設定する。
Hey there, the installation works but when I try to access the folder from my Windows 10 Desktop it does not recognize the username and password of my mate os ! How do I resolve this ?

Resolved it:
caja-share uses samba to share folders.
After you have added folders you need to give the user a smbpassword by typing:
sudo smbpasswd -a your_ubuntu_username

source: https://ubuntu-mate.community/t/sharing-folders-on-windows-network/2644/4

そしたら、

\\hostname でアクセスできる