There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

avidamoeba , (edited )
@avidamoeba@lemmy.ca avatar

Or do something funky like using a privileged Docker container built from 22.04 (or anything else with old enough samba) to mount the samba share onto a volume that sits on the host OS. 😂

Something like:

  • Create a mount point, say /media/myshare
  • docker run --privileged -it --rm -v /media/myshare:/mnt ubuntu:22.04 bash
  • mount -t cifs //<host>/<path> /mnt -o user=<user>,password=<user>
  • Check the contents of /media/myshare on the host.

If it works, you could bake this into a startup script for the Docker image. Run it with the appropriate –cap-add instead of –privileged. Start it on boot via systemd.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines