fn create_filesystem_and_mount(
vfs: &VfsManager,
fstype: &str,
target: &str,
options: &str,
) -> Result<(), FileSystemError>
Expand description
Create a filesystem using the driver and mount it
This function uses the new driver-based approach where option parsing is delegated to the filesystem driver, and registration is handled by sys_mount.