• 0 Posts
  • 19 Comments
Joined 11 months ago
cake
Cake day: August 12th, 2023

help-circle


  • Transferring /home directory without reinstalling Linux?

    After running low on storage space on Windows 10 I have considered upgrading to a larger drive, 2-4 TiB. With my switch to Linux I’d like to know if there is an easy way to take all my files from my previous drive into the new one with all the correct paths configured, without reinstalling Linux?

    I can see this meaning a number of different things:

    1. 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.

    2. 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.

    3. 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.