On 09/18/2009 02:20 AM, Alan E. Davis wrote:
I followed the method outlined in the Gentoo installation docs, placing /boot on a small partition. Then when booting, I specify the root directory in grub.conf.The device is listed in /etc/fstab /dev/sda4 / ext3 noatime 0 1 However, df doesn't list /dev/sda4. Is this because it was specified as a parameter? The following are listed by df: rootfs 9780176 8060012 1223356 87% / /dev/root 9780176 8060012 1223356 87% /
This is normal. It's just that df does not dereference symlinks; /dev/root is a symlink, in your case to /dev/sda4. That's how the root filesystem gets mounted these days.
You can know the name of a bird in all the languages of the world, but when you're finished, you'll know absolutely nothing whatever about the bird... So let's look at the bird and see what it's doing---that's what counts.
If that's supposed to be a sig, could you please make that more apparent?

