Filesystemtable

Aus Secure Solutions Wiki
Wechseln zu:Navigation, Suche

Der Filesystemtable ist für das einbinden von Laufwerken in GNU/Linux, Mac OS X und BSD verantwortlich. In diesem Artikel geht es um fstab auf GNU/Linux. Der Filesystemtable ist in /etc/fstab zu finden.

Inhaltsverzeichnis

Syntax

Dies ist ein Beispiel für die /etc/fstab:

<file system>     <mount point>  <type>   <options>    <dump> <pass>
/dev/sda1         /boot          ext2     defaults     0      1     
/dev/sda2         none           swap     defaults     0      0     
/dev/sda3         /              ext4     defaults 0 1
/dev/sdb1         /home          btrfs    defaults 0 2