Who's Online |
69 user(s) are online ( 43 user(s) are browsing Forums)
Members: 0
Guests: 69
more...
|
|
|
|
Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/23 11:35
#1
|
Not too shy to talk 
Joined: 2008/11/21 17:18 Last Login
: 2017/12/19 14:48
Group:
Registered Users
|
Hello everybody, I am trying to connect to Samba Amiga Shares from my Win 10 pro machine. The whole thing is setup on the Amiga OS4 side, and already working with WinXP (via VMWare Player and on my other machine). However Win 10 keeps telling me, when I connect a share, that I donnot have proper authentification. This is my smb.conf:
[global]
client code page = 850
character set = ISO8859-15
workgroup=WORKGROUP
security=share
masterbrowser=no
serverstring=AmigaSambaServer
logfile=/t/samba.%m.log
maxlogsize=50
passwordserver=none
loadprinters=no
browseable=yes
preservecase=no
guestok=yes
guestonly=yes
[Data]
path="/Data"
writeable=yes
Any Idea? Thanx
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/23 13:33
#2
|
Home away from home 
Joined: 2006/11/26 21:45 Last Login
: Yesterday 22:54
From a dying planet
Group:
Registered Users
|
@gerograph
This has been "updated" to not work with our outdated samba package since Win7.
Something to do with security/authentification, like you said.
Nothing that can be done about it, unless someone updates SAMBA
|
People are dying. Entire ecosystems are collapsing. We are in the beginning of a mass extinction. And all you can talk about is money and fairytales of eternal economic growth. How dare you! – Greta Thunberg
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/23 13:37
#3
|
Quite a regular 
Joined: 2009/4/28 4:57 Last Login
: 5/21 8:39
From Adelaide, Australia
Group:
Registered Users
|
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/23 15:05
#4
|
Not too shy to talk 
Joined: 2008/11/21 17:18 Last Login
: 2017/12/19 14:48
Group:
Registered Users
|
@Raziel
as far as I know, this was just for using Windows Shares in AmigaOS not vica versa!
@MickJT I'll read through, and report back...thanx
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/24 13:39
#5
|
Not too shy to talk 
Joined: 2008/11/21 17:18 Last Login
: 2017/12/19 14:48
Group:
Registered Users
|
@MickJT
No, sorry that doesn't help. However, is there a possibility to define a "User" and a "password" inside smb.conf or/and Roadshow???
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/27 18:56
#6
|
Not too shy to talk 
Joined: 2008/11/21 17:18 Last Login
: 2017/12/19 14:48
Group:
Registered Users
|
Anybody?
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/27 19:27
#7
|
Quite a regular 
Joined: 2014/6/29 15:12 Last Login
: 3/16 18:16
From Montserrat
Group:
Registered Users
|
Don't think that it works after Windows XP. You could use a Virtual machine on your Win10 machine runing Linux with Samba as a bridge to transfer files between the two OS's.
|
Sam460ex : Radeon Rx550 Single slot Video Card : SIL3112 SATA card
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2015/12/28 3:40
#8
|
Just popping in 
Joined: 2006/12/14 2:18 Last Login
: 2021/2/12 8:53
Group:
Registered Users
|
@Spectre660
Actually it does work if you don't mind finding the buried settings in Win10 along with messing with advanced samba materials and making somewhat of a mess with dcpromo stuff under Windows(a Windows NT 4/2000/XP/...) server legacy
I had to deal with this kind of crap some years ago...
I'll have to see about digging out an old config and messing with this junk again.
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/8 12:59
#9
|
Quite a regular 
Joined: 2009/4/28 4:57 Last Login
: 5/21 8:39
From Adelaide, Australia
Group:
Registered Users
|
I've uploaded a new cURL to OS4Depot, and it now supports downloading from and uploading to SMB/CIFS servers. Downloading examples: curl -O smb://user:pass@1.2.3.4/folder/file.txtcurl -O -u "domain\username:passwd" smb://server.example.com/share/file.txtUploading examples: curl -T file.txt smb://user:pass@1.2.3.4/folder/curl -T file.txt -u "domain\username:passwd" smb://server.example.com/share/It doesn't look like there's a way to list the files, yet. Keep in mind if you use smb://user:pass@ip, then the file comment will contain the full URL including user and password.
Edited by MickJT on 2016/1/8 13:15:57 Edited by MickJT on 2016/1/8 13:16:29 Edited by MickJT on 2016/1/8 13:17:31 Edited by MickJT on 2016/1/8 13:19:13 Edited by MickJT on 2016/1/8 13:36:12
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/8 22:46
#10
|
Just can't stay away 
Joined: 2006/12/1 18:01 Last Login
: Yesterday 23:20
From Copenhagen, Denmark
Group:
Registered Users
|
@MickJT Quote: It doesn't look like there's a way to list the files, yet. Well, if nothing else, it can be done with smbclient: smbclient \\host\share password -U user -c "cd mypath;dir;exit" You can of course omit the password argument from the command line, then you will be prompted for it. Best regards, Niels
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/9 7:05
#11
|
Quite a regular 
Joined: 2009/4/28 4:57 Last Login
: 5/21 8:39
From Adelaide, Australia
Group:
Registered Users
|
@nbache
I forgot that gerograph was trying to connect to Amiga smb shares from Windows, and not the other way around. Does smbfs & smbclient still work connecting to Windows? Checking..
Edit: Getting "Called name not present".
Edited by MickJT on 2016/1/9 7:31:57
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/10 0:42
#12
|
Just can't stay away 
Joined: 2006/12/1 18:01 Last Login
: Yesterday 23:20
From Copenhagen, Denmark
Group:
Registered Users
|
@MickJT
Okay, I tested my smbclient command with an SMB share on a Linux machine.
I don't know explicitly that it will work with Windows, although I'd expect so (at least with Pro/Ultimate etc.).
Best regards,
Niels
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/11 17:30
#13
|
Home away from home 
Joined: 2007/5/19 14:23 Last Login
: 4/10 16:33
From England
Group:
Registered Users
|
I discovered this v.recently, which shows how to disable SMB2/3 on Windows client PCs: https://support.microsoft.com/en-us/kb/2696547If you can force SMB1 (by disabling SMB2/3), then it might work on the Amiga? I also wonder if it might allow SMBFS to work with Windows PCs...?
|
Author of the PortablE programming language. I love using Amiga OS4.1  It is pitch black. You are likely to be eaten by a grue...
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/11 19:45
#14
|
Not too shy to talk 
Joined: 2008/11/21 17:18 Last Login
: 2017/12/19 14:48
Group:
Registered Users
|
Thanx for all those advices!
@MickJT Amiga HD Partitions need to be visible/usable inside Windows Explorer, like a normal Windows HD (drive letters/security are the only things which are NOT of a concern). We are NOT talking about Downloading a file once in a while.
@all My Amiga MP3 and Image HD Partitions should be usable from Windows (AMIGA = SERVER).
Using a XP Setup inside a VM Environment (Win 10 Pro as host) works out of the box!
Using a different XP Machine also works
Setting up my Amiga as FTP Server could be a way to go, and will be my "fall back" option.
@ChrisH Thanks for the link, I have to dig into that, but currently this will be on hold, as I am bussy until February
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/20 13:42
#15
|
Home away from home 
Joined: 2007/5/19 14:23 Last Login
: 4/10 16:33
From England
Group:
Registered Users
|
EDIT: I thought I'd gotten SMBFS working with my Windows 7 PC, after fixing a firewall issue. Sadly, although I can now see the files, any attempt to open them just returns garbage :( .
Disabling 128-bit encyption didn't help, nor did disabling SMB2 (using what I previously posted). I am assuming that just restarting the "Server" service is enough to force any SMB registry changes to take effect.
Anyone got any suggestions?
Edited by ChrisH on 2016/1/20 14:18:34 Edited by ChrisH on 2016/1/20 14:59:52 Edited by ChrisH on 2016/1/20 15:15:20 Edited by ChrisH on 2016/1/20 15:16:04 Edited by ChrisH on 2016/1/22 11:58:31
|
Author of the PortablE programming language. I love using Amiga OS4.1  It is pitch black. You are likely to be eaten by a grue...
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/25 12:05
#16
|
Not too shy to talk 
Joined: 2008/1/8 15:28 Last Login
: 3/1 10:17
From Dublin/Glasgow
Group:
Registered Users
|
@ChrisH
Yeah, that looks like as far as we can get with our current software. I haven't been able to do any more anyway. What we need is an updated smbfs - the MorphOS version supports SMB2 and works fine with Windows 7 shares.
Anyone familiar enough with that sort of programming to do a port? I'd pay good money to see it!
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/26 8:23
#17
|
Not too shy to talk 
Joined: 2006/12/5 22:11 Last Login
: Yesterday 7:18
From Lecco, Italy
Group:
Registered Users
|
@Daedalus are the sources of the MorphOS version available?
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/26 11:55
#18
|
Not too shy to talk 
Joined: 2008/1/8 15:28 Last Login
: 3/1 10:17
From Dublin/Glasgow
Group:
Registered Users
|
@pvanni
Not that I've found. I don't know and it isn't obvious what sort of licence it's under, so it could possibly be a ground-up implementation that has been kept closed source, rather than being based on the open-sourced code of the SMB 1 version. Which is a shame...
|
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/26 13:24
#19
|
Home away from home 
Joined: 2007/5/19 14:23 Last Login
: 4/10 16:33
From England
Group:
Registered Users
|
@Daedalus It might be worth emailing the authors of the MorphOS version? (I rather suspect I know what the answer will be, but you don't know for sure until you ask.)
|
Author of the PortablE programming language. I love using Amiga OS4.1  It is pitch black. You are likely to be eaten by a grue...
|
|
|
Re: Samba/smb.conf + Windows 10 ??
|
Posted on: 2016/1/26 14:24
#20
|
Not too shy to talk 
Joined: 2008/1/8 15:28 Last Login
: 3/1 10:17
From Dublin/Glasgow
Group:
Registered Users
|
I've had a look on my MorphOS installation before and couldn't find any specific developer or licencing documentation for SMBFS. It is listed as a "port" however so that would suggest it's based on some other code which may or may not stipulate source code availability.
Having a bit of a search now it seems it might not support SMB2 after all, but at least correctly negotiates SMB1 support when connecting to Windows so shares still work properly, and that's still a massive improvement over what we have. I might send them an email but I won't hold my breath for a helpful response.
|
|
|
Currently Active Users Viewing This Thread:
1
(
0 members
and 1 Anonymous Users
)
|
|
|