Questions tagged [cfdisk]
cfdisk is a linux partition table editor. It is similar to fdisk, but with a different user interface (curses).
35 questions
0 votes
0 answers
115 views
extended disk in cfdisk but it will not grow in df -h
i have a VM running ubuntu and extended a disk to 6Tb, i saw the extra space in the cfdisk command and resized it to the max (6t) it shows up as 6t in fdisk as well but in df -h it will not grow in ...
6 votes
2 answers
814 views
How can I list partitions in storage order?
After telling general information (capacity, sector size and the like) fdisk shows 8 columns: sdXY, Boot, begin, end, # of sectors, size, flags, type. The partitions get sorted by Y in their sdXY ...
0 votes
2 answers
9k views
Extend 100GB of unallocated space on /dev/sda1 device in command line
I'm looking on my Debian 11 Server for the easiest way to allocate 100GB of extra space after the /dev/sda1 device in command line. The sda1 partition is almost full and needs to be resize with the ...
0 votes
0 answers
667 views
Dual booting Arch Linux and Windows with nvme ssd with raid (or fake raid, unsure)
I'm attempting to dual boot Arch Linux with Windows 10, but have run into some problems with partitioning. I was following the installation wiki and SavvyNik's tutorial for dual booting Arch Linux, ...
1 vote
1 answer
1k views
Multiple Free Space Disk Partition
I can't merge these free spaces somehow.
0 votes
2 answers
20k views
Changing label type in Arch Linux cfdisk
I'm trying to install Arch Linux on a disk which was previously partitioned. The Disklabel type is automatically set to gpt. I need to change it to dos. How can I do it?
1 vote
3 answers
19k views
Ubuntu 18.04 Extend Disk
I've got a virtual Ubuntu 18.04 server which is running low on disk space. As this is a virtual server I increased the hard disk size in vSphere. I can see the free space in cfdisk but am unsure how ...
10 votes
2 answers
9k views
What are the differences between Linux filesystem, Linux server data, Linux root, Linux reserved and Linux home in fdisk?
While creating file systems with fdisk on GPT partitions, I have noticed in the file system type, there are options like: 20 Linux filesystem 0FC63DAF-8483-4772-8E79-3D69D8477DE4 21 ...