You are not logged in.

#1 2018-09-28 09:00:10

ad4ms3
Member
From: Bradford, UK
Registered: 2018-01-19
Posts: 95

[SOLVED] Install files via samba

Hello everyone

After a fight with two laptops I managed to set samba server / client for the very first time. Samba server is an old laptop running Arch, and a client is a laptop with windows 10. Now I have an access to my home directory from windows 10. I wrote a simple samba conf file to achieve this. This is only within home environment, via wi-fi.

So, now I would like to install an .exe file on windows. File is located in home directory in Arch. How to do it without copying the entire file?

I get an error on windows 10 machine, that I do not have permission to access \\192.168.0.11\ad4ms3\Downloads.....
However, I set in shared file a path to ~/ad4ms3 and have full access (read-write) to home directory. Downloads folder is in ad4ms3 directory and I am the owner of the entire folder, subfolder and files:
user: ad4ms3
group: users

Anyway, have a look:)
smb.conf

[global]
server string = Arch Linux
workgroup = WORKGROUP
security = user
map to guest = Bad User
include = /etc/samba/smbshared.conf

smbshared.conf

[ad4ms3]
	force user = ad4ms3
	path = /home/ad4ms3
	writable = yes
	public = yes

Last edited by ad4ms3 (2018-09-28 09:12:21)

Offline

#2 2018-09-28 09:05:49

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,408
Website

Re: [SOLVED] Install files via samba


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2018-09-28 09:11:43

ad4ms3
Member
From: Bradford, UK
Registered: 2018-01-19
Posts: 95

Re: [SOLVED] Install files via samba

OMG... big_smile I missed this....
Thank you. Solved

Offline

Board footer

Powered by FluxBB