Windows 11 Moving Samsung t7 2TB SSD between Lenovo and Dell laptops

Zevik83

Active Member
Joined
Nov 9, 2025
Messages
134
Got my new Samsung t7 2TB SSD set up on my Lenovo Ideapad3 with various partition sizes J - Q. Yes, I did set to GPT by removing initial partition to all unallocated before GPT'ing and partitioning. Go to my Dell Inspiron. Clicking on the left panel asks me if I want to go Dynamic. I know this means Dell thinks its still MBR because it did that when first connected to the Lenovo. Also on trying to back up some data to the furthest Q drive FDell says drive not recognized. Dell File Explorer and Disk Manager seers drives D: and on sequentially, not what I designated on the Lenovo J - Q

Question: How do I get Dell to recognize the drive as GPT and accept drive letters assigned on the Lenovo and have all those partitions accessible?
 

Solution
You’re running into two separate (but related) Windows behaviors:
1) Drive letters are NOT stored “on the drive” in a portable way.
Each Windows PC assigns letters from its own registry, so your Dell will not automatically use the Lenovo’s J:–Q: letters. You must set the letters on the Dell too.
2) The “convert to Dynamic Disk” prompt strongly suggests the Dell is treating the Samsung as MBR, or you’re doing an action that would require Dynamic on an MBR disk (classic case: >4 primary partitions). A GPT basic disk should not trigger that for normal partitioning.
Below is the clean way to get this stable.

Step 1 — On the Dell, verify whether the Samsung is actually GPT​

  1. Plug...
You’re running into two separate (but related) Windows behaviors:
1) Drive letters are NOT stored “on the drive” in a portable way.
Each Windows PC assigns letters from its own registry, so your Dell will not automatically use the Lenovo’s J:–Q: letters. You must set the letters on the Dell too.
2) The “convert to Dynamic Disk” prompt strongly suggests the Dell is treating the Samsung as MBR, or you’re doing an action that would require Dynamic on an MBR disk (classic case: >4 primary partitions). A GPT basic disk should not trigger that for normal partitioning.
Below is the clean way to get this stable.

Step 1 — On the Dell, verify whether the Samsung is actually GPT​

  1. Plug the T7 in.
  2. Press Win+X → Disk Management.
  3. In the lower pane, find the physical disk that matches the Samsung T7 size (~1.8 TB).
  4. Right‑click the left label that says Disk X (not a partition) → PropertiesVolumes tab.
  5. Check Partition style:
    • GUID Partition Table (GPT) = good.
    • Master Boot Record (MBR) = that’s why you’re getting the Dynamic prompt.

If it says GPT​

Skip to Step 2 (this becomes “just reassign drive letters and fix the one volume”).

If it says MBR​

Then you cannot have all those partitions as a Basic disk without hitting the 4‑partition limit, and Windows will offer Dynamic as a workaround (not recommended for portable SSDs).
Best practice fix (destructive):
  • Copy any needed data off the Samsung first (if any).
  • In Disk Management: delete all volumes on the Samsung → right‑click Disk XConvert to GPT Disk → recreate partitions.
There isn’t a safe built‑in Windows tool to convert an external data disk from MBR→GPT in place without risk. Any 3rd‑party “non‑destructive” conversion should be treated as “backup first, then try.”

Step 2 — Make the Dell use the same drive letters (J:–Q:)

Even with GPT, you must do this manually on the Dell:
  1. Disk Management → for each partition on the Samsung:
  2. Right‑click the partition → Change Drive Letter and Paths…
  3. Change → pick the letter you want (J, K, L…Q).

If Dell won’t let you use J–Q​

That means those letters are already taken on the Dell (often by mapped network drives, card readers, etc.).
Check quickly:
  • File Explorer → This PC → see if anything already uses J:–Q:
  • Or in an elevated Command Prompt:
    • net use (shows mapped network drives)
Free them (disconnect mapping) or just choose a different unused block (e.g., R:–Z:).

Step 3 — “Drive not recognized” on Q:​

That depends on the exact message (Windows vs File History vs another backup tool), but here are the most common fixes:
  1. In Disk Management, confirm Q: is:
    • Healthy
    • Has a drive letter
    • File system NTFS (File History and many backup tools insist on NTFS)
  2. Run a file system check (Dell, elevated CMD):
    chkdsk Q: /f
  3. If the error is from File History specifically, tell me the exact wording. File History can be picky about:
    • NTFS requirement
    • removable vs fixed classification
    • certain partition layouts

One thing I need from you to make this precise​

Please paste the output from PowerShell (Admin) on the Dell:
Code:
Get-Disk | Format-Table Number,FriendlyName,BusType,PartitionStyle,Size,IsRemovable -Auto
Get-Volume | Format-Table DriveLetter,FileSystem,HealthStatus,Size -Auto
And tell me:
  • Does the Samsung show as GPT or MBR in that output?
  • What is the exact “drive not recognized” message you get on Q: (word-for-word)?
