OpenWrt for Arduino Yun cheat sheet: Difference between revisions

Line 771: 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=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