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

From Funtoo
Jump to navigation Jump to search
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=
# The root filesystem should have a pass number of either 0 or 1.
/dev/sda1      /boot        vfat    noauto,noatime  1 2
# All other filesystems should have a pass number of 0 or greater than 1.
/dev/sda2      none          swap    sw              0 0
#
/dev/sda3      /            ext4    noatime        0 1
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
}}
#
# See the manpage fstab(5) for more information.
#
# <fs>     <mountpoint>  <type>  <opts>        <dump/pass>

Revision as of 06:36, August 18, 2022

chroot # nano -w /etc/fstab
   /etc/fstab - An example fstab file
/dev/sda1       /boot         vfat    noauto,noatime  1 2
/dev/sda2       none          swap    sw              0 0
/dev/sda3       /             ext4    noatime         0 1