Skip to main content

Linux

Fastest Way to Copy Ext4 Formatted Data to FreeBSD Using WSL2 as an Intermediary

I run immich on a very old dell laptop with 100mbps ethernet with USB connected disks for data. The disks are formatted ext4 and the dell runs fedora. (Immich doesn’t run on FreeBSD yet. :( ). When the disk was full, I wanted to use my FreeBSD server as the data drive over NFS. And retire the USB disks. This required copying about 500GB of data from the USB disk to my FreeBSD server before I could switch over.

Pxe Boot to Install Any Operating System the Quickest Way

·226 words·2 mins
If your (old) machine doesn’t have a CD ROM drive or does not boot from USB, PXE boot to re-install a new operating system is the best option if you do not want to buy any more hardware to solve the situation. In the past, setting up a PXE server was a hassle. The internet is littered with linux configurations on tftp server. But if all you want to do is to boot your machine and autoload the ISO, here’s the fastest way with minimal fuss.