Jump to content

Transferring all My Data to an SSD?

MyFartSoTart

So I have a 1 TB hard drive withe about 900 go worth of data on it. I’m purchasing a Samsung 870 Evo SSD and plan to transfer everything over to the SSD then just use the hard drive for bulk storage. Is it as simple as just formatting the SSD then copying and pasting from the hard drive? Of course I would power off, unplug the HDD and make sure everything works before then formatting the hard drive.

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, MyFartSoTart said:

So I have a 1 TB hard drive withe about 900 go worth of data on it. I’m purchasing a Samsung 870 Evo SSD and plan to transfer everything over to the SSD then just use the hard drive for bulk storage. Is it as simple as just formatting the SSD then copying and pasting from the hard drive? Of course I would power off, unplug the HDD and make sure everything works before then formatting the hard drive.

Does it have Windows on it? If so I'd personally take the little bit of time to do a fresh install.

CPU: Ryzen 9 5900 Cooler: EVGA CLC280 Motherboard: Gigabyte B550i Pro AX RAM: Kingston Hyper X 32GB 3200mhz

Storage: WD 750 SE 500GB, WD 730 SE 1TB GPU: EVGA RTX 3070 Ti PSU: Corsair SF750 Case: Streacom DA2

Monitor: LG 27GL83B Mouse: Razer Basilisk V2 Keyboard: G.Skill KM780 Cherry MX Red Speakers: Mackie CR5BT

 

MiniPC - Sold for $100 Profit

Spoiler

CPU: Intel i3 4160 Cooler: Integrated Motherboard: Integrated

RAM: G.Skill RipJaws 16GB DDR3 Storage: Transcend MSA370 128GB GPU: Intel 4400 Graphics

PSU: Integrated Case: Shuttle XPC Slim

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

Budget Rig 1 - Sold For $750 Profit

Spoiler

CPU: Intel i5 7600k Cooler: CryOrig H7 Motherboard: MSI Z270 M5

RAM: Crucial LPX 16GB DDR4 Storage: Intel S3510 800GB GPU: Nvidia GTX 980

PSU: Corsair CX650M Case: EVGA DG73

Monitor: LG 29WK500 Mouse: G.Skill MX780 Keyboard: G.Skill KM780 Cherry MX Red

 

OG Gaming Rig - Gone

Spoiler

 

CPU: Intel i5 4690k Cooler: Corsair H100i V2 Motherboard: MSI Z97i AC ITX

RAM: Crucial Ballistix 16GB DDR3 Storage: Kingston Fury 240GB GPU: Asus Strix GTX 970

PSU: Thermaltake TR2 Case: Phanteks Enthoo Evolv ITX

Monitor: Dell P2214H x2 Mouse: Logitech MX Master Keyboard: G.Skill KM780 Cherry MX Red

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

10 minutes ago, MyFartSoTart said:

So I have a 1 TB hard drive withe about 900 go worth of data on it. I’m purchasing a Samsung 870 Evo SSD and plan to transfer everything over to the SSD then just use the hard drive for bulk storage. Is it as simple as just formatting the SSD then copying and pasting from the hard drive? Of course I would power off, unplug the HDD and make sure everything works before then formatting the hard drive.

Use a program like macrium reflect to clone it. Much better than a copy/paste.

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, dizmo said:

Does it have Windows on it? If so I'd personally take the little bit of time to do a fresh install.

It does, but wouldn’t I have to pay for a new windows, and how would I transfer all the data then?

Link to comment
Share on other sites

Link to post
Share on other sites

  1. Use Rufus to create a Ubuntu USB
  2. Boot the Ubuntu USB
  3. Choose "Try Ubuntu"
  4. Open gparted
  5. Get the name of each hard drive (/dev/sd<whatever>)
  6. Open terminal (Ctrl-Alt-T)
  7. Run sudo dd if=/dev/sd<whatever the HDD was> of=/dev/sd<whatever the SSD was> bs=64k status=progress
  8. Power off the computer once complete
  9. Remove HDD
  10. Verify SSD is bootable
  11. Wipe HDD

 

People like to recommend Disk Cloners that run within Windows but those can cause all sorts of weird issues.

PLEASE QUOTE ME IF YOU ARE REPLYING TO ME

