View difference between Paste ID: tKAaKZ79 and 3civTBvt
SHOW: | | - or go back to the newest paste.
1
#
2
# /etc/fstab: static file system information
3
#
4
# <file system>        <dir>         <type>    <options>          <dump> <pass>
5
devpts                 /dev/pts      devpts    defaults            0      0
6
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
7-
/dev/mmcblk0p1  /boot           vfat    defaults        0       0
7+
/dev/mmcblk0p1  /boot           vfat    defaults        0       0
8
9
10
11
/dev/root on / type ext4 (rw,relatime,user_xattr,barrier=1,data=ordered)
12
devtmpfs on /dev type devtmpfs (rw,relatime,size=110260k,nr_inodes=27565,mode=755)
13
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
14
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
15
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
16
devpts on /dev/pts type devpts (rw,relatime,mode=600)
17
shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
18
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro)