Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Configuration Files/13/es"
Jump to navigation
Jump to search
Johnnygarb (talk | contribs) (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....") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
%chroot% ##i##nano -w /etc/fstab | |||
}} | |||
{{file|name=/etc/fstab|desc=Un ejemplo del archivo fstab|body= | |||
/dev/sda1 /boot vfat noauto,noatime 1 2 | |||
/dev/sda2 none swap sw 0 0 | |||
/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