Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A How do I migrate my main filesystem to a new drive?

Gnome disks can create a disk image, and then restore it to the new one. The new drive has to be same size or larger, although this is obvious. If it is larger, the partition will still be small, ...

posted 1mo ago by matthewsnyder‭  ·  edited 1mo ago by Karl Knechtel‭

Answer
#2: Post edited by user avatar Karl Knechtel‭ · 2024-04-09T05:06:04Z (about 1 month ago)
improve clarity and fix some typos in stride
  • Gnome disks can create a disk image, and then restore it to the new one.
  • The new drive has to be same size or larger, although this is obvious. If it is larger, the partition will still be small, but I find it easier to resize it after the fact.
  • It's better if the sector size also matches: https://wiki.archlinux.org/title/Advanced_Format
  • There are also other tools listed in https://wiki.archlinux.org/title/Disk_cloning
  • One important thing is that if it's you **main** filesystem then you it will be mounter, since you're probably on it. Virtually all the tools require unmounting the original FS first, because "hot" cloning is much more complicated. However, how do you unmount the FS you are running your OS from?
  • Usually, you want to boot from a Live USB and do the cloning from there. Gparted has a specialized (and small) Live USB.
  • Gnome disks can create a disk image, and then restore it to the new one.
  • The new drive has to be same size or larger, although this is obvious. If it is larger, the partition will still be small, but I find it easier to resize it after the fact.
  • It's better if the sector size also matches: https://wiki.archlinux.org/title/Advanced_Format
  • There are also other tools listed in https://wiki.archlinux.org/title/Disk_cloning
  • Note that, if you want to clone the root filesystem, it will usually be necessary to boot from a Live USB and do the cloning from there. Disk cloning tools will generally require unmounting the original filesystem first, because "hot" cloning is much more complicated. Using a live boot makes it possible to keep the root filesystem unmounted (since the OS is no longer running from it). GParted offers a specialized (and small) Live USB for this purpose.
#1: Initial revision by user avatar matthewsnyder‭ · 2024-04-07T23:00:42Z (about 1 month ago)
Gnome disks can create a disk image, and then restore it to the new one.

The new drive has to be same size or larger, although this is obvious. If it is larger, the partition will still be small, but I find it easier to resize it after the fact.

It's better if the sector size also matches: https://wiki.archlinux.org/title/Advanced_Format

There are also other tools listed in https://wiki.archlinux.org/title/Disk_cloning

One important thing is that if it's you **main** filesystem then you it will be mounter, since you're probably on it. Virtually all the tools require unmounting the original FS first, because "hot" cloning is much more complicated. However, how do you unmount the FS you are running your OS from?

Usually, you want to boot from a Live USB and do the cloning from there. Gparted has a specialized (and small) Live USB.