31

I have a 250GB SSD boot drive and a 1TB SSD, both of which are NVME. I'm buying another 2TB NVME and I don't know how clone drives so I'm planning to ask the store to clone the contents of the 1TB drive to the 2TB drive, then the 250GB drive to the 1TB SSD and use it as the new boot drive. I'll use the 250GB SSD as an external drive. Since I'm replacing the drives, I'm not sure if cloning the drives will also clone the drive letters. If it doesn't, do I need to bring my PC to the store to change them, or can I just remove the drives and bring them to the store? Once the cloning process is done, can I take them home and expect them to work without further configuration?"

top 16 comments
sorted by: hot top controversial new old
[-] galaxi@lemm.ee 12 points 1 year ago

No, it shouldn't have the same the drive letter. It's sort of similar to how your computer assigns a new drive letter to each USB drive you plug in. Drive letters aren't permanent and are based on the order they're plugged in (except C, which is usually your operating system).

Cloning is extremely easy to do on your own by the way. You can use something like Macrium Reflect Free Edition. Then you just open the program, click on the drive you want to copy, then click on the drive where you want the data to go. Just like if you were uploading files to google drive or something. Cloning just copies all of the files, drivers, operating system, other data, etc. It doesn't literally "clone" the drive (like the drive letter). Let me know if you have any questions, I'd be happy to help :)

[-] 0Xero0@lemmy.world 1 points 1 year ago

the 250GB is currently my C drive and the 1TB is the D drive. I want to clone the 250GB to the 1TB and make it the C drive and the 2TB is the new D drive

it's basically like this:

  • clone 1TB (old D drive) to 2TB (new D drive)

  • clone 250GB (old C drive) to 1TB (new C drive)

If I boot up the pc with the cloned 1TB drive installed, will it be automatically recognized as the C drive?

[-] Golther@infosec.pub 3 points 1 year ago* (last edited 1 year ago)

Why not just make the new 2tb the new c drive? It would save you from a headache.

[-] galaxi@lemm.ee 1 points 1 year ago* (last edited 1 year ago)

