Difference between revisions of "/etc/fstab"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
[[wikipedia:fstab]] file included in the <code>[[util-linux]]</code> package.
 
[[wikipedia:fstab]] file included in the <code>[[util-linux]]</code> package.
 
* https://man7.org/linux/man-pages/man5/fstab.5.html
 
* https://man7.org/linux/man-pages/man5/fstab.5.html
 +
 +
 +
* [[Ubuntu 22.04.2 LTS]]
  
  

Revision as of 14:48, 24 August 2023

wikipedia:fstab file included in the util-linux package.



Defautlt multipass Ubuntu 20.04 LTS /etc/fstab file

cat /etc/fstab
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

See also

Advertising: