SpiderJon wrote: > Just a couple of questions/observations: > > Why is the first entry commented out? Have you tried the entry with > nls=utf8 in it? The 'active' entry doesn't include a char encoding. > > You say you've installed ntfs-3g, but it only says ntfs in your fstab > file. > > (Fwiw, I run LMS on a Pi3 B+ on Raspbian using an NTFS disk and have > lots of files with accented chars in, from several languages, and > haven't encountered a scanning problem, so I think you should be > optimistic about being able to get it work... eventually :-)
Thanks for the encouragement SpiderJon. There is a commented line in the file fstab, because I spent the day trying multiple syntaxes, not knowing where to look. In my last tests, I simply returned to the configuration proposed here: https://www.raspberrypi.org/documentation/configuration/external-storage.md I used the keyword "ntfs" in the fstab file because the single site fstab manpage "ntfs" (not "ntfs-3g") and I found many examples on the internet with "ntfs" ( without "-3g"). I do not know if I did well. However, I installed the package "ntfs-3g" : Code: -------------------- pi@pisalon:~ $ dpkg --status ntfs-3g Package: ntfs-3g Status: install ok installed Priority: optional Section: otherosfs Installed-Size: 1256 Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> Architecture: armhf Version: 1:2017.3.23AR.3-3 Depends: libc6 (>= 2.17), libgcrypt20 (>= 1.8.0), libgnutls30 (>= 3.6.5), libgpg-error0 (>= 1.14), libntfs-3g883 (= 1:2017.3.23AR.3-3) Pre-Depends: fuse Description: read/write NTFS driver for FUSE NTFS-3G uses FUSE (Filesystem in Userspace) to provide support for the NTFS filesystem used by Microsoft Windows. Homepage: http://jp-andre.pagesperso-orange.fr/advanced-ntfs-3g.html -------------------- ------------------------------------------------------------------------ Franck@'s Profile: http://forums.slimdevices.com/member.php?userid=68468 View this thread: http://forums.slimdevices.com/showthread.php?t=110970 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
