diff options
Diffstat (limited to 'etc/fstab_3parts')
-rw-r--r-- | etc/fstab_3parts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/fstab_3parts b/etc/fstab_3parts new file mode 100644 index 0000000..266fe0f --- /dev/null +++ b/etc/fstab_3parts @@ -0,0 +1,4 @@ +# <file system> <mount point> <type> <options> <dump> <pass> +/dev/root / ext4 defaults,noatime,ro 0 1 +LABEL=system-data /opt ext4 defaults,noatime 0 2 +LABEL=user /opt/usr ext4 defaults,noatime 0 2 |