-
NTFS volumes are typically case insensitive. When mounted with target-mount on Linux I saw that it is actually case sensitive. Some forensic tools rely on the fact that a file can be found in its upper and lower case spelling. To make my life easier I thought it might be the best to mount the volume case insensitive. While target-mount supports an Is there a way to accomplish this as of now or are there plans to implement such feature? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you provide some more information? For me, $ ls
DLLs include libs Microsoft.VC90.CRT.manifest NEWS.txt python.exe README.txt tcl
Doc Lib LICENSE.txt msvcr90.dll python27.dll pythonw.exe Scripts Tools
$ cd TOOLS
$ ls
i18n pynche Scripts versioncheck webchecker |
Beta Was this translation helpful? Give feedback.
Can you provide some more information? For me,
target-mount
already behaves case-insensitive on Windows systems:$ ls DLLs include libs Microsoft.VC90.CRT.manifest NEWS.txt python.exe README.txt tcl Doc Lib LICENSE.txt msvcr90.dll python27.dll pythonw.exe Scripts Tools $ cd TOOLS $ ls i18n pynche Scripts versioncheck webchecker