Hi,
I just started using Fedora because I am picking the Gnome 3 side in the Unity vs Gnome 3 thing. I am not sure if I will stick with Fedora, but it looks very good thus far.
On topic:
I was looking at the output of the
mount command, here is a snippet:
Code:
...
/dev/sda1 on / type ext4 (rw,noatime,seclabel,barrier=1,data=ordered)
/dev/sda3 on /home type ext4 (rw,noatime,seclabel,barrier=1,data=ordered)
/dev/sda1 on /tmp type ext4 (rw,noatime,seclabel,barrier=1,data=ordered)
/dev/sda1 on /var/tmp type ext4 (rw,noatime,seclabel,barrier=1,data=ordered)
/dev/sda3 on /home type ext4 (rw,noatime,seclabel,barrier=1,data=ordered)
...
It seems like /home is mounted twice. Secondly, how come sda1 is mounted on /, /tmp, /var/tmp, I am not used to the output of mount looking like this.
Can anybody explain whats going on?