Windows error 0x80070052, -2147024814

Detailed Error Information

CANNOT_MAKE[1]

MessageThe directory or file cannot be created.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code82 (0x0052)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x00000052.

Questions

3votes
2answers

FAT32 limit on total length of all filenames in a directory combined?

I've kind of a weird problem on one of our customer's backup harddrives: The harddrive is formatted in FAT32 and last night our backup jobs threw an error on a subdirectory, claiming that it couldn't copy the files that it had to copy. I checked the disk size first of [...] read more
limits
fat32
2votes
2answers

Is there a limit of max. number of files in external hard drive folder?

I have a FAT32 external hard drive where I keep backups downloaded from webserver. I have a directory with 30 subdirectories. One of the subdirectories contains 21381 files and when I try to copy more files into this directory I get 0x80070052 error. However,it's possible to copy one more file [...] read more
external-hard-drive

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0