[HOW TO] KODI Linux on Amlogic TV Boxes
nickr:

Here's my fstab file:

Code:
[root@MX /root]# vi etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount pt>      <type>  <options>         <dump>  <pass>
/dev/root       /               ext2    rw,noauto         0       1
proc            /proc           proc    defaults          0       0
devpts          /dev/pts        devpts  defaults,gid=5,mode=620 0 0
tmpfs           /dev/shm        tmpfs   mode=0777         0       0
tmpfs           /tmp            tmpfs   defaults,noatime  0       0
sysfs           /sys            sysfs   defaults          0       0
tmpfs           /var/log        tmpfs   defaults,noatime  0       0
tmpfs           /var/run        tmpfs   defaults,noatime  0       0
tmpfs           /var/tmp        tmpfs   defaults,noatime  0       0
tmpfs           /var/lock       tmpfs   defaults,noatime  0       0
tmpfs           /var/cache      tmpfs   defaults,noatime  0       0
/usr.sqsh       /usr            squashfs rw,defaults,noatime      0       0
/dev/mtdblock3  /recovery       yaffs2  defaults          0       0
- etc/fstab 1/16 6%

This is from 'mount':

Code:
[root@MX /]# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
devtmpfs on /dev type devtmpfs (rw,relatime,size=403592k,nr_inodes=70724,mode=755)
none on /proc type proc (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=777)
tmpfs on /tmp type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,noatime)
/dev/loop0 on /usr type squashfs (ro,noatime)
/dev/data on /root type ext4 (rw,relatime,user_xattr,acl,barrier=1,data=ordered)
/dev/cardblksd1 on /media/usb0 type vfat (rw,dirsync,nodev,noexec,noatime,nodiratime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

...and from grep:

Code:
[root@MX /]# grep root /etc/passwd
root:x:0:0:root:/root:/bin/sh

Does this tell you enough?

tinker
Reply


Messages In This Thread
RE: [HOW TO] XBMC Linux on Geniatech Devices - by tinker - 2014-02-11, 02:46
Falling at the first hurdle - by malcolmbarr - 2014-02-16, 16:17
TVHeadend hangs at channel switch - by vvd214 - 2014-08-29, 09:20
. - by jon4248 - 2015-05-23, 17:00
Logout Mark Read Team Forum Stats Members Help
[HOW TO] KODI Linux on Amlogic TV Boxes5