home.social

#sshfs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #sshfs, aggregated by home.social.

fetched live
  1. Dear Fedi, I'm looking (and have been looking) for some time for a simple way to mount a transparent local cache for a remote filesystem (preferably sshfs) that is known to be "append only" (i.e. files are never modified after creation). This seems like a very trivial task to implement with libfuse, but I haven't found anything before. Overlayfs and other kernel options seem to be overly finicky and create more issues than they solve. I might write something myself but really hoping I don't have to. Pls boost :blobcatupsidedown:

    #Linux #filesystem #sshfs #fuse

  2. @nickbearded this idea will grow and take on a life of its own its so good even though it is not totally original, nvme is a good media if prices moderate #triad #ptes #./ptf #automatix #sshfs #file repo #known working #deps #tech live iso #ventoy #multiboot image

  3. Wow, watching videos streamed over #sshfs actually works. That's kinda sick!!!

    I mean, it's like... a server... for files! A file... server! What a novel concept!!!1!!11!!

    🤣

  4. I've always suspected as much that you could, but never bothered looking into how or confirmed it - but yea as suspected, on #Linux you could easily, quickly mount a remote directory from a different system via #SSH using #sshfs.

    Helpful when need something from a different PC, but don't really wanna copy it over (also using SSH) to your (working) machine - but this is a temporary/one time thing so setting up a remote directory via
    #SMB or wtv isn't really worth it.. so you do this instead.

    Freaking awesome. Should prolly write a quick guide on how to do so on my linux-wiki repo.

  5. Dear #FreeSoftware engineers, do you know concepts and implementations where an #editor runs all code related things on a remote system, but the more trust worthy parts on a local system?

    Background: With "supply chain attacks" like cisa.gov/news-events/alerts/20 a development system will have to be separated from a more trusted system, e.g. one that hold the ssh keys to do the SCM Mercurial or Git upload.

    Using #vim on both sides and some rsync back and forth is a bit cumbersome. Mounting into a VM with #sshfs is too slow and not really safe (as many editors will honor mode lines and other local files for hooks). What about language servers and linters, they should all run on the dev system. #vs-codium seems a nightmare here. #Emacs tramp not enough either.

    Pointers and ideas for setups?

  6. Just in case there is somebody who is using Clear.Dental in production, I want to let everyone know I am making a number of major changes in the next few months (see attached image)

    These will be major changes that will help bring Clear.Dental to the mass market. Now that Clear.Dental is the only Open Source EHR/PMS, getting people to switch has never been more important.

    #qt #qmake #qml #X11 #KDE #wayland #linux #sshfs #OpenSource

  7. Gibt es eigentlich generelle Bedenken bzgl. #SSHFS? Ist ja schließlich nun seit ein paar Jahren ohne Miantainer, wird aber noch viel eingesetzt, z.B. durch #KDEConnect. 🤔 👀

    #Linux

  8. Today I learned you can use #SSHFS to auto mount a directory over SFTP such that it appears like a local directory to desktop userland applications. I've noticed that some applications don't like letting you save files directly to GVFS or other locations for network folders mounted by the user, but SSHFS just uses SFTP and can run at boot via fstab to make a network mount look like a local folder. Very handy for sharing folders with VMs in a transparent manner.

    #Linux

  9. Irgendwie hat #KDE Plasma / Dolphin bei mir gerade richtig probleme mit #sshfs . Keine Ahnung was das Problem sein soll...

  10. On/Off-Skript zum Einbinden entfernter Server mit sshfs. Mit yad-Menü und optionaler systemd-Unterstützung.

    codeberg.org/CarstenHa/mntmysr

    #linux #shell #bash #coding #programming #ssh #sshfs #mntmysrvr

  11. Ever wondered how to edit your code with VSCodium on your LAN (remote SSH)?
    The alternative plugin does not work on a jail unfortunately or even on some installs....

    The solution is to install sshfs and mount the repositories remote. The user and group permissions need to be set correctly.
    But the manual helps doing that. Works very nicely!

    #VSCodium #SSHfs #repository