11
Support and Feedback / Re: Dotfiles won't copy/move? Just...hangs?
« Last post by Mathias (Author) on February 05, 2026, 08:57:06 »Thanks for the information.. I will take a look.
I have not checked yet But I suspect the error is because of some workaround that MC has for the "hidden" file attributes and linux.
Linux does not have that file attribute, but on Linux a file is "hidden" if it begins with dot "."
So Samba (the thing on linux that make file sharing on Linux windows compatible) then say that the file has hidden attribute set since it is.
and that causes some combability issue. since you can't remove or set that attribute since it is based on filename.. so MC has some workaround for "." files and Linux.
So i maybe something might be wrong with the logic around that.
I have not checked yet But I suspect the error is because of some workaround that MC has for the "hidden" file attributes and linux.
Linux does not have that file attribute, but on Linux a file is "hidden" if it begins with dot "."
So Samba (the thing on linux that make file sharing on Linux windows compatible) then say that the file has hidden attribute set since it is.
and that causes some combability issue. since you can't remove or set that attribute since it is based on filename.. so MC has some workaround for "." files and Linux.
So i maybe something might be wrong with the logic around that.
Recent Posts