Eh oui, merci geole ! 🙂
- -
Mais je n'ai aucune idée pour faire afficher la date de création et la date de formatage. Je ne sais d'ailleurs pas si cette information existe.
Pour l'ext*, nous disposons de
sudo tune2fs -l /dev/sda5 | grep -E "Filesystem|Last"
Il serait étonnant que Windows ne dispose pas d'un outil analogue.
Dans GNU/Linux :
man ntfsprogs
NAME
ntfsprogs - tools for doing neat things with NTFS
OVERVIEW
ntfsprogs is a suite of NTFS utilities based around a shared library. The tools are available for free and come
with full source code.
TOOLS
mkntfs(8) - Create an NTFS filesystem.
ntfscat(8) - Dump a file's content to the standard output.
ntfsclone(8) - Efficiently clone, backup, restore or rescue NTFS.
ntfscluster(8) - Locate the files which use the given sectors or clusters.
ntfscmp(8) - Compare two NTFS filesystems and tell the differences.
ntfscp(8) - Copy a file to an NTFS volume.
ntfsfix(8) - Check and fix some common errors, clear the LogFile and make Windows perform a thorough check next
time it boots.
ntfsinfo(8) - Show information about NTFS or one of the files or directories within it.
ntfslabel(8) - Show, or set, an NTFS filesystem's volume label.
ntfsls(8) - List information about files in a directory residing on an NTFS.
ntfsresize(8) - Resize NTFS without losing data.
ntfsundelete(8) - Recover deleted files from NTFS.
Et
man ntfsinfo
NAME
ntfsinfo - dump a file's attributes
SYNOPSIS
ntfsinfo [options] device
DESCRIPTION
ntfsinfo will dump the attributes of inode inode-number or the file path-filename and/or information about the mft
( -m option). Run ntfsinfo without arguments for a full list of options.
OPTIONS
Below is a summary of all the options that ntfsinfo accepts. Nearly all options have two equivalent names. The
short name is preceded by - and the long name is preceded by --. Any single letter options, that don't take an
argument, can be combined into a single command, e.g. -fv is equivalent to -f -v. Long named options can be
abbreviated to any unique prefix of their name.
-F, --file FILE
Show information about this file
-f, --force
This will override some sensible defaults, such as not overwriting an existing file. Use this option with
caution.
-h, --help
Show a list of options with a brief description of each one.
-i, --inode NUM
Show information about this inode.
-m, --mft
Show information about the volume.
-q, --quiet
Produce less output.
-t, --notime
Do not display timestamps in the output.
-v, --verbose
Increase the amount of output that ntfsinfo prints.
-V, --version
Show the version number, copyright and license.
.
Mais je n'ai pas trouvé de date dans le retour de
sudo ntfsinfo /dev/sda1 -m -v