this post was submitted on 22 Mar 2025
1073 points (94.2% liked)

linuxmemes

23985 readers
1320 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    top 50 comments
    sorted by: hot top controversial new old
    [–] muusemuuse@lemm.ee 10 points 5 days ago

    I use both of these systems daily. They have some issues but are just fine for me. Honestly, they are just opposite extremes and I repeat that. They each chose a side.

    Whereas windows makes me scream. It’s absolute horseshit that pretends to claim some middle ground that makes no one happy.

    [–] miellaby@jlai.lu 24 points 6 days ago* (last edited 6 days ago) (2 children)

    The post refers SSHFS which is based upon FUSE, a very neat technology in the Linux kernel which allows a non-kernel develloper - says a python developer-to turn anything into a hierarchy of files and folders, that you can access and modify with your regular local applications. When I says anything, I'm dead serious, FUSE may turn the whole internet into a fake browsable tree of local files on your system. On windows, you have to write a fake disk driver to mimic a fraction of the feature. I don't know ios but I guess Apple wouldn't never allow such a wizardry by design.

    [–] itslilith@lemmy.blahaj.zone 12 points 6 days ago (1 children)

    Only tangentially related, since I don't think NBD uses FUSE, but may I present Harder Drive

    [–] renzev@lemmy.world 2 points 4 days ago

    There is a mac os port of fuse that works fine on intel macs, but requires a mighty amount of twiddling on apple silicon macs

    [–] green@feddit.nl 34 points 6 days ago (3 children)

    Wouldn't you just use AFS, CEPH, NFS, or 9p?

    I really don't want to be that guy, but isn't SSHFS (FUSE) actually a terrible option when compared to an actual file-system? MacOS isn't really missing out on much there.

    The most painful part of MacOS (which makes it downright unbearable for me) is that system configuration files are XML. It's an absolute nightmare.

    [–] synestine@sh.itjust.works 25 points 6 days ago (1 children)

    SSHFS uses SFTP which is built into SSH, so no server to install. Its not as fast as NFS, but requires no setup. For something small like a home lab, that is a big advantage.

    [–] utjebe@reddthat.com 9 points 6 days ago

    This. Surely not the fastest way to get content from/to a remote computer, but it just works as soon as you enable sshd.

    [–] Limonene@lemmy.world 18 points 6 days ago

    SSHFS is very mature. I use it for administering several home servers.

    It works so well that they added a mode where some users can have SFTP only access (without SSH shell) so you can set up shared directories. It was easier to set up (for me) than CIFS or NFS.

    [–] cmnybo@discuss.tchncs.de 19 points 6 days ago (3 children)

    SSHFS is secure and works well over the internet. If you only want to access it over the LAN, then NFS is a much better option.

    load more comments (3 replies)
    [–] Ephera@lemmy.ml 38 points 6 days ago (11 children)

    I have this problem with Android. Google has turned the filesystem into unusable garbage, so you're lucky, if you can launch a gallery app with a file path and it allows you to actually go through the images in that folder.

    And of course, that's with a local file path, so the situation is completely hopeless when your images are on a network share. Unless the gallery app itself implements the network protocol, you're out of luck.
    Wanna guess how often that happens? Yeah, it simply doesn't. Even if it's theoretically just a library, when you build it into the gallery app, that dev has to continually maintain and test it.

    [–] renzev@lemmy.world 2 points 4 days ago (3 children)

    SSHFS actually works perfectly on android, just needs root. Here's the app I use.

    It's funny how the README calls it a "VERY bad solution", but so far it's the only remote filesystem tool I've seen on android that could be described as anything close to usable.

    load more comments (3 replies)
    [–] Irelephant@lemm.ee 11 points 6 days ago

    I love how android uses ext internally, but doesn't support ext drives natively.

    load more comments (9 replies)
    [–] letsgo@lemm.ee 26 points 6 days ago (1 children)

    Also Windows: "Ask your network administrator for access."
    Me: "Well I'm my own network administrator so what questions do you want me to ask myself"?
    Windows: "Enter network username and password."
    Me: There is no network username or password. Sod it, I'll bung them on an external disk.

    [–] AllOutOfBubbleGum@lemmy.world 15 points 6 days ago (3 children)

    That's a security quirk. Microsoft reeeeeally doesn't want you to do anonymous SMB anymore, and with every version of Windows, Microsoft has made is more complicated to get it working like that. It's probably still possible, but easier just to make a quick local user account and assign it read/write permissions to the share. Samba on Linux can still do it without as much fuss, but I've long since just accepted the extra step.

    load more comments (3 replies)
    [–] surph_ninja@lemmy.world 30 points 6 days ago (5 children)

    I just wish both these platforms would get some modern remote desktop support built in. Remoting into Mac/linux vs Windows desktops feels like dealing with tech from completely different time periods.

    Thank god most of my Linux remote work is ssh on the cli.

    [–] MonkderVierte@lemmy.ml 17 points 6 days ago (20 children)

    You.. want remote desktop on kernel level?

    load more comments (20 replies)
    load more comments (4 replies)
    [–] LovableSidekick@lemmy.world 14 points 6 days ago (2 children)

    Isn't MacOS based on a Unix kernel? Or did they evolve away from the core principle of treating everything as a file?

    [–] stoly@lemmy.world 22 points 6 days ago (4 children)

    You’re correct. Also you can sync files across all devices, built in. The meme is a bit fart sniffy.

    load more comments (4 replies)
    [–] Jankatarch@lemmy.world 5 points 6 days ago

    Macos kernel is a mix of freebsd and mach. It's half UNIX from BSD side.

    It's currently growing up like a teen wanting to be business major cause they resent their artist dad for being an artist or a math teacher instead of working in finance.

    "Oh what does my dad do for living? He is like that redhat linux, in a way."

    [–] namelivia@lemmy.world 11 points 6 days ago (4 children)

    Why nobody mentions samba?? That is the only thing I knew

    [–] itslilith@lemmy.blahaj.zone 19 points 6 days ago

    Samba (and NFS) require you to set shares up on the server's side. With sshfs, you don't need anything but a ssh login to your server. Black magic

    load more comments (3 replies)
    load more comments
    view more: next β€Ί