It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
GameRager: One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
When I last partitioned a drive (this summer) there was an option to make it possible to later on resize and/or add or remove partitions with the data still intact. Of course you need to have empty space though. To my understanding, strictly speaking you only have to have an empty partition to clone onto but as I have never really done cloning myself, I am unsure here.
avatar
GameRager: I dunno but I couldn't wrap my head around the amount of work/effort needed to move even the few hundred GB I have of game installers/folders/saves that I have. Best of luck to you regardless.

[..]

One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
This sort of thing is pretty easy on Linux & BSD, at least with the filesystems I'm familiar with. You can just copy the filesystem image as raw blocks anywhere you like, and then fix your partition table so the system knows where to find the new copy.

But trying to clone partitions as-is seems pointless if you have the option of just copying all the files (and possibly switching over to a more performant and/or less fragmented partition while at it). That is also easy to do.
Post edited July 24, 2019 by clarry
avatar
Utuzuu: Oi Mates,

I got me some new 1TB SSD, because my hatred for EA had bloated to the point that it was beginning to fill up all my space. So now I wonder, does Galaxy have a feature that will move my entire library with all saves and such from one drive to another?

After five minutes of looking for the feature I thought I might as well just try my luck and ask you guys and maybe enjoy some of your trolling. I love you, c'mere you little buggers, y'all gettin internet hugs!

edit: sorry for the typo in the title, forum won't let me correct that.
I agree with clarry, and in this case I'd say cloning is not the best option. Cloning has always been more pain in the ass when there's such a difference in partition/disk sizes every time I upgrade or just taking a backup. I used Norton Ghost before I moved to Linux.

Just recently I had a 1.5GB Green disk containing all my (installed) games that was getting tired and I also needed to take a backup. I replaced it with a 3TB disk with these steps:

1. Plug in the new disk, either via sata-2-usb cable or directly on a SATA port.

2. Boot up Linux (either dualbooting or live disk).

3. Ready/format the new disk (in these days Linux auto-mounts any new disks/partitions it detects. Might need to unplug/plug it in again if it's external)

4. Use df -h to find the disk and where it's mounted. Ex: /dev/sdb1 mounted on /media/newdisk

5. Lastly, use rsync, this planets best and most powerfull utility for copying/syncing/backuping locally and remotely.

Basic command:

# rsync options source destination
In this example: rsync -av /dev/sdb1/ /media/newdisk/

As long as we’re not talking about a boot/sys disk/partition and only data as-is, you really don't need to do anything else.

PS: See... no trolls here. That means you probably did something right :P

PS2: When it comes to hard cloning I'd say dd is the best byte-2-byte utility (but it's also slower than rsync). Norton Ghost was such a lackluster when it came to flexibility, it almost made me cried when I discovered Linux and dd. :D
Post edited July 24, 2019 by sanscript
avatar
Utuzuu: and maybe enjoy some of your trolling. I love you, c'mere you little buggers, y'all gettin internet hugs!
No, you're breathtaking!
avatar
Utuzuu: Oi Mates,

I got me some new 1TB SSD, because my hatred for EA had bloated to the point that it was beginning to fill up all my space. So now I wonder, does Galaxy have a feature that will move my entire library with all saves and such from one drive to another?

After five minutes of looking for the feature I thought I might as well just try my luck and ask you guys and maybe enjoy some of your trolling. I love you, c'mere you little buggers, y'all gettin internet hugs!

