使用fdisk更改分区会显示警告,例如“ partition#x包含ext4-signature”

时间:2018-12-12 13:04:12

标签: filesystems partitioning partition ext4

我正在缩小

#Reduce Partition Size
fsck -f /dev/sdb2
resize2fs /dev/sdb2 -M -p

#Limit Partion
fdisk /dev/sdb
... #Now I'm changing the Partition 2 to the new (smaller) size

fdisk给我一个partition#2 contains ext4-signaturePartition #2 enthält eine ext4-Signatur)之类的(红色)警告

有什么问题吗?为什么fdisk会向我显示警告?

1 个答案:

答案 0 :(得分:0)

我试图找到相同的东西。 因此,这意味着该分区上有EXT4 fs。 例如,在分区和FS增大时,此警告似乎出现。如果您不打算删除fs,只需选择“ N”。

Created a new partition 1 of type 'Linux' and of size 100 GiB.
Partition #1 contains an ext4 signature.

Do you want to remove the signature? [Y]es/[N]o: N

此处最完整的答案:https://unix.stackexchange.com/questions/477991/what-is-a-vfat-signature/478001#478001