View Single Post
Posts: 55 | Thanked: 2 times | Joined on Aug 2012
#433
Originally Posted by juiceme View Post
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.

mine is
total 24
drwxr-xr-x 3 root root 4096 Jan
1 1970 .
drwxrwxr-x 26 root root 4096 Jan
1 1970
drwx------ 2 root root 16384 Jan
1 1970 lost+found

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)
~ #
we are same here