With that, I can tell you exactly whether you need to re-convert to GPT (wipe/recreate) or whether you just need letter reassignment + a quick NTFS/chkdsk fix.
 

Solution
I reconnected to the Lenovo. The Samsung shows the same drive letters originally assigned, and I can read contents of Q Drive no problem.

Re Your Step 2: I can even live with the Dell reassigning drive letters because each drive has a distinctive Volume Label, so I know which drive to use, ignoring Dell's drive letters. So I am not going to go through the hassle of reassigning drive letters when connected to the Dell.

So glad I used the Lenovo first bec. I have a second identical drive on order and will set upon Lenovo again. Dell is so stupid it put the Google logo against its Drive G even though its not connected to Google Drive.
 

You’re not doing anything wrong here — Windows drive letters are per‑PC, so it’s completely normal that:
  • On the Lenovo you see J:–Q: (because you assigned them there), and
  • On the Dell you see D: / E: / F: … (because the Dell assigns its own letters based on what’s free).
If you’re happy using Volume Labels to identify partitions on the Dell, that’s a perfectly workable approach.
That said, the one part you should not ignore is the “Convert to Dynamic Disk?” prompt.

Why the Dell is asking about “Dynamic”​

That prompt almost always appears when Windows believes the disk is MBR and you’re doing something that would require “more than 4 primary partitions,” or otherwise needs Dynamic to proceed.
Since you have J–Q (8 partitions), Windows would only ask for Dynamic if it thinks the disk is MBR.

What to do (simple rule)​

Do not convert that external Samsung T7 to Dynamic.
Dynamic disks are a headache on USB externals and can create portability/repair problems later.

Quick 30‑second check (no hassle, no changing letters)​

On the Dell:
  1. Win+X → Disk Management
  2. Find the Samsung T7 in the lower pane.
  3. Right‑click the left “Disk X” box (not a partition) → PropertiesVolumes
  4. Look at Partition style:
    • If it says GUID Partition Table (GPT): great — the Dell does recognize it as GPT. In that case the Dynamic prompt is being triggered by some specific action you clicked (tell me what you clicked and I’ll pinpoint it).
    • If it says Master Boot Record (MBR): then the Dell is reading it as MBR, and that explains the Dynamic prompt.
If you tell me what that single line says on the Dell (GPT or MBR), I can tell you the exact fix.

About the Google “G:” logo on the Dell​

That’s usually not “stupidity” so much as Google Drive for Desktop creating a virtual drive letter (often G:), and Windows continues to show it even when you’re not actively browsing it. If you don’t want it:
  • Open Google Drive app → Settings → change the drive letter, or
  • Exit/disable/uninstall Google Drive for Desktop.

If you want the simplest future-proof setup (optional)​

To avoid letter confusion across PCs entirely, you can keep doing what you’re doing:
  • Rely on Volume Labels (best),
  • And optionally create a desktop note: “Samsung T7 labels = Dell_W, Dell_S, Lenovo, Data_W, Data_S, Data_L…” etc.

If you reply with just this one thing, I’ll give the precise next step:
On the Dell, what does Disk Management → Disk X → Properties → Volumes → “Partition style” say: GPT or MBR?
 

Plse keep ur answer simple, addressing just this questions.

Step1. On the Dell, delete all partitions so all is unallocated and then convert to GPT.

Step 2. Reconnect to Lenovo.

Question 1: Will Lenovo continue to see the drive as GPT and allow me to recreate my J - Q with my distinctive Volume Labels.

Question 2. Will Dell now allow me to use all partitions created on Lenovo, regardless mf drive assignment.
 

Step 1 (Dell): delete partitions → convert to GPT​

Yes — but this erases everything on the Samsung.

Question 1 (after Step 2: reconnect to Lenovo)​

Yes. Once the disk has been converted to GPT on the Dell, the Lenovo will still see it as a GPT disk and you can recreate your J–Q partitions and your Volume Labels normally.
Note: The Lenovo will only show J–Q after you assign those letters again on the Lenovo (letters are per‑PC).

Question 2 (after partitions created on Lenovo: connect back to Dell)​

Yes. The Dell will be able to use all the partitions you created on the Lenovo.
But: the Dell will probably assign different drive letters (D:, E:, F:… etc.). Your Volume Labels will remain the same, so you can identify them by label as you planned.

One important caution (very short)​

When the Dell prompts to convert to Dynamic, choose No. After you do GPT, that prompt should stop happening.
 

You say " I could be error-prone or occasionally hallucinate!" More than occasionally and sooo Verbose and repetitive

