Prueba - N°2 Teleco
Prueba - N°2 Teleco
Prueba - N°2 Teleco
1.- Cree una máquina virtual con 2 discos duros sata uno 20GB y el otro de 10GB e instale REDHAT (20GB)de acuerdo
a los siguientes requerimientos:
a. Idioma Español
d root=rootlinux
alumno1=inacap2019
#version=DEVEL
install
# Keyboard layouts
keyboard 'es'
# Root password
# System language
lang es_CL
# Firewall configuration
firewall --disabled
cdrom
graphical
firstboot --enable
# SELinux configuration
selinux --disabled
# Network information
reboot
# System timezone
bootloader --location=none
clearpart --all
Num. Etiqueta TAMAÑO BLOCK SIZE ETIQUETA SIST. ARCHIVOS Punto montaje
Particion Nativa
1 Linux 2G 2K Primaria1 EXT4 /D1
2 Linux 3G 4K Primaria2 XFS /D2
3 Linux 1G 1K EXT2 /D3
5 Ntfs 2G default XFS /D4
6 swap 1G --- --- ---
PARTICIONES
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Partition type:
p primary (0 primary, 0 extended, 4 free)
e extended
Select (default p): Using default response p
Número de partición (1-4, default 1): 1
Primer sector (2048-20971519, valor predeterminado 2048):
Se está utilizando el valor predeterminado 2048
Last sector, +sectors or +size{K,M,G} (2048-20971519, valor predeterminado 20971519): +2G
Partition 1 of type Linux and of size 2 GiB is set
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command. [root@localhost /]# fdisk /dev/sdb
Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
4.- Ejecute el comando necesario para almacenar en el archivo /tmp/particiones.txt el contenido de la tabla de
particiones.
6.- Formatee y active como swap la partición 6, esta debe ser incorporada al archivo fstab usando el UUID
[root@localhost /]#.-