I want to write a program in python which detects the type of file system and then makes some changes to master file table (in NTFS) or File allocation table (in FAT).
Is there an explicit way to do this ? With which lib? I am a beginner by python. Thanks