Created
November 15, 2016 18:50
-
-
Save cygmris/d42d5db8a6d6156195e3bd5af4820a2c to your computer and use it in GitHub Desktop.
fatab on openwrt 15.05
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config 'global' | |
option anon_swap '0' | |
option anon_mount '0' | |
option auto_swap '1' | |
option auto_mount '1' | |
option delay_root '10' | |
option check_fs '0' | |
config 'mount' | |
option target '/overlay' | |
option device 'dev/sda1' | |
option uuid 'e2b646d6-a41a-46ac-ac8c-35300d947047' | |
option fstype ext4 | |
option options rw,sync | |
option enabled '1' | |
option enabled_fsck 0 | |
config 'mount' | |
option target '/mnt/sda2' | |
option uuid 'eb6a18c3-ee7e-4a2f-8795-6773a996e978' | |
option fstype ext4 | |
option enabled '1' | |
config 'swap' | |
option device '/dev/sda3' | |
option enabled '1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment