Search notes:

/etc/fstab

/etc/fstab is the filesystem table.
Each (uncommented) line has the following fields:
/dev/sda5  none  swap  sw                        0 0
/dev/sda6  /     ext4  rw,relatime,data=ordered  0 1
/dev/sda7  /var  ext4  rw,relatime,data=ordered  0 2     

Mounting all mentioned filesystems

mount -a mounts all filesystems mentioned in /etc/fstab.
mount -a [-t fs-type] [-O optlist]
This command is usually used in a boot-script.
It's possible to combine mount -a with -F to make mount fork so that filesystems are mounted in parallel.

See also

/etc/mtab, /proc/mounts
mount, findmnt
swapon
genfstab helps to create an initial /etc/fstab file when a system is installed.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/fh...', 1743235690, '18.220.129.8', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/fhs/etc/fstab(71): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78