View Single Post
Posts: 20 | Thanked: 0 times | Joined on Feb 2008
#3
I believe N810's had a problem with the internal memory being partitioned incorrectly from the factory, which leads to corruption. Search the forums.
I've noticed that a while back and followed the instructions to fix that potential problem But I still have problems.

Code:
umount /media/mmc2
fsck.vfat -r /dev/mmcblk0p1
mount /dev/mmcblk0p1 /media/mmc2
That sounds all fine and dandy but Ubuntu ::shakes fist:: is very weird. It just auto mounts everything. I use to manually mount everything with Gentoo (which I preferred). But yeah, if I remember right, I tried manually mounting some stuff and was giving me weird replies back like it couldn't find the command "mount"

But now that someone has told me how to get root in Ubuntu ("sudo su" instead of just "su") I'll mess around and see if I can manually do it. I'll get back to you with my results.