OpenWrt for Arduino Yun cheat sheet: Difference between revisions

Line 753: Line 753:
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled_fsck=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
Line 772: Line 771:
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled_fsck=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
Line 803: Line 801:
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].fstype=ext4
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled=1
uci set fstab.@mount[0].enabled_fsck=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].check_fs=1
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
uci set fstab.@mount[0].options=rw,sync,noatime,nodiratime
Line 819: Line 816:
option options rw,sync
option options rw,sync
option enabled 1
option enabled 1
option enabled_fsck 0
option check_fs 0
option check_fs 0
</syntaxhighlight>
</syntaxhighlight>