View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#432
Originally Posted by afropanda View Post
sir im having problems with that one,it says no such file or directory. i stopped there,can i skip with that?
Okay, so check what do you have there, the command is "ls -la /mnt"

If you have Nemo installed, you get something like this:
Code:
~ # 
~ # ls -la /mnt
total 84
drwxr-xr-x   21 root     root          4096 Jun 27 09:09 .
drwxrwxr-x   29 1000     1000          4096 Jan  1  1970 ..
drwxr-xr-x    2 root     root          4096 Jun 27 09:08 .config
drwxr-xr-x    2 root     root          4096 Jun 27 09:30 bin
drwxr-xr-x    2 root     root          4096 Jun 27 09:26 boot
drwxr-xr-x    3 root     root          4096 Jun 27 09:07 dev
drwxr-xr-x   68 root     root          4096 Jan  1  1970 etc
drwxr-xr-x    3 root     root          4096 Jun 27 09:08 home
drwxr-xr-x    9 root     root          4096 Jun 27 09:28 lib
drwxr-xr-x    2 root     root          4096 Mar  3 19:43 media
drwxr-xr-x    2 root     root          4096 Mar  3 19:43 mnt
drwxr-xr-x   15 root     root          4096 Jun 27 09:09 opt
drwxr-xr-x    2 root     root          4096 Apr 26 14:31 proc
drwxr-x---    3 root     root          4096 Jun 27 09:07 root
drwxr-xr-x    9 root     root          4096 Jun 27 09:07 run
drwxr-xr-x    2 root     root          4096 Jun 27 09:30 sbin
drwxr-xr-x    2 root     root          4096 Mar  3 19:43 srv
drwxr-xr-x    2 root     root          4096 Apr 26 14:31 sys
d-wxr----t    2 root     root          4096 Jun 27 09:07 tmp
drwxr-xr-x   12 root     root          4096 Jun 27 09:08 usr
drwxr-xr-x   17 root     root          4096 Jun 27 09:07 var
~ #
If you do not see this, please show me what you see.

Also, to mke sure you mounted it correctly, give command "mount | grep mmcblk0p4"

This is what you should see:

Code:
~ # 
~ # mount | grep mmcblk0p4
/dev/mmcblk0p4 on /mnt type ext4 (rw,relatime,barrier=1,data=ordered)
~ #
 

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