Yes, the PC automatically assigns drive letters. The windows drive will get a C (but you don't need to do anything). I'll just add that after cloning, you might need to temporarily disconnect the 250gb. Sometimes your PC might get confused if you have two copies of windows attached (the 250gb and the 1tb). You can fix this later on by plugging in the 250gb externally and wiping it.

But yeah, you don't need to get hung up on drive letters, all that matters is that you have a hard drive with an OS like Windows for your computer to boot from. If you copy it over, and then start up your PC with the new copied drive attached, it should boot from it and that'll become the new C drive.

[-] 0Xero0@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

so correct me if I'm wrong: After I've finished cloning the drives, I can just install the 1TB in the CPU slot and 2TB in the chipset slot and everything will just works without me doing anything else? My program paths won't be affected in anyway?

I'm wiping the 250GB to use it as an external drive anyway so it won't be installed on the motherboard

[-] Blaster_M@lemmy.world 9 points 1 year ago

Drive letters are controlled by Windows. They are based on the guid of the partition. If cloned right, you simply have to disconnect the original drive and only have the clone connected on the first boot. There used to be a problem back in the day where Windows would have the same drive letter for both drives and get "confused" on boot, but in this modern age, you can fix it by removing the "hidden" (that is, disconnected) original drive from the device manager before you put it back in and get it a new drive letter.

[-] ghandi9@lemmy.meg.li 3 points 1 year ago

No, the drive letter is not static. If a drive was a train, the drive letter would be the platform number where the train arrives. Or if a drive was a plane, the drive letter would be the gate number.

Windows generally assigns the same drive letter to the same device, but if you want to, you could change drive letters randomly whenever you feel like it. The only thing windows needs is that every device has a different letter so that it can differentiate between them, but it doesn't necessarily matter which has which letter.

[-] WhoRoger@lemmy.world 3 points 1 year ago* (last edited 1 year ago)

If you clone a drive, remove the old one and attach the new one, yes it will have the same drive letter and Windows shouldn't notice the difference.

Really best do it yourself. In fact, most drive manufacturers have tools just for that, if you don't feel like searching for 3rd party tools.

[-] SpaceNoodle@lemmy.world 2 points 1 year ago

I wouldn't trust a random store with any irreplaceable data - and there's likely no recourse for you when they fuck it up. Make sure everything important is backed up.

These days, Windows assigns drive letters almost randomly. Typically after a drive reconfiguration, it'll just label the boot drive as C: and the next one as D:.

If you're wondering where A: and B: went, those are for the floppy drives nobody has any more because drive letters are an ancient relic and need to die.

[-] 0x4E4F@lemmy.rollenspiel.monster 2 points 1 year ago* (last edited 1 year ago)

Unfortunatelly, drive letters are reminants from the DOS and early Windows days (anything that isn't NT 6.2 kernel based or above, has to have drive letters), so they have to stay for backwards compatibility.

Actually, up until Windows 8, drive letters were required for booting as well (which can be seen in the safe mode boot screen). Windows 8 and above doesn't require them though (can be seen in safe mode with debugging enabled), but they are there and will stay there for a very, very long time. Windows can't just part ways with them, there are just way too many things tied to them... legacy stuff, but legacy stuff that everyone still uses. Like try mounting a network drive without a drive letter, lol 😂... or anything for that matter without a letter, you can't. It's how Windows works. It's so deep into the kernel, that there is no way to remove it without breaking stuff left and right.

[-] SpaceNoodle@lemmy.world 2 points 1 year ago

Drive letters are remnants from precursors to DOS.

Also, letters are not inherent to hard drives, so they're not "required" for booting. That's a job for BIOS/UEFI.

[-] 0x4E4F@lemmy.rollenspiel.monster 1 points 1 year ago* (last edited 1 year ago)

Really? Try booting Windows XP from a drive that is not marked as C: somewhere in registry and in config files. Even if you do manage to change the root from C to something else, it simply refuses to boot, end of story. People have tried it, it just doesn't work. With Win8 and above, yes, it does work, but some programs will out right refuse to work (cuz they're gonna look for C:\%WINDIR%\system32 for the libs it needs to run, and they won't be able to find them).

The only exception to this rule is WinPE (for WinXP), and that is a hacky setup, not officially supported by MS. It can be done, but it takes a looong time to actually make it bootable under any drive letter (anything that's not C).

But yes, you are correct, drive letters were in use before DOS.

[-] SpaceNoodle@lemmy.world 4 points 1 year ago

It'll boot, Windows will just have its own problems afterwards.

[-] 0x4E4F@lemmy.rollenspiel.monster -2 points 1 year ago

Ummm... as I said, everything up until Windows 7 won't boot, not unless is WinPE based. If it's a regular install, no, it won't. Windows 8 and above, yes, it will boot... and it won't throw errors. Will everything regarding 3rd party software work? No. Can it be fixed? No, no source available. Then what's the point of booting from anything other than C? IDK, you tell me 😂.

[-] cloudless@feddit.uk 1 points 1 year ago
[-] PumpkinEscobar@lemmy.world 1 points 1 year ago

It depends how they clone it. I’m assuming now your 250gb drive is c, 1tb drive is d. After the cloning if you want the 1tb to be c and 2TB to be d, just tell them what you want and they should be able to make that happen.

For a bit more technical info, you also have a small EFI partition (unless this pc is very old), probably on your 250gb drive. This partition is what your computer boots from initially. When windows is installed it writes information to that partition, both initial boot binaries but also information about where your windows partition is. When they clone the 250gb drive they’ll also clone that partition, and depending on the method they use to clone, that pointer from efi will either not need to be modified, or they’ll fix it with tools called bcdboot and bcdedit. Bcedit has some read-only commands but I wouldn’t suggest messing with either, just mentioning them if you’re curious to read about them and understand the process a bit more

load more comments
view more: next ›
this post was submitted on 31 Jul 2023
31 points (86.0% liked)

No Stupid Questions

35311 readers
847 users here now

No such thing. Ask away!

!nostupidquestions is a community dedicated to being helpful and answering each others' questions on various topics.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules (interactive)


Rule 1- All posts must be legitimate questions. All post titles must include a question.

All posts must be legitimate questions, and all post titles must include a question. Questions that are joke or trolling questions, memes, song lyrics as title, etc. are not allowed here. See Rule 6 for all exceptions.



Rule 2- Your question subject cannot be illegal or NSFW material.

Your question subject cannot be illegal or NSFW material. You will be warned first, banned second.



Rule 3- Do not seek mental, medical and professional help here.

Do not seek mental, medical and professional help here. Breaking this rule will not get you or your post removed, but it will put you at risk, and possibly in danger.



Rule 4- No self promotion or upvote-farming of any kind.

That's it.



Rule 5- No baiting or sealioning or promoting an agenda.

Questions which, instead of being of an innocuous nature, are specifically intended (based on reports and in the opinion of our crack moderation team) to bait users into ideological wars on charged political topics will be removed and the authors warned - or banned - depending on severity.



Rule 6- Regarding META posts and joke questions.

Provided it is about the community itself, you may post non-question posts using the [META] tag on your post title.

On fridays, you are allowed to post meme and troll questions, on the condition that it's in text format only, and conforms with our other rules. These posts MUST include the [NSQ Friday] tag in their title.

If you post a serious question on friday and are looking only for legitimate answers, then please include the [Serious] tag on your post. Irrelevant replies will then be removed by moderators.



Rule 7- You can't intentionally annoy, mock, or harass other members.

If you intentionally annoy, mock, harass, or discriminate against any individual member, you will be removed.

Likewise, if you are a member, sympathiser or a resemblant of a movement that is known to largely hate, mock, discriminate against, and/or want to take lives of a group of people, and you were provably vocal about your hate, then you will be banned on sight.



Rule 8- All comments should try to stay relevant to their parent content.



Rule 9- Reposts from other platforms are not allowed.

Let everyone have their own content.



Rule 10- Majority of bots aren't allowed to participate here.



Credits

Our breathtaking icon was bestowed upon us by @Cevilia!

The greatest banner of all time: by @TheOneWithTheHair!

founded 1 year ago
MODERATORS