Difference between revisions of "Translations:Install/Configuration Files/13/en"

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
{{console|body=
{{console|body=
(chroot) ###i## nano -w /etc/fstab
%chroot% ##i##nano -w /etc/fstab
}}
}}
{{file|name=/etc/fstab|desc=An example fstab file|body=
{{file|name=/etc/fstab|desc=An example fstab file|body=

Revision as of 22:06, October 10, 2019

chroot # nano -w /etc/fstab

{{file|name=/etc/fstab|desc=An example fstab file|body=

  1. The root filesystem should have a pass number of either 0 or 1.
  2. All other filesystems should have a pass number of 0 or greater than 1.
  3. NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  4. See the manpage fstab(5) for more information.
  5. <fs> <mountpoint> <type> <opts> <dump/pass>