Samba mangled names for gvfsHow to setup samba share to be mounted as specific user?Samba 4 “file server...
Why do phishing e-mails use faked e-mail addresses instead of the real one?
Power Strip for Europe
What do you call someone who likes to pick fights?
Having the player face themselves after the mid-game
What problems would a superhuman have who's skin is constantly hot?
How can I manipulate the output of Information?
Can one live in the U.S. and not use a credit card?
Crossing a border with an infant of a different citizenship
Was it really inappropriate to write a pull request for the company I interviewed with?
When a wind turbine does not produce enough electricity how does the power company compensate for the loss?
Why restrict private health insurance?
Doubts in understanding some concepts of potential energy
Can I use a violin G string for D?
What ability score modifier does a javelin's damage use?
Shifting between bemols (flats) and diesis (sharps)in the key signature
Haman going to the second feast dirty
Plausibility of Mushroom Buildings
Is it possible that a question has only two answers?
What can I do if someone tampers with my SSH public key?
Virginia employer terminated employee and wants signing bonus returned
How do we create new idioms and use them in a novel?
Recommendation letter by significant other if you worked with them professionally?
Is this Paypal Github SDK reference really a dangerous site?
Why is there an extra space when I type "ls" in the Desktop directory?
Samba mangled names for gvfs
How to setup samba share to be mounted as specific user?Samba 4 “file server will not allow any additional users to log on”Samba name mangling too mangled to be practicalSamba / smbd on Centos 6.5Mount unix samba 4 share to osx client without mangled file namesMounting encrypted Samba share (linux server/client)Samba and windows2008 AD,ldap works for windows,not for sambaSamba - How to actually disable mangled namesSamba login failure: getpwuid failedsamba: why mode of mounted file changed?
I have a samba server (Version 4.5.12-Debian) and a Ubuntu client. On the samba server is a file containing a question mark in its name. I had no problems to work with this file on linux. I wanted to copy the file from Ubuntu client to samba server with thunar gvfs but I got an error:
Invalid operation
So I copied the file with scp. It worked. Then I wanted to view the file from Ubuntu client on the samba server with thunar. The filename was mangled. On the samba server I disabled mangled names with
mangled names = no
dos charset = CP850
unix charset = UTF-8
in
/etc/samba/smb.conf
Now the file can't be shown in thunar. I tried
smbclient
in terminal and the file is shown with full name (not mangled). Why is mangled names enabled for linux gvfs and how can I force full names?
samba samba4
New contributor
add a comment |
I have a samba server (Version 4.5.12-Debian) and a Ubuntu client. On the samba server is a file containing a question mark in its name. I had no problems to work with this file on linux. I wanted to copy the file from Ubuntu client to samba server with thunar gvfs but I got an error:
Invalid operation
So I copied the file with scp. It worked. Then I wanted to view the file from Ubuntu client on the samba server with thunar. The filename was mangled. On the samba server I disabled mangled names with
mangled names = no
dos charset = CP850
unix charset = UTF-8
in
/etc/samba/smb.conf
Now the file can't be shown in thunar. I tried
smbclient
in terminal and the file is shown with full name (not mangled). Why is mangled names enabled for linux gvfs and how can I force full names?
samba samba4
New contributor
add a comment |
I have a samba server (Version 4.5.12-Debian) and a Ubuntu client. On the samba server is a file containing a question mark in its name. I had no problems to work with this file on linux. I wanted to copy the file from Ubuntu client to samba server with thunar gvfs but I got an error:
Invalid operation
So I copied the file with scp. It worked. Then I wanted to view the file from Ubuntu client on the samba server with thunar. The filename was mangled. On the samba server I disabled mangled names with
mangled names = no
dos charset = CP850
unix charset = UTF-8
in
/etc/samba/smb.conf
Now the file can't be shown in thunar. I tried
smbclient
in terminal and the file is shown with full name (not mangled). Why is mangled names enabled for linux gvfs and how can I force full names?
samba samba4
New contributor
I have a samba server (Version 4.5.12-Debian) and a Ubuntu client. On the samba server is a file containing a question mark in its name. I had no problems to work with this file on linux. I wanted to copy the file from Ubuntu client to samba server with thunar gvfs but I got an error:
Invalid operation
So I copied the file with scp. It worked. Then I wanted to view the file from Ubuntu client on the samba server with thunar. The filename was mangled. On the samba server I disabled mangled names with
mangled names = no
dos charset = CP850
unix charset = UTF-8
in
/etc/samba/smb.conf
Now the file can't be shown in thunar. I tried
smbclient
in terminal and the file is shown with full name (not mangled). Why is mangled names enabled for linux gvfs and how can I force full names?
samba samba4
samba samba4
New contributor
New contributor
New contributor
asked 2 mins ago
Thomas SablikThomas Sablik
1012
1012
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Thomas Sablik is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957679%2fsamba-mangled-names-for-gvfs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thomas Sablik is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Sablik is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Sablik is a new contributor. Be nice, and check out our Code of Conduct.
Thomas Sablik is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f957679%2fsamba-mangled-names-for-gvfs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown