As for booting from USB stick: use Ventoy for that. It allows you to copy any number iso files to the USB stick and boot from any iso file that’s on it. No need to go through the hassle of writing an iso to memory stick over and over again.
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: August 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


I can see this meaning a number of different things:
you want to move your home directory to a separate partition: You can just create a new partition and move your stuff there. People have suggested rsync, and that’s fine. Personally, I’d use mc (midnight commander) for that because it’s easier.
you want to know how to transfer your future home partition to a future bigger drive: You could do as above, or you could use clonezilla for that.
you want to transfer files from your old Windows setup to your new Linux system: You can just mount an NTFS partition and do as described under point 1. I’d be wary to write to an NTFS partition, but reading from it works just fine.