LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-07-2020, 02:17 PM   #1
barriegarry
LQ Newbie
 
Registered: May 2019
Posts: 19

Rep: Reputation: Disabled
how do you clone a 120gb ssd to 240 gb ssd in mint 19.3


My 120gb ssd on my mint 19.3 desktop is full. I have a 240gb ssd in a laptop I'm not using. Can I clone the 120 gb onto the 240 gb in a non geeky way?, using Linux?
 
Old 07-07-2020, 02:56 PM   #2
markd81
LQ Newbie
 
Registered: Jul 2020
Location: Netherlands
Distribution: Debian
Posts: 17

Rep: Reputation: 3
What do you mean by geeky? As in using the terminal to do stuff?
 
Old 07-07-2020, 04:25 PM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,552
Blog Entries: 51

Rep: Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673
barriegarry,

One way is to use Clonezilla:

https://www.linuxquestions.org/quest...o-image-38106/
 
Old 07-07-2020, 04:35 PM   #4
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,476
Blog Entries: 7

Rep: Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986Reputation: 1986
Make absolutely sure which drive is which, clone using dd
Code:
dd if=/dev/sda of=/dev/sdb bs=1M
The larger drive will be a clone of the smaller

Then move the end of the last partition to the end of the drive.
For example if you have 2 partitions on the drive. Using parted on /dev/sdb2
Code:
(parted) resizepart 2 100%
Then extend the file system to use that new space on the last partition.
Code:
resize2fs /dev/sdb2 100%
Unhook the old drive, plug the new one in where you want it. Boot the machine.

When you clone drives like that, you get bad sectors, file system problems and all.

Better to do a fresh install on the new drive.
 
Old 07-07-2020, 06:04 PM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,437

Rep: Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203Reputation: 4203
The OP wants "non geeky" - although I haven't used it in years, I second clonezilla in this case.
 
Old 07-08-2020, 02:41 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,552
Blog Entries: 51

Rep: Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673
barriegarry,

Another way is to install Linux Mint 20 on the 240GB SSD and then copy/paste the personal data from the 120GB SSD.
 
Old 07-08-2020, 08:00 AM   #7
barriegarry
LQ Newbie
 
Registered: May 2019
Posts: 19

Original Poster
Rep: Reputation: Disabled
To:Markd81:
using the terminal for me for "simple" commands is ok but the outlined commands from "teckk"for me is too much because I just don't understand them.

To:tecKK: Thank you for your reply but as I have no understanding of the commands I am fearful of going in blind.

To:beachboy2:I followed the link in your first reply and had the same reaction as I had to tecKK's suggestion.
so I guess I will have to use your second suggestion and copy/paste the night away.

Thank you all for your input, it means alot to have somewhere to go with questions.

barriegarry.
 
Old 07-08-2020, 08:16 AM   #8
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,552
Blog Entries: 51

Rep: Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673
barriegarry,

On the 120GB SSD:
If you use Firefox, remember to export your bookmarks to bgbookmarks.html.

Also if you use Thunderbird remember to copy the profile folder in .thunderbird.

(Home folder > View > Show hidden files .thunderbird).

Copy and paste the contents of Documents, Picture, Downloads etc to the new versions on 240GB SSD (they will form a transfer queue).

Just leave the computer running overnight. No additional user input should be needed.
 
Old 07-08-2020, 08:20 AM   #9
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,901

Rep: Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371Reputation: 6371
Just a FYI... A laptop typically uses a 2.5 inch drive versus 3.5 inch for a desktop. Both SATA drive sizes use the same electrical wiring but you will need a 2.5 to 3.5 drive mount adapter if you want to securely install the 2.5 inch drive in your desktop.

As you have discovered there is no non geeky way to clone the drive. Other options would be to get an external 2.5" USB case and use the drive just for files and data.
 
Old 07-08-2020, 08:32 AM   #10
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 22 MATE, Peppermint OS-Devuan, EndeavourOS, antiX
Posts: 4,552
Blog Entries: 51

Rep: Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673Reputation: 1673
barriegarry,

As per michaelk's suggestion, try one of these for your SSD(s):

https://www.amazon.co.uk/IB-AC643-In...puters&sr=1-29

I have bought 3 or 4 over the years and they are well made with all the necessary screws included.

Last edited by beachboy2; 07-08-2020 at 08:34 AM.
 
Old 07-08-2020, 09:57 AM   #11
uteck
Senior Member
 
Registered: Oct 2003
Location: Elgin,IL,USA
Distribution: KDE Neon
Posts: 1,281

Rep: Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526Reputation: 526
This link goes over 15 tools that do what you want, with various levels of skill required;
https://www.ubuntupit.com/top-15-bes...are-for-linux/
 
Old 07-08-2020, 10:27 AM   #12
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,852

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
Quote:
Originally Posted by barriegarry View Post
To:Markd81:
using the terminal for me for "simple" commands is ok but the outlined commands from "teckk"for me is too much because I just don't understand them.
I'm probably biased from my early days as a UNIX (then, later, Linux) user but the best way to learn the system was through reading. Then doing more reading. I still think it's the best way to learn something like UNIX/Linux. Learn the foundations and grow from there. So...

Just a gentle (I hope) suggestion:

If you're going to be a Linux user, you will need to become familiar with the man pages. Don't understand what, for example, "dd" means? Issue "man dd" and read about it. If you're not exactly sure what command does what you want to do, you can also try issuing "apropos topic" which will return a list of commands that mention "topic" on their man page. (Note: as a "newbie", you'll be primarily interested in the commands in Section 1 of the man pages. "apropos" lists those with "(1)" in its output.) Still in the dark? Try searching the Internet using a search string something like "linux dd howto" or "dd tutorial" and read some of the top URLs returned. If none of that makes sense... sites like LQ can help but at least you've done a little homework and are better equipped to understand the help that is being offered.

HTH...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Open-spec SBC is a clone of a clone of a clone of a Raspberry Pi 3 LXer Syndicated Linux News 0 04-25-2018 04:56 PM
Difference between "1R8 Single Rank 240 Pin" and "2R8 dual Rank 240 Pin" PatD Linux - Hardware 3 12-16-2017 12:33 PM
LXer: Kingston SSDNow V300 120GB SATA 3.0 SSD LXer Syndicated Linux News 0 01-22-2014 02:50 AM
Wildfire 120GB SSD very slow in intel H67 nike.stars Linux - Hardware 1 08-12-2011 12:18 PM
LXer: OCZ Agility SATA 2.0 SSD 120GB LXer Syndicated Linux News 0 08-10-2009 08:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration