A memória flash formatada em duas janelas diferentes tem espaço livre diferente?

2

Eu tenho uma memória flash de 4G de energia de silício. Quando eu formatar em Windows-7 , 47 MByte permanecerá como espaço usado:

MasquandoeuformatoemWindows-8,18MBytepermanecerácomoespaçousado:

Observação: em ambas as janelas, selecione Sistema de arquivos = NTFS e Tamanho da unidade de alocação = 4096

Qual é a diferença?

Atualização:

Windows-7 Professional - 64 bit - Versão 6.1 Service Pack 1

C:\>fsutil fsinfo ntfsinfo j:
NTFS Volume Serial Number :       0x02764432764428ad
Version :                         3.1
Number Sectors :                  0x000000000078077f
Total Clusters :                  0x00000000000f00ef
Free Clusters  :                  0x00000000000ed5de
Total Reserved :                  0x0000000000000000
Bytes Per Sector  :               512
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000000040000
Mft Start Lcn  :                  0x0000000000040000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x0000000000040000
Mft Zone End   :                  0x000000000004c820
RM Identifier:        94E3CDFA-2ADD-11E4-B3D3-005056C00001

.

C:\>defrag /a /h /u /v j:
Microsoft Disk Defragmenter
Copyright (c) 2007 Microsoft Corp.

Invoking analysis on GHASEMI (J:)...

        Analysis:  100% complete.

The operation completed successfully.

Post Defragmentation Report:

        Volume Information:
                Volume size                 = 3.75 GB
                Cluster size                = 4 KB
                Used space                  = 43.06 MB
                Free space                  = 3.70 GB

        Fragmentation:
                Total fragmented space      = 0%
                Average fragments per file  = 1.10

                Movable files and folders   = 23
                Unmovable files and folders = 12

        Files:
                Fragmented files            = 0
                Total file fragments        = 0

        Folders:
                Total folders               = 11
                Fragmented folders          = 0
                Total folder fragments      = 0

        Free space:
                Free space count            = 4
                Average free space size     = 899.49 MB
                Largest free space size     = 2.55 GB

        Master File Table (MFT):
                MFT size                    = 256.00 KB
                MFT record count            = 255
                MFT usage                   = 100%
                Total MFT fragments         = 2

        Note: File fragments larger than 64MB are not included in the fragmentat
ion statistics.

        You do not need to defragment this volume.

C:\>

untfs.dll versão: 6.1.7601.17514 ntfs.sys versão: 6.1.7601.18127

Windows 8.1 versão 6.3:

C:\>fsut fsinfo ntfsinfo E:
'fsut' is not recognized as an internal or external command,
operable program or batch file.

C:\>fsutil fsinfo ntfsinfo E:
NTFS Volume Serial Number :       0xbc18035618030ed8
NTFS Version   :                  3.1
LFS Version    :                  1.1
Number Sectors :                  0x000000000078077f
Total Clusters :                  0x00000000000f00ef
Free Clusters  :                  0x00000000000ef2c7
Total Reserved :                  0x0000000000000000
Bytes Per Sector  :               512
Bytes Per Physical Sector :       512
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000000040000
Mft Start Lcn  :                  0x0000000000040000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x0000000000040000
Mft Zone End   :                  0x000000000004c820
Resource Manager Identifier :     DC8269B6-2A42-11E4-BE90-0021CCD87AAC

.

C:\>defrag /a /h /u /v E:
Microsoft Drive Optimizer
Copyright (c) 2013 Microsoft Corp.

Invoking analysis on GHASEMI (E:)...

        Analysis:  100% complete.

The operation completed successfully.

Post Defragmentation Report:

        Volume Information:
                Volume size                 = 3.75 GB
                Cluster size                = 4 KB
                Used space                  = 14.15 MB
                Free space                  = 3.73 GB

        Fragmentation:
                Total fragmented space      = 0%
                Average fragments per file  = 1.11

                Movable files and folders   = 19
                Unmovable files and folders = 4

        Files:
                Fragmented files            = 2
                Total file fragments        = 2

        Folders:
                Total folders               = 1
                Fragmented folders          = 0
                Total folder fragments      = 0

        Free space:
                Free space count            = 4
                Average free space size     = 906.72 MB
                Largest free space size     = 2.55 GB

        Master File Table (MFT):
                MFT size                    = 256.00 KB
                MFT record count            = 255
                MFT usage                   = 100%
                Total MFT fragments         = 1

        Note: File fragments larger than 64MB are not included in the fragmentat
