Difference between revisions of "Translations:Install/Configuration Files/13/pt-br"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{console|body= (chroot) ###i## nano -w /etc/fstab }} {{file|name=/etc/fstab|desc=An example fstab file|body= # The root filesystem should have a pass number of either 0 or 1....")
 
 
(One intermediate revision by the same user not shown)
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>

Latest revision as of 11:42, December 13, 2021

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