Laptop Optimization Masterclass – Part 3: Storage Upgrades & Partitioning (2025 Guide)


Laptop Optimization Masterclass - Part 3: Storage Upgrades & Partitioning (2025 Guide)

Slow boot? Sluggish loading? It might not be your RAM or CPU - it’s your storage holding everything back.

In this Part 3 of our Masterclass, you’ll learn how to choose the right SSD, upgrade safely, and set up partitions like a pro for Windows, Linux, or dual boot.


Step 1: SSD > HDD - What’s the Real Difference?

Storage Type        Avg. Boot Time        File Transfer Speed        Price (500GB)
HDD (5400 RPM)        60 - 90 sec        50 - 100 MB/s        ₹2,000
SATA SSD        15 - 20 sec        500 MB/s        ₹2,700
NVMe SSD (Gen 3)        8 - 12 sec        1500 - 3500 MB/s        ₹3,200
NVMe SSD (Gen 4)        6 - 10 sec        5000 - 7400 MB/s        ₹3,800


Verdict: Even a SATA SSD is a game-changer. NVMe = next-level smooth.

Step 2: What SSD Type Does Your Laptop Support?

  • 🔍 Check laptop spec sheet or use tools like HWiNFO or Crucial System Scanner

  • 🔧 Most modern laptops (2020+) support M.2 NVMe

  • 📦 Older laptops support only 2.5" SATA

Some laptops have both (M.2 + 2.5”), perfect for dual - drive setup!

Step 3: Best SSDs for Indian Buyers (2025)

🔹 Budget SATA SSDs:

  • Crucial BX500

  • Kingston A400

  • WD Green SATA

🔹 Entry NVMe Gen 3:

  • Kingston NV2

  • Crucial P3

  • WD SN570

🔹 Gen 4 Beasts:

  • Samsung 990 EVO

  • Crucial P5 Plus

  • WD Black SN850X

Tip: Check TBW (endurance), DRAM cache, and controller type for better value.

Step 4: Cloning Your Old Drive (Keep Your OS & Files)

No need to reinstall everything!

Tools for Cloning:

  • Macrium Reflect (Free)

  • AOMEI Backupper

  • Clonezilla (Linux / Advanced)

Steps:

  1. Connect new SSD (via internal port or USB-to-M.2/SATA adapter)

  2. Use cloning software to copy entire drive

  3. Shut down, remove old drive (if needed), boot from SSD

  4. Enter BIOS → Set SSD as priority

Don’t forget to align partitions and enable AHCI mode in BIOS.

Step 5: Smart Partitioning Strategy (Windows/Linux)

Ideal Partition Layout (500GB+ SSD):

PartitionSizeUse
C: Drive        120 - 150GB            OS + Apps
D: Drive        200 - 300GB            Files, Games, Projects
E: Drive        50 - 100GB            Backup, Restore Images
Linux EXT4        40 - 60GB            Dual Boot (if needed)
Swap (Linux)        2 - 4GB            Optional


Benefits: Faster indexing, easier backups, dual-boot support.

Step 6: Dual Boot? Here’s How to Do It Cleanly

  • Install Windows first

  • Then boot Linux installer (Ubuntu, Fedora, Mint)

  • Use “Something Else” method to assign:

    • / root (EXT4), /home, and swap partitions

  • Use Grub2 or rEFInd for bootloader management

Secure Boot may block Linux - disable it in BIOS if needed.


Step 7: Post-Upgrade Optimization

  • Enable TRIM

    • Windows: fsutil behavior set DisableDeleteNotify 0

    • Linux: Add discard option in / etc / fstab

  • Disable Defrag on SSD

  • Enable AHCI mode

  • Set proper pagefile size (or disable if RAM > 16GB)


Recap: Best Practices

TaskTool/TipImpact
Upgrade to SSD            Any NVMe Gen 3            Massive speed boost
Clone old drive            Macrium Reflect            Saves time, zero data loss
Partition smartly            C+D+Linux            Clean storage flow
Enable TRIM            CMD / Fstab            Long SSD life
Dual boot clean            Manual partitioning            Avoid bootloader issues

Comments