I have an NTFS hard drive from prior times which contains files and folders that contain POSIX-only characters such as
:
and |
. These were created in older versions of Linux Mint and/or Ubuntu which allowed the creation of such file names under NTFS. While Windows doesn't support POSIX-only characters like :
|
"
in file names, NTFS does, so those file names are still valid in NTFS.However, on said hard drive, now I am only able to access files with such characters, not folders. Their content is completely inaccessible, both through the terminal and through the graphical file manager Nemo. I am getting Input/output errors like:
Code: Select all
find: ‘example | folder | name’: Input/output error
Is there any way to access the data besides having to boot up an old Linux distribution?
I haven't tried that yet, but if even that doesn't work, it is possible Windows has somehow corrupted those folders, because I have accessed that hard drive from Windows too, but I didn't interact with those folders that contain the POSIX-only characters.