1From 0c32ff1b896f1c0976faed6f1b59923d4df1494e Mon Sep 17 00:00:00 2001 2From: Jeffy Chen <jeffy.chen@rock-chips.com> 3Date: Fri, 17 Jun 2022 15:18:57 +0800 4Subject: [PATCH 3/5] usbmount.conf: Support more filesystems 5 6Add ntfs exfat fuseblk. 7 8Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> 9--- 10 usbmount.conf | 2 +- 11 1 file changed, 1 insertion(+), 1 deletion(-) 12 13diff --git a/usbmount.conf b/usbmount.conf 14index 97f7ccc..b265940 100644 15--- a/usbmount.conf 16+++ b/usbmount.conf 17@@ -14,7 +14,7 @@ MOUNTPOINTS="/media/usb0 /media/usb1 /media/usb2 /media/usb3 18 19 # Filesystem types: removable storage devices are only mounted if they 20 # contain a filesystem type which is in this list. 21-FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus" 22+FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs exfat fuseblk" 23 24 ############################################################################# 25 # WARNING! # 26-- 272.20.1 28 29