0

I wanted to know cluster sizes for my flash drive (ExFAT), and I followed the useful answer here: https://superuser.com/a/1358598/602756

Here is output of cmd: wmic volume get driveletter,blocksize

enter image description here

My drives are:

  • C: > NTFS Windows primary
  • E: > NTFS Storage
  • F: > NTFS Storage
  • G: > ExFAT USB Drive 32GB
  • D: > DVD R/W

I wish to know why is there blank entry for 1024 block size? Is it related to G: ExFAT USB Flash Drive?

Moab
  • 58,769

1 Answers1

2

This means that this volume is not mounted and thus has no drive letter assigned. In your case it is probably the EFI boot partition of your C: drive.

Djokkum
  • 136