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

From Funtoo
Jump to navigation Jump to search
 
Line 2: Line 2:
%chroot% ##i##nano -w /etc/fstab
%chroot% ##i##nano -w /etc/fstab
}}
}}
{{file|name=/etc/fstab|desc=Um exemplo de arquivo fstab|body=
{{file|name=/etc/fstab|desc=An example fstab file|body=
# A raiz do sistema de arquivos deve ter um número pass como 0 ou 1.
/dev/sda1      /boot        vfat    noauto,noatime  1 2
# Todos os outros sistemas de arquivos DEVEM ser definidos como 0 ou um valor maior que 1.
/dev/sda2      none          swap    sw              0 0
#
/dev/sda3      /            ext4    noatime        0 1
# NOTA: Se sua partição de BOOT for do tipo ReiserFS, adicione a opção notail no conjunto de opções.
}}
#
# Consulte a manpage fstab(5) para mais informações.
# <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