Hallo
Ich sicher mit rsync auf eine NAS verschiedene Ordner. Die Größe auf der Festplatte beträgt ca 35 GB. Aber auf der NAS sind das 90 GB. Wie kommt denn dieser Größenunterschied zustande. Beides ist "ext3".
Ich habe mal ein Verzeichnis mit ll und du ausgelesen.
Wie kommt denn der Größenunterschie zustande :???: :???: :???:
cu
Huflatisch
Ich sicher mit rsync auf eine NAS verschiedene Ordner. Die Größe auf der Festplatte beträgt ca 35 GB. Aber auf der NAS sind das 90 GB. Wie kommt denn dieser Größenunterschied zustande. Beides ist "ext3".
Ich habe mal ein Verzeichnis mit ll und du ausgelesen.
Code:
serv:~/inst-sys # ll
insgesamt 28
-rw-r--r-- 1 root root 122 7. Dez 2008 .bash_history
-rw-r--r-- 1 root root 291 7. Dez 2008 .bash_login
drwxr-xr-x 2 root root 4096 15. Aug 13:13 .config
drwxr-xr-x 2 root root 4096 15. Aug 13:12 .gnupg
-rw-r--r-- 1 root root 4992 7. Dez 2008 .vimrc
drwxr-xr-x 2 root root 4096 7. Dez 2008 .yast2
serv:/mnt/nas-storage/backup/2009-09-23_20Uhr08_Mittwoch/root/inst-sys # ll
insgesamt 6144
-rw-r--r-- 1 root root 122 7. Dez 2008 .bash_history
-rw-r--r-- 1 root root 291 7. Dez 2008 .bash_login
drwxr-xr-x 2 root root 0 15. Aug 13:13 .config
drwxr-xr-x 2 root root 0 15. Aug 13:12 .gnupg
-rw-r--r-- 1 root root 4992 7. Dez 2008 .vimrc
drwxr-xr-x 2 root root 0 7. Dez 2008 .yast2
Code:
serv:~/inst-sys # du /root/inst-sys/
8 /root/inst-sys/.config
8 /root/inst-sys/.gnupg
20 /root/inst-sys/.yast2
56 /root/inst-sys/
serv:/mnt/nas-storage/backup/2009-09-23_20Uhr08_Mittwoch # du root/inst-sys/
2048 root/inst-sys/.config
2048 root/inst-sys/.gnupg
3072 root/inst-sys/.yast2
11264 root/inst-sys/
Wie kommt denn der Größenunterschie zustande :???: :???: :???:
cu
Huflatisch