|
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? |
Answered by
Schamper
Aug 1, 2024
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 |
1 reply
Answer selected by
mischw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you provide some more information? For me,
target-mountalready 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