View Single Post
Posts: 51 | Thanked: 37 times | Joined on Jul 2010 @ Stockholm
#1216
Originally Posted by Sunnyteki View Post
is it m m c b l(L) k 0(zero) p 4 ( all in small letters)
Just a quick tip when working in the CLI.
Make use of the TAB key when entering paths like this. It will autocomplete the input for you.

For example write:
mount /d and press [TAB]
it will give you something like: mount /dev/

Continue with:
mount /dev/mm and press [TAB]
will give you something like: mount /dev/mmcblk0 (not the full path as there is more than one possible alternative).

Fill in the rest.
mount /dev/mmcblk0p4 /sailfish and press [ENTER]


//j

Last edited by jesper; 2014-01-03 at 15:18.
 

The Following User Says Thank You to jesper For This Useful Post: