Всем привет.
Не могу сжать файловую систему. Провожу такой эксперимент:Coздаю файловую систему в файле (100M)
dd if=/dev/zero of=file.fs bs=1k count=100000
losetup /dev/loop0 file.fs
mkfs.ext3 /dev/loop0Пытаюь изменить размер
resize2fs /dev/loop0 20M
e2fsck -f /dev/loop2После этого монтирую. Показывает те же 100M. Что-то я пропустил? Или файловую систему в файле изменить не получиться?
Заранее спасибо.
:-(
As always, man resize2fs answers to as:If you wish to shrink an ext2 partition, first use resize2fs to shrink
the size of filesystem. Then you may use fdisk(8) to shrink the size
of the partition. When shrinking the size of the partition, make sure
...
>As always, man resize2fs answers to as:
>
> If you wish to shrink
>an ext2 partition, first use resize2fs to shrink
> the size of
>filesystem. Then you may use fdisk(8) to shrink the size
>
> of the partition. When
>shrinking the size of the partition, make sure
>...
да
>>As always, man resize2fs answers to as:
>>
>> If you wish to shrink
>>an ext2 partition, first use resize2fs to shrink
>> the size of
>>filesystem. Then you may use fdisk(8) to shrink the size
>>
>> of the partition. When
>>shrinking the size of the partition, make sure
>>...
>
>
> даУра. Огромное спасибо.
>Ура. Огромное спасибо.что то я не понимаю, как с помощью fdisk уменьшить размер /dev/loop0...
размер файловой системы поправил, все ок...
удаляю, создаю раздел нужного размера с помощью fdisk.. а дальше?