I'd like to generate files and folders in a folder using Java. Prior to that, I'd like to know the filesystem I'm wrting to (e.g. ext3
, ext4
, NTFS
,...). Is there a way to do that?
If not: is there a way to find out limits of the underlying filesystem? (e.g. ext3
does only allow 32000
INODEs per folder)