I have a usb drive formatted as NTFS and was trying to use dietpi-backup to store there, however I get this message:
┌─────────────────────────────────────┤ DietPi-Backup ├─────────────────────────────────────┐
│ │
│ Filesystem type not supported: │
│ │
│ /mnt/usb/dietpi-backup has a filesystem type of fuseblk, which is not supported. │
│ │
│ The filesystem type must be ext2/3/4, F2FS, Btrfs, XFS or ZFS for symlink and POSIX │
│ permissions compatibilities. │
│ │
│ <Ok> │
│ │
└───────────────────────────────────────────────────────────────────────────────────────────┘
This is strange,
- I believe the ‘filter’ settings state that symlinks will not be copied anyhow, and
- from my understanding NTFS is POSIX compliant (https://social.technet.microsoft.com/wiki/contents/articles/10224.posix-and-unix-support-in-windows.aspx)
The usb drive is auto-mounted as ntfs with dietpi-drive_manager, fstab shows:
UUID=XXXXXXXXXXXXXXXX /mnt/usb ntfs noatime,lazytime,rw,permissions,big_writes,nofail,noauto,x-systemd.automount
Is there something I’m missing?