Discussion
Loading...

#Tag

Log in
  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Danny Garside
Danny Garside
@da5nsy@social.coop  ·  activity timestamp 5 days ago

Urgh I just spent the morning learning about #samba as a workaround to there not being a #ProtonDrive app for #linux, and then discovered that _that_ doesn't work either! https://protonmail.uservoice.com/forums/284483-proton-mail-calendar/suggestions/43728105-allow-us-to-map-protondrive-to-a-local-network-dri

Urgh.

Well, at least I learnt a thing! 🎉

The Voice of the Proton Community

Allow us to map ProtonDrive to a local network drive

There are examples, such as onedrive, that maps a network drive to a cloud storage location. This is also possible with Azure storage accounts. If we could map a password protected local network drive to our proton drive, well, that would just be awesome. I'm not sure if it is possible or how much work it would be, be it would be a very nice feature. Thanks
  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
Graham Perrin
Graham Perrin
@grahamperrin@mastodon.bsd.cafe  ·  activity timestamp 3 weeks ago

Creating a Samba Active Directory Domain Controller on FreeBSD – Sour Coffee Labs

<https://sour.coffee/2026/02/04/creating-a-samba-active-directory-domain-controller-on-freebsd/> @blackbird

– via <https://www.reddit.com/r/freebsd/comments/1qw1tcc/creating_a_samba_active_directory_domain/>

#SAMBA #FreeBSD

https://sour.coffee

Creating a Samba Active Directory Domain Controller on FreeBSD

  • Copy link
  • Flag this post
  • Block
Graham Perrin
Graham Perrin
@grahamperrin@mastodon.bsd.cafe  ·  activity timestamp 3 weeks ago

Creating a Samba Active Directory Domain Controller on FreeBSD – Sour Coffee Labs

<https://sour.coffee/2026/02/04/creating-a-samba-active-directory-domain-controller-on-freebsd/> @blackbird

– via <https://www.reddit.com/r/freebsd/comments/1qw1tcc/creating_a_samba_active_directory_domain/>

#SAMBA #FreeBSD

https://sour.coffee

Creating a Samba Active Directory Domain Controller on FreeBSD

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli
Stefano Marinelli
@stefano@mastodon.bsd.cafe  ·  activity timestamp last month

Time Machine inside a FreeBSD jail

Learn how to back up your Mac by setting up a Time Machine instance inside a FreeBSD jail using BastilleBSD and Samba. A quick and "painless" way to leverage ZFS snapshots for your macOS backups.

https://it-notes.dragas.net/2026/01/28/time-machine-freebsd-jail/

#ITNotes #FreeBSD #Apple #Backup #Data #OwnYourData #Server #TimeMachine #Tutorial #zfs #BastilleBSD #Bastille #Samba

  • Copy link
  • Flag this post
  • Block
Hacker News
Hacker News
@h4ckernews@mastodon.social  ·  activity timestamp 2 months ago

Samba Was Written (2003)

https://download.samba.org/pub/tridge/misc/french_cafe.txt

#HackerNews #Samba #Samba2003 #OpenSource #Technology #Networking

https://download.samba.org/pub/tridge/misc/french_cafe.txt
  • Copy link
  • Flag this post
  • Block
Conan the Sysadmin
Conan the Sysadmin
@conansysadmin@mstdn.social  ·  activity timestamp 2 months ago

A guide worth his baksheesh can lead you to any tavern you care to name, or to any temple you dare to visit. #Samba #FreeBSD #OpenSource https://cromwell-intl.com/open-source/samba-active-directory/dns.html?s=mc

Bob's Pages of Travel, Linux, Cybersecurity, and More

DNS: Building an Active Directory Server with Samba and FreeBSD

How to set up the DNS infrastructure with BIND to support a Samba-based Active Directory server.
  • Copy link
  • Flag this post
  • Block
Michael Dexter boosted
Stephen Hoffman
Stephen Hoffman
@HoffmanLabs@infosec.exchange  ·  activity timestamp 3 months ago

If you’re using macOS Time Machine to a NAS Time Machine server using Samba SMB services, beware Samba 4.22:

