[LTP] [PATCH] safe_mount: Do not try mount() syscall for FUSE fs

Jan Stancek jstancek@redhat.com
Wed Jan 17 09:54:18 CET 2018



----- Original Message -----
> The problem here is that there exists two NTFS implementations. There is
> a readonly support in the kernel and full read/write FUSE
> implementation. If there is a NTFS kernel module present on the system
> the mount() syscall successfuly mounts the device in read-only mode
> which causes the tests to fail once they attempt to create a file.
> 
> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>

This would prevent test using read-only kernel version of NTFS,
but no such test exists (and EROFS tests use tmpfs).

ACK

Regards,
Jan


More information about the ltp mailing list