usbmount (buster) - Fixed
Posted: Tue Oct 08, 2019 9:50 pm
The default USBmount configuration is set to automount USB devices with vfat, ext2, ext3, ext4 and hfsplus filesystems.
NTFS can be enabled after installing USBmount by editing the /etc/usbmount/usbmount.conf configuration file and adding
ntfs fuseblk to the FILESYSTEMS variable.
sudo apt-get install usbmount
sudo nano /etc/usbmount/usbmount.conf
From: FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus"
To: FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs fuseblk"
Also Changed:
sudo nano /lib/systemd/system/systemd-udevd.service
Before: PrivateMounts=yes
After: PrivateMounts=no
After reboot: I now have usb files in $ /media/usb
NTFS can be enabled after installing USBmount by editing the /etc/usbmount/usbmount.conf configuration file and adding
ntfs fuseblk to the FILESYSTEMS variable.
sudo apt-get install usbmount
sudo nano /etc/usbmount/usbmount.conf
From: FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus"
To: FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus ntfs fuseblk"
Also Changed:
sudo nano /lib/systemd/system/systemd-udevd.service
Before: PrivateMounts=yes
After: PrivateMounts=no
After reboot: I now have usb files in $ /media/usb