我有这个:
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1217 9775552 83 Linux
/dev/sda2 1218 60801 478608480 83 Linux
我想把sda2缩小10倍,让sda1有更多的空间。sda2是LVM上的一个PV,但是VG中有一些空闲空间,所以我不必担心文件系统萎缩。
我如何告诉我的LVM将数据从sda2的前10 it中移出,然后重做我的分区表以
我试图增加40 GB到60 GB的磁盘,并使它100 GB。磁盘是从后端添加的,在fdisk中显示100 is。但是,当尝试创建新分区时,我会出现“没有可用的空闲扇区”的错误。
在尝试使用fdisk /dev/sda创建分区时,如下所示:
]# fdisk /dev/sda
The device presents a logical sector size that is smaller than
the physical sector size. Aligning to a physical sector (or optimal
I/O) size boundary is recommen
几年前,我划分了一个非常大的列商店索引表的集合。为了简单起见,假设我有四个分区文件,其中根据客户ID的范围存储数据。
CREATE PARTITION FUNCTION [CustomerPF](int) AS RANGE LEFT FOR VALUES (
N'25'
,N'50'
,N'75')
CREATE PARTITION SCHEME [CustomerPS] AS PARTITION [CustomerPF] TO (
customer0to25fg
,customer26to50fg
我想将我的磁盘划分为2,一个分区用于UEFI,另一个分区用于Btrfs,我将在其中安装Linux。
我应该使用哪种类型的参考线?Linux有很多可用的,请参阅sfdisk中的列表:
0657FD6D-A4AB-43C4-84E5-0933C84B4F4F Linux swap
0FC63DAF-8483-4772-8E79-3D69D8477DE4 Linux filesystem
3B8F8425-20E0-4F3B-907F-1A25A76F98E8 Linux server data
44479540-F297-41B2-9AF7-D131D5F0458A Linux root