![]() |
SAMBA -> win7 error 0x80070035 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Network (https://www.linuxliteos.com/forums/forumdisplay.php?fid=24) +--- Thread: SAMBA -> win7 error 0x80070035 (/showthread.php?tid=2217) |
SAMBA -> win7 error 0x80070035 - Anton89 - 09-21-2015 Hi guys can you help me pleas. I don't know what to do. So i'm not a begginer at linux(running another Ubuntu PC...) but i'm new to linux lite. I want to share files between linux lite and win7. I have configurated the conf file like in the tutorial (https://www.linuxliteos.com/manual/network.html). i also checked if everything works with commands smbclient -L name and testparm the conf file. At the end when i want to connect to my share from windows I cant. I can see the device but i cant't access it when i want to acces it i get error 0x80070035 (the network path was not fount). i tryed all sorts of stuff.(ping the computer, access it from run and cmd, i restarted the drivers for ethernet card). so you can see i'm desperate. i dont know what to do. Pleas help me. PS i'm running ubuntu on another PC with samba server and it works great. :'( :'( :'( :'( :'( my conf file: #======================= Global Settings ==================================== [global] workgroup = WORKGROUP server string = Linux Lite Shares ; netbios name = ray security = share encrypt passwords = true username map = /etc/samba/smbusers map to guest = bad user ; guest account = nobody dns proxy = no #======================= Share Definitions =================================== [linuxliteshare] path = /home/%U/share ; available = yes valid users = %U %G write list = %U ; browsable = yes ; public = no writable = yes ; printable = no locking = no strict locking = no Re: SAMBA -> win7 error 0x80070035 - torreydale - 09-22-2015 In your Global Settings, your "security = user" line looks altered. Reviewing the steps at https://www.linuxliteos.com/manual/network.html#shares, it doesn't look like that line should have been edited. In your Share Definitions, these lines are missing: guest ok = no read only = no It might behoove you to go through the procedure again...slowly. Re: SAMBA -> win7 error 0x80070035 - Anton89 - 09-22-2015 oh.. yeah i'm sorry i changed that setting because i thought it would work. okej i went through everything slowly but at the end the same. i just don't get it why is everything doing fine on ubuntu PC? and why do i have two different conf files. and both have installed the same version of samba? down is my ubuntu conf file. why is it different?? pleas help [attachment deleted by admin, expired] Re: SAMBA -> win7 error 0x80070035 - Wirezfree - 09-22-2015 Hi, Please confirm your machine name, when you open a terminal, what is the prompt..?? My prompt is: Code: dave@asus-mini-1:~$ Code: asus-mini-1 You said you can ping the LL PC from Win7 What happens if you try this from a command prompt in Win7 Code: net use L: \\<put LL IP here>\share Code: net use L: \\192.168.1.15\share Let us know what happens Re: SAMBA -> win7 error 0x80070035 - Anton89 - 09-22-2015 thanks the maschine name is correcct. i tryed the command and i get: system error 53 has occured the network path was not found. any other suggestions? Re: SAMBA -> win7 error 0x80070035 - Wirezfree - 09-22-2015 A couple of things, Check status of Firewall on Linux Lite PC: Code: sudo ufw status Can you try again, but with :445 Code: net use L: \\<put LL IP here>:445\share Code: net use L: \\192.168.1.15:445\share You can also try: Code: net use L: \\<put LL IP here>\share /user username password Code: net use L: \\192.168.1.15\share /user dave pass123 If it's working with Ubuntu PC, it should be working with LL |