<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: balaji s</title>
    <description>The latest articles on DEV Community by balaji s (@rsbalaji).</description>
    <link>https://dev.to/rsbalaji</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4017638%2Fe92be38e-0ada-4b81-89d0-62ea3e272a31.png</url>
      <title>DEV Community: balaji s</title>
      <link>https://dev.to/rsbalaji</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rsbalaji"/>
    <language>en</language>
    <item>
      <title>Solved the Windows Shrink Volume Problem Using AOMEI Partition Assistant to Install Linux Mint</title>
      <dc:creator>balaji s</dc:creator>
      <pubDate>Sun, 12 Jul 2026 17:37:25 +0000</pubDate>
      <link>https://dev.to/rsbalaji/solved-the-windows-shrink-volume-problem-using-aomei-partition-assistant-to-install-linux-mint-4ed6</link>
      <guid>https://dev.to/rsbalaji/solved-the-windows-shrink-volume-problem-using-aomei-partition-assistant-to-install-linux-mint-4ed6</guid>
      <description>&lt;p&gt;Recently, I wanted to install Linux Mint Cinnamon alongside Windows 11 on my Samsung Galaxy Book2 Pro 360. Since my laptop had only a single &lt;strong&gt;C: drive&lt;/strong&gt;, I needed to shrink the Windows partition and create &lt;strong&gt;100 GB of unallocated space&lt;/strong&gt; for &lt;strong&gt;&lt;em&gt;Linux&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;At first, I thought Windows Disk Management would be enough. However, I encountered one of the most common Windows partitioning errors:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1oz6ino7pczbmpswog77.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F1oz6ino7pczbmpswog77.png" alt=" " width="670" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You cannot shrink a volume beyond the point where any unmovable files are located.&lt;br&gt;
Although my C: drive had 147 GB of free space, Windows only allowed me to shrink 653 MB.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Problem Begins
&lt;/h2&gt;

&lt;p&gt;When I opened Disk Management &lt;strong&gt;Right Click C: → Shrink Volume&lt;/strong&gt; Windows calculated the available shrink space as only &lt;strong&gt;653 MB&lt;/strong&gt; instead of the expected 100 GB.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Does This Happen?
&lt;/h2&gt;

&lt;p&gt;Windows stores several system files near the end of the partition.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Page File (pagefile.sys)&lt;/li&gt;
&lt;li&gt;Hibernation File (hiberfil.sys)&lt;/li&gt;
&lt;li&gt;Master File Table (MFT)&lt;/li&gt;
&lt;li&gt;System Restore data&lt;/li&gt;
&lt;li&gt;NTFS Metadata&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Windows Disk Management cannot move these files.&lt;/p&gt;

&lt;p&gt;Even if available of free space exists, the partition cannot be shrunk beyond the last unmovable file.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Tried Before Using AOMEI
&lt;/h2&gt;

&lt;p&gt;Before installing any third-party software, I tried every recommended Windows method.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Disabled Hibernation
&lt;/h3&gt;

&lt;p&gt;Opened Command Prompt as Administrator.&lt;br&gt;
&lt;code&gt;powercfg -h off&lt;/code&gt;&lt;br&gt;
This removed the hibernation file.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Disabled Page File
&lt;/h3&gt;

&lt;p&gt;Open &lt;strong&gt;run&lt;/strong&gt; window  &lt;code&gt;sysdm.cpl&lt;/code&gt; Navigated to&lt;/p&gt;

&lt;p&gt;Advanced&lt;br&gt;
→ Performance&lt;br&gt;
→ Settings&lt;br&gt;
→ Advanced&lt;br&gt;
→ Virtual Memory&lt;/p&gt;

&lt;p&gt;It disabled paging temporarily then Restarted Windows.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Disabled System Protection
&lt;/h3&gt;

&lt;p&gt;Opened &lt;strong&gt;System Protection&lt;/strong&gt; then Turned off Restore Points temporarily.&lt;br&gt;
again Restarted Windows.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Defragmented Free Space
&lt;/h3&gt;

&lt;p&gt;Run &lt;code&gt;defrag C: /X&lt;/code&gt; The result showed:&lt;br&gt;
Largest Free Space = 65.92 GB&lt;br&gt;
Although free space became more contiguous, Windows still could not shrink the partition to the required size.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Tried Safe Mode
&lt;/h3&gt;

