Start a Conversation

Unsolved

S

6 Posts

343

April 12th, 2021 01:00

DellEMC_volumeID info file - what is it?

I've noticed a file called DellEMC_VolumeID_C%3A%5C.info being create on all of the servers that I've installed the FLR agent on and done a restore to.

This was caused a few issues as our honeypot set up on the servers was blocking them and then blocking the system account access to files on those machines!

I just wanted to check what the purpose of this file is and if it is required?

The only thing in the file when I open with note pad is just "c:\"

If so we'll make sure it's excluded from the honey pot checking.

April 12th, 2021 05:00

https://www.december.com/html/spec/esccodes.html

The url escape codes mean:

%5C              \
%3A              :

So in that sense the filename DellEMC_VolumeID_C%3A%5C.info itself only means:

DellEMC_VolumeID_C:\.info

So the C:\ drive, as it also states in its contents.

No Events found!

Top