I attempted to mount my Python code to FUSE using the command python3 entropyfs.py ~/root ~/mount_point. However, the command doesn't seem to be functioning as expected. Instead of mounting the filesystem and providing the desired FUSE filesystem for entropy calculation, the command stops responding and remains stuck in a processing state for hours without any visible progress.
What could be the possible reasons for this issue? How can I troubleshoot and resolve it effectively to achieve successful mounting of my Python code to FUSE?
Any insights or suggestions would be greatly appreciated. Thank you.