Using Samba Drive 4.9.4 under with windows 10

post here any question or information you want to share on Computers

Re: Using Samba Drive 4.9.4 under with windows 10

Postby Jocko » Sat Nov 30, 2019 9:28 pm

hi
Maybe a screen capture of the external disks setup is useful and also see the content of boot.log
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:29 pm

oke, I read on the internet that people solve that by using this registry change

Windows 10 cannot access samba share

Report this post
Quote

Mon Nov 05, 2018 11:33 pm
Set the following registry value to 1

HKLM\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\AllowInsecureGuestAuth

If its not there create the value as a DWORD


PS on my windows 10 system I do not have this registry key ... but it is worth a try
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:30 pm

Jocko wrote:hi
Maybe a screen capture of the external disks setup is useful and also see the content of boot.log

What do you mean Jocko with external disk setup , a screen shot of the web interface page ?
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:34 pm

this is my current setting
samba4-30-6.JPG
You do not have the required permissions to view the files attached to this post.
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby Jocko » Sat Nov 30, 2019 9:40 pm

fvdw wrote:What do you mean Jocko with external disk setup , a screen shot of the web interface page ?
Not really, on both case (external or internal), you can detect on the screen capture how the usb partition is mounted ( on the column "Mounted as"):
"Share" => partition is mounted as an external usb share
"Volume" => partition is mounted as an internal volume

In boot.log, you can detect also if an usb internal volume is really mounted
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:41 pm

rereading the message you posted it mentions "network path not found"

Please try in explorer (not windows explorer browser)
Code: Select all
\\ip-of-your-nas
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:43 pm

matzi wrote:mount:
root@fvdwsl-base-pi:/ # mount
/dev/mmcblk0p7 on / type ext3 (rw,relatime)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
/dev/mmcblk0p6 on /rw_fs type ext3 (rw,noatime)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/sda1 on /rw_fs/tmp/mnt/Volume_1 type ext4 (rw,noatime,nodelalloc)
/dev/mmcblk0p4 on /share/1000 type ext4 (rw,noatime,nodelalloc)
/dev/sda1 on /share/1000/Volume_1 type ext4 (rw,noatime,nodelalloc)
/dev/mmcblk0p5 on /lacie-boot type ext3 (rw,relatime)


I think this proofs it is mounted on Matzi's rspb4
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby fvdw » Sat Nov 30, 2019 9:49 pm

matzi wrote:Not sure if it helps but from another raspi i can access the shares in the file explorer using smb://<IP>/sharename


that would confirm that we are dealing with windows 10 issue here
fvdw
Site Admin - expert
 
Posts: 13245
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: Using Samba Drive 4.9.4 under with windows 10

Postby Jocko » Sat Nov 30, 2019 9:50 pm

For me it is an issue on win10 side:
matzi wrote:Not sure if it helps but from another raspi i can access the shares in the file explorer using smb://<IP>/sharename
So that means smb conf is ok and also samba server

You should have smbd and nmbd running with open ports 137 138 139 445
Code: Select all
netstat -apn|grep mbd
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      2397/smbd
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      2397/smbd
tcp        0      0 :::445                  :::*                    LISTEN      2397/smbd
tcp        0      0 :::139                  :::*                    LISTEN      2397/smbd
udp        0      0 192.168.1.255:137       0.0.0.0:*                           2390/nmbd
udp        0      0 192.168.1.99:137        0.0.0.0:*                           2390/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           2390/nmbd
udp        0      0 192.168.1.255:138       0.0.0.0:*                           2390/nmbd
udp        0      0 192.168.1.99:138        0.0.0.0:*                           2390/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           2390/nmbd
unix  2      [ ACC ]     STREAM     LISTENING       3120 2390/nmbd           /usr/samba/var/run/nmbd/unexpected
unix  2      [ ]         DGRAM                      3103 2390/nmbd           /usr/samba/private/msg.sock/2390
unix  2      [ ]         DGRAM                      3146 2397/smbd           /usr/samba/private/msg.sock/2397
unix  2      [ ]         DGRAM                      3152 2406/smbd           /usr/samba/private/msg.sock/2406
unix  2      [ ]         DGRAM                      3156 2409/smbd           /usr/samba/private/msg.sock/2409
unix  2      [ ]         DGRAM                      3165 2397/smbd

Note: check if you do not have a rule on ports 137-138 with your firewall (=> block netbios service on your win10)
Jocko
Site Admin - expert
 
Posts: 11367
Joined: Tue Apr 12, 2011 4:48 pm
Location: Orleans, France

Re: Using Samba Drive 4.9.4 under with windows 10

Postby matzi » Sat Nov 30, 2019 9:54 pm

no netstat on my pi!?
You do not have the required permissions to view the files attached to this post.
matzi
Donator VIP
Donator VIP
 
Posts: 253
Joined: Wed Jul 06, 2011 8:08 am
Location: Hannover Germany

PreviousNext

Return to Computers and General Discussions

Who is online

Users browsing this forum: No registered users and 2 guests

cron