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

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=An example fstab file|body=
{{file|name=/etc/fstab|desc=Un ejemplo del archivo fstab|body=
/dev/sda1      /boot        vfat    noauto,noatime  1 2
/dev/sda1      /boot        vfat    noauto,noatime  1 2
/dev/sda2      none          swap    sw              0 0
/dev/sda2      none          swap    sw              0 0
/dev/sda3      /            ext4    noatime        0 1
/dev/sda3      /            ext4    noatime        0 1
}}
}}

Latest revision as of 06:44, August 18, 2022

chroot # nano -w /etc/fstab
   /etc/fstab - Un ejemplo del archivo fstab
/dev/sda1       /boot         vfat    noauto,noatime  1 2
/dev/sda2       none          swap    sw              0 0
/dev/sda3       /             ext4    noatime         0 1