Difference between revisions of "/etc/fstab"
Jump to navigation
Jump to search
(28 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:fstab]] file included in the <code>[[util-linux]]</code> package. ([https://man7.org/linux/man-pages/man5/fstab.5.html man]) | |
+ | |||
+ | |||
+ | * Multipass [[Ubuntu 22.04.2 LTS]] ([[jammy]]) | ||
+ | [[LABEL]]=cloudimg-rootfs / ext4 discard,[[errors=]]remount-ro 0 1 | ||
+ | LABEL=UEFI [[/boot/efi]] vfat umask=0077 0 1 | ||
Defautlt multipass [[Ubuntu 20.04 LTS]] <code>/etc/fstab</code> file | Defautlt multipass [[Ubuntu 20.04 LTS]] <code>/etc/fstab</code> file | ||
− | + | LABEL=[[cloudimg-rootfs]] / [[ext4]] defaults 0 0 | |
+ | LABEL=UEFI /boot/efi vfat defaults 0 0 | ||
+ | |||
+ | cat /etc/fstab | ||
LABEL=cloudimg-rootfs / ext4 defaults 0 0 | LABEL=cloudimg-rootfs / ext4 defaults 0 0 | ||
LABEL=UEFI /boot/efi vfat defaults 0 0 | LABEL=UEFI /boot/efi vfat defaults 0 0 | ||
+ | none [[/run]] tmpfs defaults,size=256M 0 0 | ||
+ | |||
+ | |||
+ | /etc/fstab | ||
+ | UUID=4f724150-4b94-11e9-b2d3-5254001d0c45 / ext4 defaults 0 1 | ||
+ | [[UUID]]=9169c71d-fa53-439f-a9fd-ae32c2f35566 /home ext4 noauto,x-systemd.automount 0 2 | ||
+ | [[/swap.img]] none [[swap]] sw 0 0 | ||
+ | |||
+ | |||
+ | /etc/fstab | ||
+ | ... | ||
+ | [[/dev/]][[nvme]]1n1 /path/to/mount [[xfs]] defaults 0 0 | ||
== Related terms == | == Related terms == | ||
− | * [[UUID]] | + | * [[UUID]]: <code>[[blkid -s UUID]] -o value /dev/nvme1n1</code> |
* [[swap]]: [[swapon -s]] | * [[swap]]: [[swapon -s]] | ||
* <code>[[mount]]</code>: [[mount options]], <code>[[mount -a]]</code> | * <code>[[mount]]</code>: [[mount options]], <code>[[mount -a]]</code> | ||
+ | * <code>[[/etc/mntab]]</code> | ||
+ | * <code>[[ansible.posix.mount]]</code> | ||
+ | * <code>[[Nofail]]: do not report errors for this device if it does not exist.</code> | ||
+ | * <code>[[/usr/lib/systemd/system-generators/systemd-fstab-generator]]</code> | ||
+ | * <code>[[/etc/mtab]]</code> | ||
== See also == | == See also == | ||
− | * {{ | + | * {{fstab}} |
− | + | ||
[[Category:Linux]] | [[Category:Linux]] |
Latest revision as of 11:47, 25 October 2024
wikipedia:fstab file included in the util-linux
package. (man)
- Multipass Ubuntu 22.04.2 LTS (jammy)
LABEL=cloudimg-rootfs / ext4 discard,errors=remount-ro 0 1 LABEL=UEFI /boot/efi vfat umask=0077 0 1
Defautlt multipass Ubuntu 20.04 LTS /etc/fstab
file
LABEL=cloudimg-rootfs / ext4 defaults 0 0 LABEL=UEFI /boot/efi vfat defaults 0 0
cat /etc/fstab LABEL=cloudimg-rootfs / ext4 defaults 0 0 LABEL=UEFI /boot/efi vfat defaults 0 0 none /run tmpfs defaults,size=256M 0 0
/etc/fstab UUID=4f724150-4b94-11e9-b2d3-5254001d0c45 / ext4 defaults 0 1 UUID=9169c71d-fa53-439f-a9fd-ae32c2f35566 /home ext4 noauto,x-systemd.automount 0 2 /swap.img none swap sw 0 0
/etc/fstab ... /dev/nvme1n1 /path/to/mount xfs defaults 0 0
Related terms[edit]
- UUID:
blkid -s UUID -o value /dev/nvme1n1
- swap: swapon -s
mount
: mount options,mount -a
/etc/mntab
ansible.posix.mount
Nofail: do not report errors for this device if it does not exist.
/usr/lib/systemd/system-generators/systemd-fstab-generator
/etc/mtab
See also[edit]
Advertising: