OpenWrt for Arduino Yun cheat sheet: Difference between revisions

Line 754: Line 754:
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].enabled_fsck=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
uci commit
uci commit
Line 772: Line 773:
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].enabled_fsck=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
uci commit
uci commit
Line 802: Line 804:
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].enabled_fsck=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
uci commit
uci commit
Line 817: Line 820:
option enabled 1
option enabled 1
option enabled_fsck 0
option enabled_fsck 0
        option check_fs 0
</syntaxhighlight>
</syntaxhighlight>