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=0
uci set fstab.@mount[0].enabled_fsck=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 801: 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=0
uci set fstab.@mount[0].enabled_fsck=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