Love you Inspite !
 

Fair point.
I’ll keep it tight going forward, and I won’t add repeats unless you ask.
For this Samsung T7 situation, your 2‑step plan is correct:
  • Dell: wipe → convert to GPT
  • Lenovo: recreate partitions/labels
  • Dell: will read all partitions fine (letters may differ; labels stay)
If you want, paste what Partition style shows on the Dell after the GPT conversion (GPT/MBR) and I’ll confirm you’re done.
 

Plse keep ur answer simple, addressing just this questions.

Step1. On the Dell, delete all partitions so all is unallocated and then convert to GPT.

Step 2. Reconnect to Lenovo.

Question 1: Will Lenovo continue to see the drive as GPT and allow me to recreate my J - Q with my distinctive Volume Labels.

Question 2. Will Dell now allow me to use all partitions created on Lenovo, regardless mf drive assignment.
You don't have to delete everything to convert to GPT partition anymore. GitHub - xorangekiller/gptgen: Gptgen is a tool to convert an MBR partition table to GPT while retaining all data on the disk.

There is an issue though, and that would be if its C or the primary boot partition, you would need to get it booting again, in which case mbr2gpt from Microsoft is probably the best bet: MBR2GPT
 

Too scary to try Mike. I have just started to populate the SSD so little lost, and at 84 years old, am happy to spend time on doing it the crude way :-)
 

That’s completely reasonable, Zevik83 — if there’s data on it now, wiping/converting is the one step that can’t be “undone.” Doing it the “crude” way (use labels, accept whatever letters each PC assigns) is safer.
Here’s the simplest safe approach:

1) Don’t convert anything to Dynamic​

If the Dell asks “convert to Dynamic,” choose No/Cancel. Dynamic on an external SSD is more trouble than it’s worth.

2) Use Volume Labels as your “truth”​

On the Dell, ignore letters and look at:
  • File Explorer → This PC (it shows the label next to the letter), or
  • Disk Management (shows labels and sizes)

3) If “drive not recognized” happens again (without wiping)​

Tell me exactly where you see it:
  • Is it File History saying it?
  • A specific backup program?
  • Or Windows when you click the drive?
And tell me which partition label it’s complaining about. Then I’ll give one short, low-risk fix (usually: ensure that partition is NTFS, has a letter, and passes chkdsk).
If you later decide you want to “clean it up” properly (GPT conversion), we can do it safely by:
  • copying data off first, then wiping/convert/recreate, then copying back. But no pressure.
 

Amazing - the Samsung with all volumes removed and the full drive unallocated, when I click on
"Drive 1" it offers to convert to MBR or Dynamic. Going to Properties , one of the tabs says its GUID GPT. Voil;a ! But what a weird Win11 qwerk. MBR if multi-partitioned more than MBR allows, but GPT if all unallocated.

May be a LESSON? With a new SSD, before doing anything else, connect it in turn to each laptop you are going to use it on, and check it is shown as GPT or convert to same.
 

What you’re seeing is a normal (if confusing) Disk Management behavior, not really a “Windows 11 quirk,” and it doesn’t mean the disk is secretly MBR.

Why it offers “MBR or Dynamic” when the disk is all unallocated​

  • When a disk has no partitions, Disk Management often treats it as needing an initialize / choose partition style decision, and it may still show options like Convert to MBR (because conversion is only allowed when the disk is empty).
  • Dynamic is a separate concept (Basic vs Dynamic). Windows will offer conversion to Dynamic in various contexts, but you almost never want Dynamic on a portable USB SSD.

Why Properties can still show GPT​

If Properties shows “GUID Partition Table (GPT)”, then the disk is already GPT. In that case:
  • You should not convert to MBR.
  • You can simply create your partitions again.

Your “lesson learned” is good, with one tweak​

Rather than connecting to each laptop first, the best rule is:
1) Initialize/convert the disk to GPT once (on any one PC).
2) Keep it Basic + GPT (avoid Dynamic).
3) Accept that drive letters will differ per PC, but Volume Labels stay the same everywhere.
If you want, tell me exactly what the Dell shows now for that disk in Disk Management (e.g., “Disk 1 — Basic — Online — GPT”) and whether it still ever prompts “Dynamic” when you create the partitions.
 

I have a nightmare. I partition J - Q on the Dell, disconnect and reconnect to Lenovo and then it shows MBR. Or like in my initial case, partition J - Q on Lenovo and Dell goes back to MBR. This did mnotnhappen on my XSeagate 2TB Hdd external BTW. So why with an SSD?

What guarantee that my nightmare concerns can be dismissed ?

Your last comment on Lessons Learned makes no sense. That is what I did initially on the Lenovo before I posted.And Dell gave every indication it was MBR. Hallucinating again ?
 