edit: sorry for the typo in the title, forum won't let me correct that.
avatar
GameRager: I dunno but I couldn't wrap my head around the amount of work/effort needed to move even the few hundred GB I have of game installers/folders/saves that I have. Best of luck to you regardless.
avatar
Themken: You know of cloning, right? It copies the content exactly, including all viruses and stuff. Remember that the destination disk MUST BE EMPTY and big enough to hold everything from the source.
avatar
GameRager: One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
avatar
Utuzuu: Yup, I did as you said. Or rather I am doing as you said. Because this takes while. I thought SSDs were supposed to be fast, but then gain, 10 Minutes for 200 GB sounds okay.
avatar
GameRager: Just remember that SSDs can and will lose data if left unpowered for too long(I think it's like weeks or months, though).
Nope, been using SSD's for storage for years already, but i did Google it, here is your answer.

www.pcworld.com/article/2925173/debunked-your-ssd-wont-lose-data-if-left-unplugged-after-all.html



USB sticks would have failed at the first hurdle had that information been true and SSD's wouldn't be a thing.
avatar
GameRager: Just remember that SSDs can and will lose data if left unpowered for too long(I think it's like weeks or months, though).

One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
I use SSD's as a USB pen drives and never lost a file, even when in storage for months. They seem more rugged to data loss than typical USB drives, wich after hard work, many times corrupt data.

I use clonezilla to clone disks and partitions, Take a look.
Post edited July 24, 2019 by Dark_art_
avatar
GameRager: One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
avatar
Themken: When I last partitioned a drive (this summer) there was an option to make it possible to later on resize and/or add or remove partitions with the data still intact. Of course you need to have empty space though. To my understanding, strictly speaking you only have to have an empty partition to clone onto but as I have never really done cloning myself, I am unsure here.
Interesting info...thanks.

avatar
GameRager: I dunno but I couldn't wrap my head around the amount of work/effort needed to move even the few hundred GB I have of game installers/folders/saves that I have. Best of luck to you regardless.

[..]

One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
avatar
clarry: This sort of thing is pretty easy on Linux & BSD, at least with the filesystems I'm familiar with. You can just copy the filesystem image as raw blocks anywhere you like, and then fix your partition table so the system knows where to find the new copy.

But trying to clone partitions as-is seems pointless if you have the option of just copying all the files (and possibly switching over to a more performant and/or less fragmented partition while at it). That is also easy to do.
Sounds nice, but(and please don't take this the wrong way) changing OSs seems a bit extreme for such a simple thing I want to accomplish maybe in the future. :|

avatar
GameRager: Just remember that SSDs can and will lose data if left unpowered for too long(I think it's like weeks or months, though).

One would think at this point we'd have tech to clone smaller HDDs to/as partitions on larger HDDs WITHOUT wiping the entire destination drive. :\
avatar
Dark_art_: I use SSD's as a USB pen drives and never lost a file, even when in storage for months. They seem more rugged to data loss than typical USB drives, wich after hard work, many times corrupt data.

I use clonezilla to clone disks and partitions, Take a look.
Thanks for the info...what about over YEARS, though?
Post edited July 25, 2019 by GameRager
avatar
Themken: When I last partitioned a drive (this summer) there was an option to make it possible to later on resize and/or add or remove partitions with the data still intact. Of course you need to have empty space though. To my understanding, strictly speaking you only have to have an empty partition to clone onto but as I have never really done cloning myself, I am unsure here.
avatar
GameRager: Interesting info...thanks.

avatar
clarry: This sort of thing is pretty easy on Linux & BSD, at least with the filesystems I'm familiar with. You can just copy the filesystem image as raw blocks anywhere you like, and then fix your partition table so the system knows where to find the new copy.

But trying to clone partitions as-is seems pointless if you have the option of just copying all the files (and possibly switching over to a more performant and/or less fragmented partition while at it). That is also easy to do.
avatar
GameRager: Sounds nice, but(and please don't take this the wrong way) changing OSs seems a bit extreme for such a simple thing I want to accomplish maybe in the future. :|

avatar
Dark_art_: I use SSD's as a USB pen drives and never lost a file, even when in storage for months. They seem more rugged to data loss than typical USB drives, wich after hard work, many times corrupt data.

I use clonezilla to clone disks and partitions, Take a look.
avatar
GameRager: Thanks for the info...what about over YEARS, though?
I just told you.
avatar
DetouR6734: I just told you.
Thanks, then.....I was just also hoping for more than one study/link so I could compare them side by side, but thanks nonetheless.
avatar
DetouR6734: I just told you.
avatar
GameRager: Thanks, then.....I was just also hoping for more than one study/link so I could compare them side by side, but thanks nonetheless.
https://techreport.com/review/24841/introducing-the-ssd-endurance-experiment/

https://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead/

Besides my own usage, since i used USB sticks & drives as OS installers and storage, i may never use them for 6 months to years at a time, and yes, that data is still there.



Article wise, there is not much on it, and the majority of it is guess work, but there is no real hard evidence that a current decent SSD will lose your data after being powered off for less than a year.
Post edited July 27, 2019 by DetouR6734
avatar
GameRager: Thanks, then.....I was just also hoping for more than one study/link so I could compare them side by side, but thanks nonetheless.
avatar
DetouR6734: https://techreport.com/review/24841/introducing-the-ssd-endurance-experiment/

https://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead/

Besides my own usage, since i used USB sticks & drives as OS installers and storage, i may never use them for 6 months to years at a time, and yes, that data is still there.

Article wise, there is not much on it, and the majority of it is guess work, but there is no real hard evidence that a current decent SSD will lose your data after being powered off for less than a year.
Thanks again.....:)
avatar
DetouR6734: https://techreport.com/review/24841/introducing-the-ssd-endurance-experiment/

https://techreport.com/review/27909/the-ssd-endurance-experiment-theyre-all-dead/

Besides my own usage, since i used USB sticks & drives as OS installers and storage, i may never use them for 6 months to years at a time, and yes, that data is still there.

Article wise, there is not much on it, and the majority of it is guess work, but there is no real hard evidence that a current decent SSD will lose your data after being powered off for less than a year.
avatar
GameRager: Thanks again.....:)
No problem, just stop stealing my downvotes.
avatar
GameRager: Thanks again.....:)
avatar
DetouR6734: No problem, just stop stealing my downvotes.
We shall split the difference.....yay verily.