“As part of the backup TM tries to rename a directory while having an open file within the directory. Windows requires this to fail and this is what Samba also implements. There used to be a workaround for Macs by using fruit:posix_rename but that option was removed in 4.22 as it imposed an unreasonable development burden due to introducing hard to follow logic in very complex code. As part of implementing SMB3 UNIX Extensions in Samba, this part of the code has to be modified and this was only sensibly possible after removing the fruit:posix_rename code.

As an alternative, fruit shuld be extended to internally make macOS clients POSIX clients so they can benefit from the existing logic in Samba that allows such renames if all opens (recursively) are POSIX opens.

Have patch, need bugnumber.”

https://bugzilla.samba.org/show_bug.cgi?id=15926

Also:

“fruit:posix_rename
This option of the vfs_fruit VFS module that could be used to enable POSIX directory rename behaviour for OS X clients has been removed as it could result in severe problems for Windows clients.

As a possible workaround it is possible to prevent creation of .DS_Store files (a Finder thingy to store directory view settings) on network mounts by running

$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true

on the Mac.”
https://wiki.samba.org/index.php/Samba_4.22_Features_added/changed#fruit:posix_rename

#macos #samba #timemachine

Samba 4.22 Features added/changed - SambaWiki

15926 – Samba 4.22 breaks Time Machine

  • Copy link
  • Flag this post
  • Block
Stephen Hoffman
Stephen Hoffman
@HoffmanLabs@infosec.exchange  ·  activity timestamp 3 months ago

If you’re using macOS Time Machine to a NAS Time Machine server using Samba SMB services, beware Samba 4.22:

“As part of the backup TM tries to rename a directory while having an open file within the directory. Windows requires this to fail and this is what Samba also implements. There used to be a workaround for Macs by using fruit:posix_rename but that option was removed in 4.22 as it imposed an unreasonable development burden due to introducing hard to follow logic in very complex code. As part of implementing SMB3 UNIX Extensions in Samba, this part of the code has to be modified and this was only sensibly possible after removing the fruit:posix_rename code.

As an alternative, fruit shuld be extended to internally make macOS clients POSIX clients so they can benefit from the existing logic in Samba that allows such renames if all opens (recursively) are POSIX opens.

Have patch, need bugnumber.”

https://bugzilla.samba.org/show_bug.cgi?id=15926

Also:

“fruit:posix_rename
This option of the vfs_fruit VFS module that could be used to enable POSIX directory rename behaviour for OS X clients has been removed as it could result in severe problems for Windows clients.

As a possible workaround it is possible to prevent creation of .DS_Store files (a Finder thingy to store directory view settings) on network mounts by running

$ defaults write com.apple.desktopservices DSDontWriteNetworkStores true

on the Mac.”
https://wiki.samba.org/index.php/Samba_4.22_Features_added/changed#fruit:posix_rename

#macos #samba #timemachine

Samba 4.22 Features added/changed - SambaWiki

15926 – Samba 4.22 breaks Time Machine

  • Copy link
  • Flag this post
  • Block
Michael Dexter and 1 other boosted
zolaris
zolaris
@zolaris@mastodon.illumos.cafe  ·  activity timestamp 4 months ago

#Homelab 2022 Part 2 - #Samba on #SmartOS #Illumos using delegated datasets : https://thetooth.name/blog/homelab-2022-part-2-samba-on-smartos-using-delegated-datasets/

  • Copy link
  • Flag this post
  • Block
zolaris
zolaris
@zolaris@mastodon.illumos.cafe  ·  activity timestamp 4 months ago

#Homelab 2022 Part 2 - #Samba on #SmartOS #Illumos using delegated datasets : https://thetooth.name/blog/homelab-2022-part-2-samba-on-smartos-using-delegated-datasets/

  • Copy link
  • Flag this post
  • Block
RockyC
RockyC
@RockyC@fosstodon.org  ·  activity timestamp 6 months ago
@studiocrash Thanks for the suggestion!

SAMBA requires me to create user accounts on my host machine - something I’m not keen to do on my server. If it was just me, then SAMBA would be fine.

Unless there’s a way to do that in a container…

Anyone?

Boosts appreciated.

#linux#SAMBA #docker#SelfHosting#HomeLab

  • Copy link
  • Flag this post
  • Block

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.2-alpha.34 no JS en
Automatic federation enabled
Log in
Instance logo
  • Explore
  • About
  • Members
  • Code of Conduct