I'm trying to install Linux Mint, but I'm running into a wall. My Windows system shows that I have 600GB available on my local drive, so everything seems fine. However, when I start the Linux installation, I get a message saying "your disk has low space" and the installer freezes before I can even get to the partitioning stage. It's incredibly frustrating.
I thought the issue might be that it's trying to install on my recovery partition, which has minimal space, but when I boot into Linux, it only recognizes a drive labeled 'Computer' with just 6GB of space. Why is that? I can't see the other 600GB that Windows detects. How can I fix this? Am I going to need a new machine just to run Linux Mint? What are my options here?
3 Answers
It sounds like Linux might be trying to install where there isn't enough space. Are you sure that available space is in the same partition as Windows? Linux needs to install on a completely empty partition to work properly.
Keep in mind that Windows cannot see Linux partitions, which could be part of your problem. When you're selecting the install location in Linux, remember that it labels disks differently than Windows does, so double-check your selections!
You can check your disk partitions by opening a terminal and using the command `lsblk -f`. This will show you the available disks and their filesystems, which might help to clarify what's going on!

Yeah, definitely check the partition details first. If the space is mixed in with other formats, that could cause issues.