Guten Morgen!
Laut cfdisk ist hdb2 5.1GByte groß:
hdb2 Primary Linux ext3 5141.35
Laut df jedoch einiges kleiner (5141-->3844): Filesystem 1k-blocks Used Available Use% Mounted on /dev/hdb2 3844616 32828 3616488 1% /mnt
Bei einer ext2 Partition ist der Unterschied zwischen "physischem" Platz auf der Platte und dem Platz für Dateien nicht so groß (5996-->5763):
cfdisk: hda5 Logical Linux ext2 5996.23
df: Filesystem 1k-blocks Used Available Use% Mounted on /dev/hda5 5763616 5359216 111620 98% /
Bei ext2 sind rund 200MB für Inodes u.ä. gespeichert bei ext3 1300MB.
Dummerweise sind die fehlenden Bytes gerade die, die noch nötig sind um per rsync ein Backup auf eine zweite Platte zu machen.
Gibt es bei ext3 immer einen so großen Overhead? Die Partition wurde mit "mkfs.ext3 /dev/hdb2" erstellt.
thomas
Am Montag, dem 21. Oktober 2002 um 08:23:00, schrieb Thomas Guettler:
Gibt es bei ext3 immer einen so großen Overhead?
Nein (siehe hda5):
# parted GNU Parted 1.4.24 Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This program is free software, covered by the GNU General Public License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Using /dev/hda Information: The operating system thinks the geometry on /dev/hda is 5005/255/63. Therefore, cylinder 1024 ends at 8032.499M. (parted) p Disk geometry for /dev/hda: 0.000-39266.718 megabytes Disk label type: msdos Minor Start End Type Filesystem Flags 2 0.031 478.498 primary linux-swap 3 478.499 2431.713 primary ntfs boot 1 10017.092 39260.412 extended lba 5 10017.123 19555.686 logical ext3 6 19555.717 29996.367 logical ntfs (parted) q # df -h Filesystem Size Used Avail Use% Mounted on /dev/hda5 9.2G 4.2G 4.9G 46% / vwisb7:/home 148G 112G 35G 76% /var/autofs/misc/home
Die Partition wurde mit "mkfs.ext3 /dev/hdb2" erstellt.
Merkwürdig.
Torsten
lug-dd@mailman.schlittermann.de