So I'm not much of an expert and I'm trying out linux now to get more of an understanding. What I am trying to do is create a partition, however, there is no free space on my hard drive. Everything is already allocated to a partition. Here's a couple pictures to hopefully help explain:
Disk /dev/nvme0n1: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 256GB 256GB ext4
Now, when I run fdisk on /dev/nvme0n1 I get this:
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
This disk is currently in use - repartitioning is probably a bad idea.
It's recommended to umount all file systems, and swapoff all swap
partitions on this disk.
So what I am wanting to do is build a Linux From Scratch system. I believe the knowledge would help me in the future so don't try to push me away from doing that. I'm simply just looking for a solution. I need to create a partition that I can build my LFS system on. Thank you y'all!