This file contains hidden or 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> | |
# /dev/sda6 | |
UUID=f2c1dc5b-17a1-42e5-afcd-79ce25295c61 / ext4 rw,relatime,data=ordered 0 1 | |
# /dev/sda2 LABEL=ESP | |
UUID=9016-E4DE /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2 |
This file contains hidden or 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
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT | |
sda 8:0 0 465.8G 0 disk | |
├─sda1 8:1 0 600M 0 part | |
├─sda2 8:2 0 300M 0 part /boot | |
├─sda3 8:3 0 128M 0 part | |
├─sda4 8:4 0 100G 0 part | |
├─sda5 8:5 0 16.8G 0 part | |
├─sda6 8:6 0 18.2G 0 part / | |
├─sda7 8:7 0 304.7G 0 part | |
├─sda8 8:8 0 7.6G 0 part [SWAP] |
NewerOlder