Raspberry Pi RS Guía De Inicio página 11

Tabla de contenido

Publicidad

DeviceBoot
/dev/sdc1 *
/dev/sdc2
Command (m forhelp): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or
resource busy. The kernel still uses the old table. The new table will be
used at the next reboot.
WARNING: If you have created or modified any DOS 6.x partitions, please see
the fdisk manual page for additional information.
Syncing disks.
===========================================================================
Ahora que tenemos las dos particiones, el siguiente paso es formatearlas.
ADVERTENCIA: Si las particiones (/dev/sdc1 y /dev/sdc2) no aparecen, extraigala tarjeta y
vuélvela a insertar. Linux podrá detectarlas ahora.
===========================================================================
$ sudo mkfs.msdos -F 32 /dev/sdc1 -n LABEL
mkfs.msdos 2.11 (12 Mar 2005)
$ sudo mkfs.ext3 /dev/sdc2
mke2fs 1.40-WIP (14-Nov-2006)
Filesystemlabel=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
195072 inodes, 389576 blocks
19478 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=402653184
12 block groups
32768 blocks per group, 32768 fragments per group
16256 inodes per group
Superblock backups stored on blocks:
32768 (98304) 163840 229376 294912 Fax:
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information:
===========================================================================
¡Y ya está!
ADVERTENCIA: Para que resulte más sencillo, añadala opción -L al comando mkfs.ext3 para
asignar una etiqueta de volumen al nuevo sistema de archivos ext3. Al hacerlo, el nuevo punto de
montaje (automático) bajo el directorio media se basará en esa etiqueta al insertar la tarjeta SD en
los ordenadores con Linux.
Si no hay etiqueta, lo más probable es que el nuevo punto de montaje sea un hstring largo, por lo
que el hecho de asignar una etiqueta facilita el montaje manual en el ordenador principal.
Guía de inicio para Raspberry Pi
Inicio
End
1
51
52
245
Blocks
Id
409626
E
1558305
83
L
System
W95 FAT32 (LBA)
Linux
Página1
1

Publicidad

Tabla de contenido
loading

Tabla de contenido