You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



SAMBA -> win7 error 0x80070035

Author (Read 9118 times)

0 Members and 1 Guest are viewing this topic.

Re: SAMBA -> win7 error 0x80070035
« Reply #6 on: September 22, 2015, 05:54:05 PM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
A couple of things,
Check status of Firewall on Linux Lite PC:
Code: [Select]
sudo ufw status
Can you try again, but with :445
Code: [Select]
net use L: \\<put LL IP here>:445\shareexample:
Code: [Select]
net use L: \\192.168.1.15:445\share
You can also try:
Code: [Select]
net use L: \\<put LL IP here>\share /user username passwordexample, use your Linux Lite username & password:
Code: [Select]
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 :)

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)
 

Re: SAMBA -> win7 error 0x80070035
« Reply #5 on: September 22, 2015, 12:40:39 PM »
 

Anton89

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 2
  • Linux Lite Member
    • View Profile

  • CPU: no

  • MEMORY: 256mb

  • VIDEO CARD: no
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
« Reply #4 on: September 22, 2015, 04:31:47 AM »
 

Wirezfree

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1484
    Posts
  • Reputation: 405
  • Linux Lite "Advocate"
    • View Profile

  • CPU: i7-4790S

  • MEMORY: 16Gb

  • VIDEO CARD: Intel HD4600 (Integrated)
Hi,

Please confirm your machine name, when you open a terminal, what is the prompt..??
My prompt is:
Code: [Select]
dave@asus-mini-1:~$So my machine name is:
Code: [Select]
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: [Select]
net use L: \\<put LL IP here>\shareexample:
Code: [Select]
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 :)

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)
 

Re: SAMBA -> win7 error 0x80070035
« Reply #3 on: September 22, 2015, 12:55:34 AM »
 

Anton89

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 2
  • Linux Lite Member
    • View Profile

  • CPU: no

  • MEMORY: 256mb

  • VIDEO CARD: no
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
« Reply #2 on: September 21, 2015, 08:33:43 PM »
 

torreydale

  • PayPal Supporter
  • Platinum Level Poster
  • *****
  • 1588
    Posts
  • Reputation: 261
  • * Forum Moderator *
    • View Profile

  • CPU: Intel i5-3230M (4) @ 3.200GHz

  • MEMORY: 16Gb

  • VIDEO CARD: Intel 3rd Gen Core processor Graphics

  • Kernel: 5.x
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.
« Last Edit: September 21, 2015, 09:10:39 PM by torreydale »
Want to thank me?  Click my [Thank] link.
 

SAMBA -> win7 error 0x80070035
« Reply #1 on: September 21, 2015, 04:48:43 PM »
 

Anton89

  • New to Forums
  • *
  • 8
    Posts
  • Reputation: 2
  • Linux Lite Member
    • View Profile

  • CPU: no

  • MEMORY: 256mb

  • VIDEO CARD: no
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
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section