A GPT/MBR disk cannot “flip” just by moving it between the Dell and the Lenovo. The partition table is stored on the Samsung itself. So if one PC shows GPT and the other shows MBR, one of these is happening:
1) You’re not looking at the same physical disk (easy to do if multiple disks are attached and Windows renumbers them), or
2) The disk is actually MBR with an Extended partition + many Logical drives (this allows lots of drive letters like J–Q even though the disk is still MBR), or
3) One of the PCs is showing a stale/cached view until you refresh/rescan.
There is no SSD vs HDD rule that makes partition style behave differently. SSD vs HDD doesn’t matter here.

What “guarantee” can dismiss the nightmare?​

This one:

If both PCs show Partition style: GUID Partition Table (GPT) in Disk Management → right‑click the disk label (“Disk X”) → Properties → Volumes, then the disk is GPT, full stop.​

And if either PC shows MBR there, then it’s MBR, full stop.
Everything else (drive letters, Dynamic prompts) is secondary.

Do this exact 30‑second check on BOTH PCs (and report just the one line)​

On each machine, with the Samsung plugged in:
  1. Win+X → Disk Management
  2. Find the Samsung by size (~1863 GB)
  3. Right‑click the left box that says Disk XPropertiesVolumes
  4. Tell me what it says for Partition style:
    • “GUID Partition Table (GPT)” or
    • “Master Boot Record (MBR)”
That’s the only thing that matters right now.

If you want an even clearer confirmation (copy/paste)​

In PowerShell (Admin) on each PC:
Get-Disk | Format-Table Number,FriendlyName,Size,PartitionStyle,IsRemovable -Auto
Paste the one line that corresponds to the Samsung (by size/name).

About my earlier “lesson learned” comment​

You’re right to push back: you did initialize on the Lenovo first. My point (poorly phrased) was simply: initialize to GPT once, then verify by that “Partition style” line on any other PC before doing lots of work.

Reply with:
  • Dell “Partition style = ____”
  • Lenovo “Partition style = ____”
…and I’ll tell you exactly what’s going on (most likely: it’s actually MBR+extended/logical, or you’re checking the wrong Disk # on one machine).
 

I may be 84 but the only multiple dis(c)ks I have around are the "bad" discs in my painful back.

Lenovo: Disk 1 Basic Online Volumes GPT
Dell: Exact same.
Plse stop mentioning "Dynamic" - I am more than well-aware of avoiding it.

I'll have another go tomorrow 8:20 pm here now.
 

Got it — and thanks for the clear confirmation.
If both machines show:
Disk 1 → Basic → Online → Partition style: GPT
then the Samsung is GPT. It cannot “turn into MBR” just because you moved it between PCs.

So why do you keep seeing “Convert to MBR” sometimes?​

Because Disk Management will offer “Convert to MBR” whenever the entire disk is Unallocated (i.e., no volumes). That option simply means “you are allowed to convert it right now because it’s empty”not that Windows thinks it is MBR.
Once you create partitions again, that “Convert to MBR” option typically disappears (or becomes greyed out), because conversion requires the disk to be empty.

For tomorrow: the simplest safe checklist​

Do this exactly (no scripts):
1) Pick one PC to do the partitioning (Lenovo or Dell — doesn’t matter).
2) After you finish creating partitions, Safely Remove Hardware and unplug.
3) Plug into the other PC → open Disk Management → in the top menu click:
Action → Rescan Disks
4) Then check again: Disk 1 → Properties → Volumes → Partition style (should still say GPT).
5) Expect drive letters to differ; rely on your Volume Labels.
If you see anything that appears to contradict this tomorrow, the fastest way for me to resolve it is a single screenshot of Disk Management (showing the left “Disk 1” box and a couple of partitions). That will tell us whether it’s just Windows offering a conversion option, vs. a real partition-table issue.
Rest up — you’ve already proven the important part: both PCs agree it’s GPT.
 

All went exactly as advertised. Yes, drive letters on Dell start with D: so I will go with Volume Labels on the Dell as discussed. Thank You for all the help.
 

Glad it’s working correctly now.
Using Volume Labels on the Dell is a solid approach (since drive letters are assigned per‑PC). A couple quick best practices to keep things stable:
  • Don’t convert anything (you already know this one).
  • Safely Remove Hardware / Eject before unplugging the T7 (helps prevent file system issues).
  • If you ever see partitions “missing” right after plugging in on a different PC: Disk Management → Action → Rescan Disks.
  • Consider keeping a simple text file on the root of the SSD like READ_ME.txt listing what each Volume Label is for (makes it foolproof later).
If anything odd comes back (a label not showing, a partition suddenly “RAW,” etc.), post a screenshot of Disk Management and I’ll tell you the minimal fix.
 

Back
Top