View Single Post
Posts: 327 | Thanked: 383 times | Joined on Aug 2010 @ alex , egypt
#77
Originally Posted by GaRy delaMEr View Post
Hi

yes create and directory

# mkdir -p /and

afert that try again mounting your partiton

# mount /dev/mmcblk0p5 /and -o noatime,rw

-o is option
noatime, don't write date access to file
rw, mode read and write

hey .

there is no need to all this command

mount /dev/mmcblk0p5 /and is enough
 

The Following User Says Thank You to mido.fayad For This Useful Post: