English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 24 April 2018, 01:27   #1
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
SMBFS released





Author: Olaf Barthel

SMBFS: SMBFS A SMB file system wrapper for AmigaOS, using the AmiTCP V3 API

SMBFS implements an SMB file system for AmigaOS. This file system can be used to access files made available
by file servers which implement the SMB protocol, such as 'Microsoft Windows' or any other platform which supports
the free 'Samba' product. These files can be accessed using shell commands such as 'List', the Workbench or utilities
such as 'Directory Opus' as if the file server were a local disk drive.

This build is a simple compilation from Source Code found on
https://github.com/obarthel/amiga-smbfs/releases

No ChangeLog was provided after version 1.106

This build is a simple compilation from Source Code found on
https://github.com/obarthel/amiga-smbfs/releases

No ChangeLog was provided after version 1.106

SMBFS 1.74: Download

Last edited by AMIGASYSTEM; 05 January 2023 at 22:22.
AMIGASYSTEM is offline  
Old 25 April 2018, 22:00   #2
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
And version 1.117 was uploaded to Aminet yesterday too. Seems like a small change, but great to see updated binaries being released as well as the code being under development!
Daedalus is offline  
Old 26 April 2018, 01:09   #3
AMIGASYSTEM
Registered User
 
AMIGASYSTEM's Avatar
 
Join Date: Aug 2014
Location: Brindisi (Italy)
Age: 70
Posts: 8,248
Thank you Daedalus (updated the news)
AMIGASYSTEM is offline  
Old 26 April 2018, 13:40   #4
Sinphaltimus
Registered User
 
Sinphaltimus's Avatar
 
Join Date: Aug 2016
Location: Cresco, PA, USA
Age: 53
Posts: 1,126
"A SMB file system wrapper for AmigaOS, using the AmiTCP V3 API"

Does this mean it won't work with RoadShow?
Sinphaltimus is offline  
Old 26 April 2018, 13:44   #5
Olaf Barthel
Registered User
 
Join Date: Aug 2010
Location: Germany
Posts: 532
Quote:
Originally Posted by AMIGASYSTEM View Post
This build is a simple compilation from Source Code found on
https://github.com/obarthel/amiga-smbfs/releases
Careful please, this is not a stable release. It was built from the development branch of the GitHub repository (https://github.com/obarthel/amiga-sm...ee/development), and I would not recommend that you use it unconditionally. This is still beta test quality software. Expect trouble.

The one major bug which I fixed in version 1.117 concerns the "write raw" command, which in version 1.116 had the unfortunate side-effect of making smbfs hang after the first few bytes were sent to the server ("That does put a damper on our relationship"). Figuring out what went wrong took me almost a year (this is how debugging an SMB file system looks like, I'm afraid).

If you want to give this version a spin, make sure that the data written matches what you expect, and that the files you create are not shorter than you expected them to be.

If you are still determined to give it a try, please test the WRITEBEHIND option which might just make writes even faster, now that the "write raw" command seems to work as intended. Still, please heed my warning: double-check if the data you write actually lands safely.

Incidentally, the cruelly-named WRITEBEHIND option (both available as a command line parameter and an icon tool type) has effect of keeping smbfs from waiting for the server to acknowledge that it has indeed written all the data to the disk. smbfs basically fires off the write command and expects the server to get the job done. This can yield significant speed improvements with Samba, for example.
Olaf Barthel is offline  
Old 26 April 2018, 13:47   #6
Olaf Barthel
Registered User
 
Join Date: Aug 2010
Location: Germany
Posts: 532
Quote:
Originally Posted by Sinphaltimus View Post
"A SMB file system wrapper for AmigaOS, using the AmiTCP V3 API"

Does this mean it won't work with RoadShow?
It means that it will work with the completely free version of AmiTCP V3 which you can still find on Aminet (if you want to put in considerably effort to install it on your system).

Roadshow, and of course the commercial AmiTCP V4 (and Genesis), all support the V4 API, which is a superset (not a big one, though, just a little bigger than its precursor, it hardly shows) of the original V3 API.

If something works with the V3 API (e.g. "Mosaic"), it should work with the V4 API, too. That's the point.
Olaf Barthel is offline  
Old 26 April 2018, 14:25   #7
Sinphaltimus
Registered User
 
Sinphaltimus's Avatar
 
Join Date: Aug 2016
Location: Cresco, PA, USA
Age: 53
Posts: 1,126
Thank you Olaf!
Sinphaltimus is offline  
Old 14 April 2019, 22:36   #8
gazj82
Registered User
 
gazj82's Avatar
 
Join Date: Jan 2014
Location: Cambs / UK
Posts: 356
I am bumping this thread for others and my own future self for reference. If you want to be able to connect to a modern version of samba on a linux server. Make sure you have this line in your servers smb.conf [global] section.

Code:
ntlm auth = yes
Hopefully next time I set up a linux samba server it won't take me several hours to figure this out
gazj82 is offline  
Old 15 April 2019, 08:18   #9
Jope
-
 
Jope's Avatar
 
Join Date: Jul 2003
Location: Helsinki / Finland
Age: 43
Posts: 9,861
For me it is:
ntlm auth = ntlmv1-permitted
lanman auth = Yes

Because I like to live dangerously and also entertain Win3.11 and MSCLIENT connections.
Jope is offline  
Old 20 April 2019, 00:22   #10
DofD
Registered User
 
Join Date: Jun 2018
Location: Victoria, Canada
Age: 56
Posts: 134
I would also like to give this a bump to say that SMBFS 2.1 is available.

https://sourceforge.net/projects/ami...s/smbfs%202.1/

I've been using it for a little while here with Samba 2.2.5 and it seems quite stable and reliable.

To test it, I used it to back up all the partitions on my A3000's to my NAS. It worked well, but when copying larger partitions (>200MB), I would sometimes get "Object in use" errors in varying folders. I got the same thing with and without using AsyncWB.

But for smaller amounts of data, I haven't run into any issues.
DofD is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use SMBFS @UAE support.Apps 23 06 November 2021 19:57
SMBFS: Problems AMIGASYSTEM support.Apps 9 24 April 2018 23:35
smbfs problems any ideas? chocsplease support.Apps 21 07 March 2017 13:07
Help with SMBFS? madman support.Apps 1 14 August 2011 19:32
SMBFS And Windows VIsta @UAE support.Apps 11 12 April 2011 20:41

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:31.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.65765 seconds with 15 queries