When creating a partition with Linux, an error is reported:
no free sectors available
Chinese translation
No free partitions available
reason:
No free sectors available: your disk space is insufficient and there is no extra space for you to allocate; Sometimes, using various translation tools is not necessarily accurate; Everyone can understand vernacular;
The Linux partition also needs space. If you don’t even have excess disk space, of course, you can’t divide the partition;
Combined with the above figure:
Let’s take a look at all the information on the disk; With command:
fdisk -l
As a result, it is found that VDB already has a partition, which is/dev/vdb1; It happens to be the size of the whole disk, because we can’t partition again; As shown below:
Therefore, we need to delete the partition first and then re partition it! The entire command is as follows:
fdisk /dev/vdb
d
(select the partition number. Bloggers only have one partition on this disk, and do not need to select. For multiple partitions, you need to select the partition number; if you do not understand the partition number of the disk)
Read More:
- Free(): invalid pointer error when libtorch runs under Linux
- Insert datagram error: ISAM error: no free disk space
- Error in `./a.out‘: free(): invalid next size (fast): 0x0000000001da8010
- When installing software in Ubuntu, it prompts: E: You don’t have enough free space in /var/cache/apt/archives/.
- MySQL partitions the existing tables of the data table
- Creating Server TCP listening socket 127.0.0.1:6379: bind: No error。。。 Solutions to problems encountered in startup
- ADT:v22.6.2-1085508 Creating Android project and creating appcompat automatically_ V7 solution
- Node Error: Too many hive partitions report an error [How to Solve]
- The solution of “failed to load ldlinux. C32” in Linux system
- launch failed.Binary Not found in Linux / Ubuntu solution
- Alpine Linux executable file crash report error / lib / x86 not found_ 64 Linux GNU / libc.so solution
- Solution to the problem that listen TCP 0.0.0.0:3306: bind: address already in use port is occupied in Linux centos7
- Configuration: error: no acceptable C compiler found in $path error in Linux installation file
- No code, a solution to the error in the path of reading CSV file by Python: filenotfounderror: [errno 2] no such file or directory: ‘XX. CSV‘
- Error:No toolchains found in the NDK toolchains folder for ABI with prefix: mipsel-linux-android
- Solution to the problem of multiple parameters when using pipeline under Linux
- no matching manifest for linux/arm64/v8 in the manifest list entries
- Failed to download when creating Vue project, solution
- About ora-00257: archiver error. Connect internal only, until free
- Linux use ls to view the file color is all white solution, and Linux file color introduction