In both, mount command arguments and in /etc/fstab entries, we specify the filesystem of a mount point by its name, for exp. ext4, ntfs-3g, hfsplus
How does a linux system now how to properly mount each filesystem by name?
Is it possible to register a mount method for:
- a kernel space filesystem (ko)
- register a user space filesystem (fuse)