Я уменьшаю размер раздела с помощью
#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-signature
(Partition #2 enthält eine ext4-Signatur
)
Что-то не так?Почему fdisk показывает мне предупреждение?