El comando df no registra los datos duplicados del archivo que fueron eliminados.
The df command is not aware of deduplicated file data.
Utilice el comando df para mostrar el espacio disponible en disco.
Lo comprobamos con el comando df -h
El comando df -h muestra en una terminal el espacio disponible en nuestro disco duro, según particiones, pero no da más información.
The command df -h on a terminal shows the available space on your hard drive, each partition, not give more information.
Visualice información sobre la forma en que se utiliza el espacio en el disco mediante el comando df.
Display information about how disk space is used by using the df command.
El comando df puede llegar a ser útil.
The df command is somewhat useful.
Esto puede verse en la salida del comando df
This can be seen by the output of the df command
Use el comando df para mostrar la cantidad de espacio libre en cada disco montado.
Use the df command to show the amount of free disk space on each mounted disk.
En realidad, el porcentaje de espacio en el disco que informa el comando df es el espacio utilizado dividido por el espacio utilizable.
The percentage of disk space actually reported by the df command is used space divided by usable space.
La salida del comando df -m, que muestra la cantidad de espacio libre en el disco
the output of the command df -m, which shows your amount of free disk space
Cuando el comando df se utiliza sin operandos u opciones, informa sobre todos los sistemas de archivos montados, como se muestra en el siguiente ejemplo: $
When the df command is used without operands or options, it reports on all mounted file systems, as shown in the following example
Cuando el consumo de espacio informado por el comando df se compara con el comando zfs list, tenga en cuenta que df está informando el tamaño de la agrupación y no solo los tamaños del sistema de archivos.
When you compare the space consumption that is reported by the df command with the zfs list command, consider that df is reporting the pool size and not just file system sizes.
De esta forma, nunca tendremos que preocuparnos acerca de completar el tamaño de una cinta, y podremos monitorizar el espacio que ocupará en el medio para la copia de seguridad usando el comando df para ver cuánto espacio nos queda en esa partición en concreto.
That way, you'll never have to worry about filling up a tape, and you can monitor how close you are to filling up your backup media by using the df command to see how much space is left on that particular partition.