Desktop Build: Ryzen 7 2700X @ 4.0GHz, AsRock Fatal1ty X370 Professional Gaming, 48GB Corsair DDR4 @ 3000MHz, RX5700 XT 8GB Sapphire Nitro+, Benq XL2730 1440p 144Hz FS

Retro Build: Intel Pentium III @ 500 MHz, Dell Optiplex G1 Full AT Tower, 768MB SDRAM @ 133MHz, Integrated Graphics, Generic 1024x768 60Hz Monitor


 

Link to comment
Share on other sites

Link to post
Share on other sites

22 minutes ago, rcmaehl said:
  1. Use Rufus to create a Ubuntu USB
  2. Boot the Ubuntu USB
  3. Choose "Try Ubuntu"
  4. Open gparted
  5. Get the name of each hard drive (/dev/sd<whatever>)
  6. Open terminal (Ctrl-Alt-T)
  7. Run sudo dd if=/dev/sd<whatever the HDD was> of=/dev/sd<whatever the SSD was> bs=64k status=progress
  8. Power off the computer once complete
  9. Remove HDD
  10. Verify SSD is bootable
  11. Wipe HDD

 

People like to recommend Disk Cloners that run within Windows but those can cause all sorts of weird issues.

Thank you for the help!

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, rcmaehl said:
  1. Use Rufus to create a Ubuntu USB
  2. Boot the Ubuntu USB
  3. Choose "Try Ubuntu"
  4. Open gparted
  5. Get the name of each hard drive (/dev/sd<whatever>)
  6. Open terminal (Ctrl-Alt-T)
  7. Run sudo dd if=/dev/sd<whatever the HDD was> of=/dev/sd<whatever the SSD was> bs=64k status=progress
  8. Power off the computer once complete
  9. Remove HDD
  10. Verify SSD is bootable
  11. Wipe HDD

 

People like to recommend Disk Cloners that run within Windows but those can cause all sorts of weird issues.

Complete and utter Bullsh^t. 

 

Volume Shadow Copy is the core of Windows cloning since it was implemented in Server 2003. I was actually using it in Server 2000 although the APIs and specific writers didn't exist yet. When a VMware Host backs up a Windows server it uses tools inside the guest that initiates Volume Shadow Copy. 

 

I can take a running SQL server, initiate Macrium or Veeam running inside the live Windows server, clone to a drive or image while the server is running, swap the drives, and I get a perfect running copy of the server.  The various shadow copy writers initiate a consistent copy. This is common Enterprise procedure for bare metal or virtual guests. 

 

You clearly have no concept how these mechanisms work and are spreading false information. Live Windows cloning has been a thing for two decades. Its easy....and thats the problem. Macrium does this for free. Just install it and clone.

 

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

7 minutes ago, wseaton said:

Complete and utter Bullsh^t. 

 

Volume Shadow Copy is the core of Windows cloning since it was implemented in Server 2003. I was actually using it in Server 2000 although the APIs and specific writers didn't exist yet. When a VMware Host backs up a Windows server it uses tools inside the guest that initiates Volume Shadow Copy. 

 

I can take a running SQL server, initiate Macrium or Veeam running inside the live Windows server, clone to a drive or image while the server is running, swap the drives, and I get a perfect running copy of the server. This is common Enterprise procedure for bare metal or virtual guests. 

 

 

 

Ah yes, Veeam is another good one. Doesn't get as much hype as others in the casual use side despite being very good, free (for non-commercial use) software. 

Link to comment
Share on other sites

Link to post
Share on other sites

10 hours ago, wseaton said:

Complete and utter Bullsh^t. 

 

Volume Shadow Copy is the core of Windows cloning since it was implemented in Server 2003. I was actually using it in Server 2000 although the APIs and specific writers didn't exist yet. When a VMware Host backs up a Windows server it uses tools inside the guest that initiates Volume Shadow Copy. 

 

I can take a running SQL server, initiate Macrium or Veeam running inside the live Windows server, clone to a drive or image while the server is running, swap the drives, and I get a perfect running copy of the server.  The various shadow copy writers initiate a consistent copy. This is common Enterprise procedure for bare metal or virtual guests. 

 

You clearly have no concept how these mechanisms work and are spreading false information. Live Windows cloning has been a thing for two decades. Its easy....and thats the problem. Macrium does this for free. Just install it and clone.

 

 

 

That was a lot of words that I don’t understand, but I think you said use macrium 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×