Hopefully someone can shed some light on this idea. Or explain something that kind of fits/fills the use case and need. I am looking for a basic operating system that can be updated across multiple devices like a living OS.

For instance I have a desktop PC high end specs with the same Operating System as a laptop or tablet but it’s live sync. Meaning apps, files, changes made on one system are the same on all devices. I’ve looked at cloning drives and have done it. Far too slow and cumbersome.

This would be essentially changing devices based on hardware power requirements but having the same living operating system synced across all devices so all data and abilities remain the same anytime something is needed.

Maybe I’m being far fetched or what have you and this might possibly be in the wrong Sub. But I assumed it would fall under self hosted almost. Ive considered a NAS and I’m open to other ways to structure the concept ALL IDEAS WELCOME feel free to expand on it in any way. But dealing with different operating systems and architectures of various devices is wildly difficult sometimes for software, mobility, power requirements not watts but processing power, cross compatibility. I’ve seen apps that sync across devices but some desktop apps and mobile apps aren’t cross compatible and with self hosting so many services that function well across networks and devices after years of uptime you sort of forget the configs of everything it’s a nightmare when a single app update or container causes a domino affect. Thanks everyone hopefully this is helpful to others as well with similar needs.

  • OhVenus_BabyOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 hours ago

    The immutable distro is nice which I started putting /home in a separate parrition as a start and syncing across devices. I’m working on setting up a NAS now to make the process more longerterm friendly. By working I mean aquiring drives for storage currently have about 6tb. I just didn’t fully know the process and what it entails for software besides Tailscale. I’ve self hosted servers for games and some minor stuff. I was thinking about using synology but their hardware is wildly expensive. I really only need the drivebay and I can connect it to my server PC. Ill do a deeper dive after work.

    • just_another_person@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      4 hours ago

      Certainly don’t need the Synology, just an option if you want things in a clean and tidy package with a UI to manage some things.

      • OhVenus_BabyOP
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        I like things that are easy to setup. While I don’t mind tinkering the older I get I want shit to just work. Hassle and diagnostic days are very few and far between as time gets less. Any good simple setups for some SSDs? I don’t mind a little setup but simple is preferred.

          • OhVenus_BabyOP
            link
            fedilink
            English
            arrow-up
            1
            ·
            2 hours ago

            SSDs for fast transfers, and then maybe use HDDs for large slow stuff? I’m afraid transferring things are too slow on a HDD but I’ve never used a NAS. So I’m unsure of what determines transfer speeds I mean network speed has to play a role but read and write speed as well. I’ve had HDDs in several PCs and their just ungodly slow to do file transfers and game on but large sizes are cheaper. So I was asking essentially which storage type is best for fast NAS speeds? And what is a good setup to start with as far as software and hardware?

            • just_another_person@lemmy.world
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 hours ago

              If you’re talking about network attached storage, you won’t see much benefit from SSDs since the network transfer speeds are the bottleneck. Example: SSD transfer rate of 3000MB/s, but your wifi may only go 500MB/s, or Ethernet 1000MB/s.

              You’re better off just going HDD on a NAS, at least for the $/Tb. Just start with two disks in RAID1. More than good enough for what you’re trying to do.