I type:
df
and it spits this out:
Code:
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 5036316 3662800 1117684 77% /
/dev/root 5036316 3662800 1117684 77% /
/dev/hda1 15522 6066 8655 42% /boot
/dev/hda6 46636 4338 39890 10% /tmp
/dev/hda10 9242400 5118304 3654600 59% /home
Yo! Why is my root partition mounted twice?
And why doesn't it say /dev/hda9 instead of /dev/root or rootfs?
I'm using devfsd if that's important.