No, no, and no. I absolutely do NOT want the goddam filesystem hiding files from me, ever.
DEs already have a sane way to handle this if you're worried about newbies being confused by "What are all these weird files doing in my home directory?", but forcing everyone to alias ls to "ls -A" - which is the only possible outcome from this - is just utterly stupid.
Announcement
Collapse
No announcement yet.
Linux's Modern NTFS Driver Preparing A "hidedotfiles" Option
Collapse
X
-
Question - I don't suppose something like this "hidedotfiles" is also possible with fat32 and/or exfat (particularly with USB flash drives and such)?
Leave a comment:
-
Originally posted by dragon321 View Post
I don't think it's possible without adding some non standard (something that Windows wouldn't support) flags or something similar to partition itself. On Linux (and many Unix like as well) case insensitive support is part of filesystem itself, not user space. NTFS is internally case sensitive and act as case insensitive on Windows due to userland. Since user space on Linux doesn't really care if filesystem is case sensitive or not I don't think there is an easy way to copy Windows behavior. On ext4 case insensitive is implemented in file system and requires adding attribute to directory to make it case insensitive. On macOS you need to decide about that when you format partition and you can't change that after it or have both case sensitive and case insensitive directories on one partition.
- Likes 1
Leave a comment:
-
Originally posted by dragon321 View Post
I don't think it's possible without adding some non standard (something that Windows wouldn't support) flags or something similar to partition itself. On Linux (and many Unix like as well) case insensitive support is part of filesystem itself, not user space. NTFS is internally case sensitive and act as case insensitive on Windows due to userland. Since user space on Linux doesn't really care if filesystem is case sensitive or not I don't think there is an easy way to copy Windows behavior. On ext4 case insensitive is implemented in file system and requires adding attribute to directory to make it case insensitive. On macOS you need to decide about that when you format partition and you can't change that after it or have both case sensitive and case insensitive directories on one partition.
- Likes 1
Leave a comment:
-
Originally posted by aksdb View PostA really nice feature would be a case insensitivity option. A proper one that behaves like the windows user space implementation (not like lo-ntfs that basically just turns everything lowercase). Well, one can dream ....Last edited by dragon321; 13 September 2022, 04:40 AM.
- Likes 2
Leave a comment:
-
Maybe I read the code wrong, but…
I understand that hidedotfiles is checked only at inode creation time. This means if I create a file ".foo" and then rename it "foo" it will remain hidden on NTFS? Conversely, if I create "foo" and then rename it to ".foo" it will remain visible?
Leave a comment:
-
A really nice feature would be a case insensitivity option. A proper one that behaves like the windows user space implementation (not like lo-ntfs that basically just turns everything lowercase). Well, one can dream ....
- Likes 1
Leave a comment:
-
Hello all! Do you know Arch Linux kernel still has this ntfs3 module in it? I couldn't find it the last day.
Leave a comment:
-
Originally posted by risho View PostHow has everyone's experience been with the kernel driver? I've read that the developers are kind of unreliable and that it isn't particularly well maintained. Is this something that is generally considered safe to use?
- Likes 5
Leave a comment:
Leave a comment: