Disk Drive: /dev/hda
Size: 164696555520 bytes, 164.6 GB
Heads: 255 Sectors per Track: 63 Cylinders: 20023
Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
hda1 Boot Primary Linux ext2 57.58
hda2 Primary Linux swap / Solaris 1077.52
hda3 Primary Linux ext3 163559.70
Nur den mutigen gehört die Welt also ein los mit parted...
Und sogleich gebremst:
Somit is dann wohl die Vermutung naheliegend, das resize2fs zwar das Filesystem verkleinert hat, nicht jedoch die Partition... liege ich da richtig?
man resize2fs wrote: The resize2fs program does not manipulate the size of partitions. If you wish to enlarge
a filesystem, you must first make sure you can expand the size of the underlying partition
first. This can be done using fdisk by deleting the partition and recreating it with a
larger size. When recreating the partition, make sure you create it with the same start‐
ing disk cylinder as before! Otherwise, the resize operation will certainly not work, and
you may lose your entire filesystem. After running fdisk, run resize2fs to resize the
ext2 filesystem to use all of the space in the newly enlarged partition.