LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SAMBA -> win7 error 0x80070035
#1
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.freecinema2022.gq/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
Reply
#2
In your Global Settings, your "security = user" line looks altered.  Reviewing the steps at https://www.freecinema2022.gq/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.
Want to thank me?  Click my [Thank] link.
Reply
#3
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]
Reply
#4
Hi,

Please confirm your machine name, when you open a terminal, what is the prompt..??
My prompt is:
Code:
dave@asus-mini-1:~$
So my machine name is:
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
example:
Code:
net use L: \\192.168.1.15\share


Let us know what happens
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply
#5
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?
Reply
#6
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
example:
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
example, use your Linux Lite 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
Upgrades WIP 2.6 to 2.8 - (6 X 2.6 to 2.8 completed on: 20/02/16 All O.K )
Linux Lite 3.0 Humming on a ASRock N3070 Mobo ~ btrfs RAID 10 Install on 4 Disks Smile

Computers Early days:
ZX Spectrum(1982) , HP-150 MS-DOS(1983) , Amstrad CPC464(1984) ,  BBC Micro B+64(1985) , My First PC HP-Vectra(1987)
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)