View Single Post
Posts: 146 | Thanked: 15 times | Joined on Oct 2008
#10
Originally Posted by qole View Post
hm, maybe a manual umount / mount...

Code:
umount /media/mmc2
mount -t ext3 /dev/mmcblk0p1 /media/mmc2 -o noatime
This is not practical. The card is automatically mounted each time the device is unplugged from the computer (or turned on). Where is the automouting config?

also, are you sure it is auto-mounting as ext3? I suspect it is mounting ext2...
The maemo 'df' command does not say which fs is being assigned to each device, and 'dmesg' says nothing about that. How do I know this?

Thanks, and sorry for the silly questions...

Cheers,
L.