On Sat, Feb 21, 2026 at 08:17:06PM +0100, Pascal Stumpf wrote:
> On Sat, 21 Feb 2026 19:02:49 +0000, Stuart Henderson wrote:
> > is there any point keeping usmb if we have this? (not sure of current
> > development status of usmb, I'm geoblocked from repo.or.cz)
>
> Not really. Maybe susmb should use readpassphrase(3) instead of an env
> var for the password though before we use it as the upgrade path for
> usmb.
>
> > --
> > Sent from a phone, apologies for poor formatting.
> >
> > On 21 February 2026 16:29:05 Pascal Stumpf <[email protected]> wrote:
> >
> > > susmb lets you mount SMB/CIFS shares via FUSE, in the vein of the
> > > Map Network Drive functionality in Windows.
> > >
> > >
> > > This is a fork of usmb, most notably adding privdrop and unveil(2), and
> > > getting rid of the XML config file. Patches from sysutils/usmb have
> > > also been incorporated.
> >
> >
>
Hi Pascal,
Thank you for making a port for susmb.
I initially forked usmb because I noticed some performance issues. There was
also an issue in non-interactive mode where it still tried to read the
passphrase when mounting a network share.
Note that susmb might not have the exact same features or goals as usmb. For
example I intentionally merged the code in one file and removed some
abstractions to make it more readable (in my opinion).
I'm happy to make a release version if it helps you. Please let me know.
Small patches and improvements are welcome.
For example the privdrop code could be improved further.
(
A brief overview of changes are listed here:
https://git.codemadness.org/susmb/file/README.html#l71
)
--
Kind regards,
Hiltjo