Configuración del /etc/fstab de mi actual KaOS en SSD con BTRFS en la partición /root (10-Junio-2014)
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
# | |
# /etc/fstab: static file system information | |
# | |
# <file system> <dir> <type> <options> <dump> <pass> | |
#tmpfs /tmp tmpfs nodev,nosuid 0 0 | |
UUID=numeracionuuid / btrfs defaults,rw,noatime,compress=lzo,ssd,space_cache,inode_cache 0 0 | |
UUID=numeracionuuid /media/datos ext4 defaults 0 0 | |
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0 | |
tmpfs /var/spool tmpfs defaults,noatime,mode=1777 0 0 | |
tmpfs /var/tmp tmpfs defaults,noatime,mode=1777 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment