Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: echozephyr on September 17, 2024, 08:07:38 AM
-
Hi everyone, i revently got TC on a Thin client installed to use a a small network drive for cold storage. It works well, i managed to setup SSH and VNC without issue, but i seem to have hit a snag with samba, the versions available to me in the app browser is samba3. I have set it up no problem, but my windows11 machines wont connect to it due to the smb1 protocoll. I have tried changing the config file to include things like client min protocol = SMB3
client max protocol = SMB3
protocol= SMB3
without luck. Has anyone encountered this issue too?
-
had a few minutes to spare and found these:
(maybe you've already seen them, idk)
https://www.techrepublic.com/article/how-to-connect-to-linux-samba-shares-from-windows-10/
https://learn.microsoft.com/en-us/answers/questions/957194/windows-11-smb-client-cannot-connect-to-smb-share
20240917-0819am-cdt-usa-modified-added a link
-
Thanks for taking a second :)
I am able to connect to Samba in so far as Windows tells me that it wont allow the connection as the samba share uses SMB1-Protocoll, which is no longer supported since 2017. I could probably install it with some minor effort, but i would like to keep the option open to open up my cold storage to the internet at some point, which would then pose a security risk with SMB1.
:)
-
Im going to guess that samba3 is too old to work with windows 11 (even though you are wanting to use SMB3).
Can you run x86_64? Samba in that repo is samba4.
-
Hi echozephyr
Try adding this to the [global] section of your smb.conf file:
min protocol = SMB2
-
Can you run x86_64? Samba in that repo is samba4.
The machine is x86_64, it has a AMD GX-212ZC, do i have to change somethin on my TC to change the repo? I am not very familiar with TC yet :D
Try adding this to the [global] section of your smb.conf file:
min protocol = SMB2
That sadl did not work :(
-
from here:
http://tinycorelinux.net/downloads.html
to here:
http://tinycorelinux.net/ports.html
to here:
http://tinycorelinux.net/15.x/x86_64/release/
and pick:
CorePure64 for no GUI
or:
TinyCorePure64 for GUI
-
On TC 15.0 / x86_64, samba.tcz seems to depend on libtirpc.tcz but it's not mentioned in the .dep file.
-
Hi echozephyr
... That sadl did not work :(
You did remove any SMB3 references, right?
If your [global] section contains:
security = share
try changing it to:
security = usr
You might also want to examine the log file for messages and errors.
Check log file = in [global] for the location.
-
from here:
http://tinycorelinux.net/downloads.html
to here:
http://tinycorelinux.net/ports.html
to here:
http://tinycorelinux.net/15.x/x86_64/release/
and pick:
CorePure64 for no GUI
or:
TinyCorePure64 for GUI
Alright, so new install it is :D Hi echozephyr
... That sadl did not work :(
You did remove any SMB3 references, right?
If your [global] section contains:
security = share
try changing it to:
security = usr
You might also want to examine the log file for messages and errors.
Check log file = in [global] for the location.
Yeah i removed the SMB3 calls, and the security options didnt do it either :(
I could not find a samba log on the device either :D