• 0 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: September 14th, 2023

help-circle










  • No, the drive needs a boot partition for the bios to know there is something to be booted on the drive.

    Most Linux ISO’s do properly include the partitions in the ISO, so you can clone the iso to a drive and that should work, using dd for example. But just copying the files won’t work.

    iirc windows iso’s did use to support just creating a fat32 partition and moving all the files over, not sure how they managed that. But now the international ISO for win 11 has a file that’s more than the max 4Gb allowed by fat32, so you can’t do that anymore either.





  • I think they’re both good for different use-cases. I use nextcloud myself on a truenas system. I sync things like my pictures to nextcloud, and delete them from my phone after I’ve sorted them into the correct folders.

    This way my data isn’t clogging up my phone and other things, is still available from anywhere (as long as my home internet doesn’t go down), and it’s still safely stored on redundant storage.

    This does take a bit more setting up than something like syncthing, though it wasn’t very difficult at all. Basically install the docker image, tell it where my data goes, and set up a new dns record if you want it publicly accessible. I personally run it through a zerotier network so I don’t have to do that.