can't find /mnt, stupid....
#1
On a rasp, I have installed openelec.
I have to change something in my fstab
But where do I find /mnt ?

a old dos user... // \\ , Peter
Reply
#2
/mnt is the path...
What are you asking really?
You can do a console command:
ls -l /
to get a list of all root level directories:
Code:
pi@raspbian-pi ~ $ ls -l /
total 92
drwxr-xr-x   2 root root  4096 Jun 17  2014 bin
drwxr-xr-x   2 root root 16384 Jan  1  1970 boot
lrwxrwxrwx   1 root root    11 Nov  1 00:13 data -> /media/usb0
drwxr-xr-x  13 root root  3120 Jan 14 23:46 dev
drwxr-xr-x 111 root root  4096 Jan 17 07:55 etc
drwxr-xr-x   6 root root  4096 Nov  1 11:07 home
drwxr-xr-x  12 root root  4096 Jun 17  2014 lib
drwx------   2 root root 16384 Jan  7  2014 lost+found
drwxr-xr-x  11 root root  4096 Oct 31 19:36 media
drwxr-xr-x   4 root root  4096 Aug 12 23:32 mnt
drwxr-xr-x   2 root root  4096 Aug  2 13:53 nasdata
drwxr-xr-x   5 root root  4096 Jan  7  2014 opt
dr-xr-xr-x  84 root root     0 Jan  1  1970 proc
drwx------   3 root root  4096 Oct  2 00:28 root
drwxr-xr-x  15 root root   640 Jan  8 22:17 run
drwxr-xr-x   2 root root  4096 May 15  2014 sbin
drwxr-xr-x   2 root root  4096 Jun 20  2012 selinux
drwxr-xr-x   2 root root  4096 Jan  7  2014 srv
dr-xr-xr-x  12 root root     0 Jan  1  1970 sys
drwxrwxrwt   4 root root  4096 Jan 17 15:17 tmp
drwxr-xr-x  10 root root  4096 Jan  7  2014 usr
drwxr-xr-x  11 root root  4096 Jan  8  2014 var
pi@raspbian-pi ~ $
Bo Berglund
Sweden
Reply
#3
Hmm, /mnt is a directory isn't it?
Code:
OpenELEC:/ # ls -l
total 3
drwxrwxr-x    2 root     root          1764 Dec 27 23:41 bin
drwxr-xr-x   14 root     root          3380 Jan  1  1970 dev
drwxrwxr-x   17 root     root           967 Dec 27 23:41 etc
drwxr-xr-x    2 root     root           512 Jan  1  1970 flash
drwxrwxr-x    5 root     root          1475 Dec 27 23:41 lib
lrwxrwxrwx    1 root     root            10 Dec 27 23:40 media -> /var/media
drwxrwxr-x    3 root     root            25 Dec 27 23:41 opt
dr-xr-xr-x   89 root     root             0 Jan  1  1970 proc
drwxr-xr-x   13 root     root           340 Jan 17 13:19 run
drwxrwxr-x    2 root     root           846 Dec 27 23:41 sbin
drwxr-xr-x   19 root     root          2048 Jan 17 13:19 storage
dr-xr-xr-x   11 root     root             0 Jan  1  1970 sys
drwxrwxrwt    7 root     root           140 Jan 17 13:21 tmp
drwxrwxr-x    8 root     root           122 Dec 27 23:41 usr
drwxr-xr-x   12 root     root           240 Jan 17 08:27 var
Reply
#4
You don't have /mnt on OpenELEC, nor do you edit fstab - sounds like you're using instructions for a different OS. In OpenELEC just let disks auto-mount in /media. Or if you must, mount then manually by adding the mount command to /storage/.config/autostart.sh.

Perhaps if you explained what you are trying to accomplish?
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Reply

Logout Mark Read Team Forum Stats Members Help
can't find /mnt, stupid....0