Telegraf diskio error on Windows-The system cannot find the file specified

Hi,
I am trying to set up Telegraf to collect data from a windows server. I am getting a diskio error:
“[inputs.diskio] Error in plugin: error getting disk io info: The system cannot find the file specified.”

This is what i have in my config fle:

[[inputs.diskio]]
  fieldpass = ["write_bytes","reads","read_bytes","writes"]

My disk partition information is as follows:

DISKPART> list volume

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  ----------  ---  -----------  -----  ----------  -------  ---------  --------
  Volume 0     Y                 FAT32  Partition    500 MB  Healthy    
  Volume 1     C   C             NTFS   Partition    222 GB  Healthy    System
  Volume 2     D   config-2      FAT    Partition     64 MB  Healthy    

What could be the problem?

@limin0801 can you please open a new bug report!?