Formatear un disco USB

#fdisk /dev/sdb


The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): n
Command action
e   extended
p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-4865, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-4865, default 4865): 4865

Command (m for help): t
Partition number (1-4): 1
Hex code (type L to list codes): 83

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.



#mkfs.ext3 -b 4096 /dev/sdb1

  • 31 Los Usuarios han Encontrado Esto Útil
¿Fue útil la respuesta?

Artículos Relacionados

Cambiar de puerto de escucha del servidor SSH [Video Tutotial]

http://clientes.smwebgroup.com/videos-tutoriales/6-cambiar-de-puerto-el-ssh/6-cambiar-de-puerto-e...

Instalación de chkrootkit

# Instalacion cd /usr/src wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz tar -zxvf...

Nagios Cambiar clave acceso Nagios Web

htpasswd -c /etc/nagios/htpasswd.users nagiosadmin

Monitoreo por nagios a través SMNP

Instalar sNMP #Para centos: yum -y install net-snmp net-snmp-utils net-snmp-libs #Para debian...

Instalar cron / crond

#Instalar cron tab yum install -y vixie-cron crontabs #Iniciar el crond service crond start...