&lt;p&gt;Enabled Safe Mode using &lt;code&gt;msconfig&lt;/code&gt;then Restarted Windows.&lt;br&gt;
Unfortunately,&lt;br&gt;
Disk Management still could not shrink the partition because the Master File Table (MFT) remained unmovable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Chose AOMEI Partition Assistant
&lt;/h2&gt;

&lt;p&gt;At this point, it became clear that Windows Disk Management had reached its limitations.&lt;/p&gt;

&lt;p&gt;I researched several partition management tools and selected AOMEI Partition Assistant Standard for the following reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Free for personal use&lt;/li&gt;
&lt;li&gt;User-friendly interface&lt;/li&gt;
&lt;li&gt;Supports resizing the Windows system partition&lt;/li&gt;
&lt;li&gt;Can move unmovable system files&lt;/li&gt;
&lt;li&gt;Uses Windows PE mode for safe partition operations&lt;/li&gt;
&lt;li&gt;Excellent success rate reported by users&lt;/li&gt;
&lt;li&gt;Supports GPT/UEFI systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Unlike Windows Disk Management, AOMEI performs partition operations before Windows fully loads, allowing it to relocate files that Windows normally locks.&lt;/p&gt;

&lt;h2&gt;
  
  
  AOMEI Partition Assistant Tool
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Step 1
&lt;/h3&gt;

&lt;p&gt;Download and install&lt;br&gt;
AOMEI Partition Assistant Standard from following link: &lt;a href="https://www.aomeitech.com/llyy/download/aomei-partition-software.html" rel="noopener noreferrer"&gt;https://www.aomeitech.com/llyy/download/aomei-partition-software.html&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 2
&lt;/h3&gt;

&lt;p&gt;Select shrinking disk from partition list&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvt9ioo3os7mdvzzu1nyf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fvt9ioo3os7mdvzzu1nyf.png" alt=" " width="799" height="418"&gt;&lt;/a&gt;&lt;br&gt;
Select &lt;strong&gt;Resize/Move Partition&lt;/strong&gt; from properties&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 3
&lt;/h3&gt;

&lt;p&gt;Drag the partition slider.&lt;br&gt;
I reduced the partition size from 457 GB to 357 GB&lt;br&gt;
This creates &lt;strong&gt;100 GB Unallocated Space&lt;/strong&gt; &lt;br&gt;
Finally I review the pending operation then layout should show&lt;br&gt;
C: 357 GB&lt;br&gt;
Unallocated: 100 GB&lt;br&gt;
Nothing is changed yet because my linux installation take to choose format options.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fscuzote9xnwh7z7ro5ll.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fscuzote9xnwh7z7ro5ll.png" alt=" " width="799" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 4
&lt;/h3&gt;

&lt;p&gt;AOMEI detects that the Windows system partition is being modified.&lt;/p&gt;

&lt;p&gt;It displays Restart into Windows PE Mode&lt;br&gt;
so Select that one then Click -&amp;gt; OK&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2d7sxno11e8gv0ibf003.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F2d7sxno11e8gv0ibf003.png" alt=" " width="800" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Step 5
&lt;/h3&gt;

&lt;p&gt;The computer restarts. Instead of loading Windows immediately, AOMEI boots into its own Windows PE environment. It safely moves the unmovable system files. This process took around 10–20 minutes on my SSD.&lt;br&gt;
After restart windows I am opening Disk Management it showed 100GB unallocated exactly as my planned.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installing Linux Mint
&lt;/h2&gt;

&lt;p&gt;Instead of formatting the new space as NTFS, I left it as Unallocated.&lt;br&gt;
Then I booted using the Linux Mint USB installer.&lt;br&gt;
During installation, I selected &lt;code&gt;Something Else&lt;/code&gt; option&lt;br&gt;
Created an &lt;code&gt;Ext4&lt;/code&gt; partition using the &lt;strong&gt;100 GB unallocated space&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Reused the existing EFI System Partition without formatting it.&lt;/p&gt;

&lt;p&gt;Finally my installation completed successfully.&lt;br&gt;
Now my laptop have dual boots:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Windows 11&lt;/li&gt;
&lt;li&gt;Linux Mint Cinnamon&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>linux</category>
      <category>linuxinstallation</category>
      <category>dualboot</category>
      <category>windowspartition</category>
    </item>
  </channel>
</rss>
