On 2012-01-31 17:11 +0100, lina wrote: > ~$ df > Filesystem 1K-blocks > Used Available Use% Mounted on > rootfs 681584 > 531940 115468 83% / > udev 4038260 > 0 4038260 0% /dev > tmpfs 808928 > 928 808000 1% /run > /dev/disk/by-uuid/2a687c3c-ffb4-4577-9781-beb6b88eb71b 681584 > 531940 115468 83% / > > is it normal to have this?
If you use a UUID in the root=… kernel commandline, /etc/mtab is a symlink to /proc/mounts, and the initramfs uses busybox (all the case by default), this is to be expected. The reason is that the root filesystem is mounted in the initramfs, and busybox's mount implementation does not canonicalize the /dev/disk/by-uuid path name. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653073. Sven -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87aa53lr5c....@turtle.gmx.de