Try aomei partition manager. Solved all my partition related issues on windows
PC Master Race
A community for PC Master Race.
Rules:
- No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
- Be respectful. Everyone should feel welcome here.
- No NSFW content.
- No Ads / Spamming.
- Be thoughtful and helpful: even with ‘stupid’ questions. The world won’t be made better or worse by snarky comments schooling naive newcomers on Lemmy.
Notes:
- PCMR Community Name - Our Response and the Survey
yup can confirm aomei partition assistant (free version) works smoothly on my machine
Thanks! I'll give it a try
additional info This is what happens when Gparted live USB is selected during boot, any fix pls
Your BIOS just has some issues, that's completely normal. Windows keeps this stuff silent, but Linux typically tells you
Sometimes partition-magic can get you more space, but you’re running a high risk of breaking things.
You’re also trying to shrink windows down to less than a 500gb partition and I wouldn’t recommend that.
Get a second 500gb ssd and boot your second os from there?
Meanwhile I'm keeping windows on a 40gb partition
Oh it’s doable, but shrinking down to that size and moving “unmovable boot blocks” is different, and 40g limits what you can do
40 GB is pretty rough and personally I’d say about 120 GB is the lowest if you want some wiggle room without needing to frequently tinker with finding free space. But 500 GB is way more than necessary at least for now.
Depends on what you use it for.
The second you install outlook, that’s probably 80gb of pst lol.
120 is good for a low usage machine
The second you install outlook
Well there’s the problem right there! :-D
Agreed 😝
GParted and most Linux distros wont touch a hibernated Windows NTFS disk. Unfortunately by default Windows saves its kernel in hibernation files on shutdown to shave a few seconds off boot, this anti-fearure is called Fast Startup/Boot. When Windows hibernates it make gparted and other partitioning tools default to read only mode when mounting NTFS partition.
I believe you can run ntfsfix /dev/sda2
(replacing sda2
with the drive name, see fdisk -l
for names of drives) to resolve this from a terminal in gparted and other OSes.
You can also try to disable Fast Startup.
For partitioning, EaseUS has a great partitioning tool (Windows only) that works well with Windows partitions, it fails with anything more advanced than Ext2.
Defragging is the fix for this, but that's not available on SSDs.
You'd need a dedicated partition management program to work around this issue. There is one major caveat - this could negatively affect the life of the SSD due to something called write amplification.
Personally I would suggest using another disk if you have one available...