View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#159
Originally Posted by tanpoaran View Post
when i did your command on http://www.smartphonetab.net/forum/s...-MeeGo-su-eMMC

i partitoned emmc with ext4 and i can not mount it
mount-t ext4-o noatime / dev/mmcblk0p4 dst-part /

is that command correct ??
You got the spaces all wrong. Try:

# mount -t ext4 -o noatime /dev/mmcblk0p4 /dst-part

make sure /dst-part exists, obviously.
 

The Following 3 Users Say Thank You to reinob For This Useful Post: