i have a system with one root-partition and two encrypted LVM-partitions (system and data):
Code: Select all
/dev/mapper/local-system /system ext4 noatime 1 0
/dev/mapper/local-data /data ext4 noatime 1 0
Code: Select all
# ll /system/
...
drwxr-xr-x 3 root root 4,0K 17. Mai 2010 home
drwxr-xr-x 15 root root 4,0K 30. Jan 12:09 opt
drwxr-xr-x 14 root root 4,0K 24. Jan 17:06 usr
drwxr-xr-x 13 root root 4,0K 24. Jan 21:29 var
Code: Select all
/system/usr /usr none bind
/system/var /var none bind
/system/opt /opt none bind
Code: Select all
# df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
/dev/mapper/rootfs 1007M 363M 593M 38% /
tmpfs 385M 796K 384M 1% /run
udev 10M 0 10M 0% /dev
shm 1,9G 140K 1,9G 1% /dev/shm
cgroup_root 10M 0 10M 0% /sys/fs/cgroup
/system/usr 25G 18G 5,9G 75% /usr
/dev/mapper/local-data 50G 21G 27G 44% /data
tmpfs 1,9G 16K 1,9G 1% /tmp
Code: Select all
# mount | grep system
/dev/mapper/local-system on /system type ext4 (rw,noatime,commit=0)
/system/usr on /usr type none (rw,bind,commit=0)
/system/var on /var type none (rw,bind,commit=0)
/system/opt on /opt type none (rw,bind,commit=0)
Can someone explain me what is going wrong here?
This also brings some other effects with, for example when i want to emerge:
Code: Select all
* There is NOT at least 6 GiB disk space at "/system/portage/portage/app-office/libreoffice-4.1.4.2/temp"
Thanks,
Antonios.
