|
|
2010-02-28
, 13:00
|
|
|
Posts: 17 |
Thanked: 1 time |
Joined on Oct 2009
@ Denmark
|
#2
|
|
|
2010-02-28
, 17:31
|
|
Posts: 755 |
Thanked: 406 times |
Joined on Feb 2008
@ UK
|
#3
|
It seems like my /home partition doesn't get mounted. The partition is there in the fstab file:
/dev/mmcblk0p2 /home ext3 rw,noatime,errors=continue,commit=1,data=writeback 0 0
But an df -h gives the following output:
When I try to mount with the command: mount /home
the terminal prints the following error:
Mount: mounting /dev/mmcblk0p2 on /home failed: Invalid argument
So what the heck is up?