Skip Navigation

Can I use external hard drive with laptop for self hosting?

Or is this a bad idea?

Reading through !selfhosted, I think I have found a new hobby. I have an old laptop HP ProBook 450 G5 4WU81ES.

16gb ram, solid CPU, shitty integrated gpu, and only 256gb ssd. Barely enough for system and some apps. Battery life maybe 30min unplugged so I take it as an UPS.

So the question again is, can I have permanently plugged external hdd to use as extension for this purpose?

38 comments
  • USB to SATA connectors as found in these external hard-drive enclosures are often very bad. You can try to get some better ones and pry the hard-drive out of the case, or if that Laptop still has a DVD drive, you can get an adapter to replace it with a hard-drive that connects directly via SATA.

  • I did this for my first year and a bit for self hosting. It worked great! Really no problems with a USB 3.0 HDD station.

    I actually used an HP probook 450 G1 IIRC.

    • @JustEnoughDucks I started with this setup. Proxmox on my laptop with an external 1 TB USB 3 drive added to proxmox as storage. It would work great for getting started and learning. I/O via USB 3 could be an issue so make sure you don't use this setup for intensive Read/Write operations. But use it as a lab setup and it would work great.
      PS: Once I moved to bigger servers, I still use my laptop proxmox for testing services before I roll them out to my production servers.

      • The difference between them is surprisingly small. 35% maximum.

        I have my new server still using the USB3.0 hub while I am designing and printing a case for my main PC.

        Flexense did an analysis on 1-4 threads of file copy and other things.

        Performance only started to really degrade at 3 thread count medium and large files.

        File searching, file delete, duplication searching, disk space analysis, etc.. were all almost identical.

        Though it pretty much negates all read benefit of ZFS mirrors and raid1, it is definitely fine for a home server with only 1-2 media streams. I definitely have run into IO bottlenecks, but not frequently. Though that was without a GPU and direct streaming. With storing everything in AV1 and h265 with an AV1 enabled GPU like the Arc380, actually it will be able to handle the IO needs, though I still am upgrading to sata

  • Go for it. the specs on the laptop are good enough to run plenty of stuff as a server. As long as the drive can be mounted you should be good. Your backups should be somewhere else.

  • No reason why it wouldn't work! Worst case the drive is pretty slow, but you do have an internal SSD so you can put OS and databases on the SSD and use the external drive for bulk storage.

    I had a RPi set up that way for a couple years, worked fine as a simple NAS and Kodi for the TV!

  • There are certainly better ways to do it, but lots of people use external disks. I would put anything that needs speed on the SSD (so like a database or whatever) and anything else (media, isos, etc) on the external drive. It's probably also worth thinking about a backup strategy, at least for anything there that matters.

  • I'm using a name brand external HDD for mass storage. Still using the internal ssd for everything else but I'm not interested in the cost of a multi-terrabyte SSD to do it internally.

    Just have a backup plan in place because drives fail.

  • Sounds fun. But as others have said, plan a backup strategy like in the cloud or something.

38 comments