• oozynozh@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    20
    ·
    23 hours ago
    1. boot something like Hirenz via USB
    2. mount the device Windows MBR maps as C:
    3. extract the rarball onto the mount point
    4. reboot
    5. learn not to dumbass, dumbass
    • smeenz@lemmy.nz
      link
      fedilink
      English
      arrow-up
      5
      ·
      22 hours ago

      Does winrar store ntfs attributes and security settings? If not, then simply uncompressing the files to their original location may not result in a working OS, especially if the registry wasn’t backed up because winrar couldn’t access it

    • iocase@lemmy.zip
      link
      fedilink
      English
      arrow-up
      4
      ·
      23 hours ago

      I think what’s funniest to me is he was very close to recreating a real windows feature. You actually can “compress files to save space” under options, and apply it to all child files and folders. This is not the way to do it though lmao

      • smeenz@lemmy.nz
        link
        fedilink
        English
        arrow-up
        4
        ·
        22 hours ago

        Of course any disk space you save by doing that is exchanged for performance and time.

        • iocase@lemmy.zip
          link
          fedilink
          English
          arrow-up
          2
          ·
          20 hours ago

          Kinda? it depends. Basically all modern CPUs have compression hardware acceleration or idle cores, though so sometimes disk compression can have little to no impact on your OS’ speed but increase the bandwidth of your drive by a lot. Hard drives and SSDs are half simplex, so reducing nuisance reads by 10% can make your drive appear faster at both reads and writes.

          As an aside, this is why I like ZFS so much. Part of what makes ZFS great is the ARC cache with smart eviction. Most Frequently/Recently Used (MFU/MRU) allows for repeated reads from the same info to come from RAM and not a slow pool. It opens up all of that available bandwidth and IOPs for writes if you need too, or for aggressive prefetching.