ion statistics.

        You do not need to defragment this volume.

C:\>

untfs.dll versão: 6.3.9600.17031

ntfs.sys versio: 6.3.9600.17055

    
por TheGoodUser 22.08.2014 / 16:53

1 resposta

5

O NTFS é um sistema de arquivos com registro no diário . O metarquivo metarquivo do sistema NTFS que representa o diário de metadados é denominado $LogFile . Como parte do mudanças globais para NTFS no Windows 8, o tamanho padrão para este arquivo foi alterado no Windows 8.

Para descobrir qual é o tamanho de log padrão para uma determinada unidade "X", você pode usar o CHKDSK com o parâmetro / L nu:

Tamanho do log padrão para uma unidade flash USB de 16 GB no Windows 7:

C:\>chkdsk X: /L
The type of the file system is NTFS.
The current log file size is 65536 KB.
The default log file size for this volume is 65536 KB.

Tamanho do log padrão para uma unidade flash USB de 16 GB no Windows 8.1:

C:\>chkdsk X: /L
The type of the file system is NTFS.
The current log file size is 65536 KB.
The default log file size for this volume is 23136 KB.

Se você formatou a unidade em um sistema operacional anterior, como visto acima, pode usar o CHKDSK para consultar o tamanho de log padrão do Windows 8 e usar o CHKDSK novamente para definir o log como o novo tamanho padrão. Neste caso, esta unidade foi formatada no Windows 7 e tem o tamanho de log padrão de 65536KB. O Windows 8.1 teria definido o tamanho para 23136 (conforme determinado pelo CHKDSK / L), para que possa ser ajustado com o seguinte comando:

CHKDSK X: /L:23136 

Após alguns instantes, o log será redimensionado e seu espaço livre / alocado deverá corresponder como se a unidade tivesse sido formatada nativamente no Windows 8.1.

Relatório de alocação

Geralmente, se você deseja obter informações detalhadas sobre o uso do volume, use a função volume allocationreport de fsutil - isso fornecerá uma análise detalhada do espaço usado pelos arquivos de sistema NTFS (assim como todos os outros arquivos , incluindo compactação, criptografia e fluxos):

C:\>fsutil volume allocationreport x:

Allocation report:
Total clusters              : 3907839 (16006508544 bytes)
Free clusters               : 3895093 (15954300928 bytes)
Reserved clusters           : 0 (0 bytes)
Total allocated             : 52207616 bytes

The allocation is split between:
System files                : Count: 27. Total allocated: 52207616 bytes.
    $Mft                    : File ID 0x0001000000000000. Total allocated: 270336 bytes.
    $MftMirr                : File ID 0x0001000000000001. Total allocated: 4096 bytes.
    $LogFile                : File ID 0x0002000000000002. Total allocated: 23691264 bytes.
    $Volume                 : File ID 0x0003000000000003. Total allocated: 0 bytes.
    $AttrDef                : File ID 0x0004000000000004. Total allocated: 4096 bytes.
    Root folder             : File ID 0x0005000000000005. Total allocated: 4096 bytes.
    $Bitmap                 : File ID 0x0006000000000006. Total allocated: 491520 bytes.
    $Boot                   : File ID 0x0007000000000007. Total allocated: 8192 bytes.
    $BadClus                : File ID 0x0008000000000008. Total allocated: 0 bytes.
    $Secure                 : File ID 0x0009000000000009. Total allocated: 274432 bytes.
    $UpCase                 : File ID 0x000a00000000000a. Total allocated: 131072 bytes.
    $Extend                 : File ID 0x000b00000000000b. Total allocated: 0 bytes.
    $ObjId                  : File ID 0x0001000000000019. Total allocated: 0 bytes.
    $Quota                  : File ID 0x0001000000000018. Total allocated: 0 bytes.
    $Reparse                : File ID 0x000100000000001a. Total allocated: 0 bytes.
    $RmMetadata             : File ID 0x000100000000001b. Total allocated: 0 bytes.
    $Repair                 : File ID 0x000100000000001c. Total allocated: 9437184 bytes.
    $Txf                    : File ID 0x000100000000001e. Total allocated: 0 bytes.
    $TxfLog                 : File ID 0x000100000000001d. Total allocated: 0 bytes.
    $Tops                   : File ID 0x000100000000001f. Total allocated: 1048576 bytes.
    $TxfLog.blf             : File ID 0x0001000000000020. Total allocated: 65536 bytes.
    Other system files      : Count: 4. Total allocated: 0 bytes.
    
por 23.08.2014 / 21:42