You are not logged in.
I currently have a laptop with an SSD and Arch Linux, and it's aligned specifically for SSD and configured as such. I ordered a brand new laptop, and decided that I will move the SSD from my current laptop to my new one, and put a spinning drive in my current laptop. I was thinking about using Clonezilla to clone my current Arch install on my current laptop SSD to a spinning drive (since I can't afford another SSD right now). However, since my current laptop installation is aligned for an SSD, will that cause problems if I clone it to a spinning drive? My spare spinning hard drives were made before the 4k transition, I believe. I would be putting it on an older 500GB Seagate. I'd rather not start over with a new configuration if I don't have to.
Last edited by jlacroix (2012-02-14 03:04:10)
Offline
No need... Partition the new drive and just.use raync to transfer. Clonezilla is overkill IMO.
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
Sounds like a good oppurtunity to switch to LVM!
But, like graysky said, there's nothing to worry about. The only way you would run into problems is if you tried to use dd.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
No need... Partition the new drive and just.use raync to transfer. Clonezilla is overkill IMO.
The thing is, I'm very familiar with Clonezilla, I use it quite often. I'm not familiar with raync.
Sounds like a good oppurtunity to switch to LVM!
But, like graysky said, there's nothing to worry about. The only way you would run into problems is if you tried to use dd.
I think that's what Clonezilla uses, isn't it?
Offline
1) Partition the drive to you liking
2) Mount the partitions one at a time
3)
rsync -avxP /path/to/source/ /path/to/target/
CPU-optimized Linux-ck packages @ Repo-ck • AUR packages • Zsh and other configs
Offline
1) Partition the drive to you liking
2) Mount the partitions one at a time
3)rsync -avxP /path/to/source/ /path/to/target/
Thanks, but for whatever reason that didn't work. I just cloned it with Acronis, which isn't ideal but it will probably last me until I can buy an SSD for this machine. Thanks though!
Offline