I have my father’s old work PC (one of those Fujitsu Siemens models) from yesteryears. It features:

  • OS: Ubuntu 23.04
  • CPU: Intel Core i7-4770 (I forgot the clock speed in GHz).
  • RAM: 8 GB DDR3 1600MHz (Single Channel).
  • Storage: 128 GB SSD (installed in 2020) & 1 TB HDD (also installed in 2020).
  • Graphics: NVIDIA GeForce GT 620 (or was it GTX?).

I am considering using it as a file server since my laptop only has a 256 GB SSD, and I need more space to store my files on the old PC. But the question is, do I need a home server? When is a home server necessary?

Any sources or information on how to set up a file server with a PC would be greatly appreciated.

Vocabulary and Grammatical Errors were improved and fixed by ChatGPT because English is my 2nd Language

  • BCsven
    cake
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    I have a pi with drive attached, it is low watt consumption. But its fun to set up a server on a machine like you have. If you aren’t comfortable setting something up from scratch then something like OoenMediaVault is great. It also comes with docker and portainer so you can easily add docker containers for other uses. i.e. I have OMV for the samba shares, with daap addin for music, and in the dockers it runs kanboard, homeassistant, trillium notes, airprint cups server and syncthing. syncrhing is a great way to sync pc files to other PCs or to a phone folder, so you never have to worry about manually copying files.

    • MrOzwaldMan@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      I have OMV for the samba shares, with daap addin for music, and in the dockers it runs kanboard, homeassistant, trillium notes, airprint cups server and syncthing. syncrhing is a great way to sync pc files to other PCs or to a phone folder, so you never have to worry about manually copying files. I only need for backup, but phone syncing sounds useful, does that come with OMV or something I have to setup myself

      • BCsven
        cake
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        Syncthing is available to download to any pc, phone or via docker container… It doesn’t come witj OMV but you can add it via docker command line or Portainer GUI. you assign which folder you want sync’d , it gives it a unique hash ID, on other devices you enter the ID, or search for synthing host. It then connects and will prompt on host to allow/ disaaloe sync to certain devices. Any new files on either end are replicated. You can see rules on if one is read only, and what you want to do with version changes. i.e. on my PI it acts a master (which is not the correct term) and if changes via other devices populating to the PI then it folderizes old versions of files so that a mistake change that was saved on my phone and replicated to the PI doesn’t remove the original totally. (Good backups periodically could also solve this)