This is a discussion on [Samba] charaters problem within the Samba forums, part of the Networking and Network Related category; Hi folks :-) Mounting a shared ntfs volume in debian os, I see some files like this: L'?uomo di notte....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi folks :-)
Mounting a shared ntfs volume in debian os, I see some files like this: L'?uomo di notte.jpg the real name is: L'ùomo di notte.jpg So, when I try to open this file (from a client) a message error appear: "the file doesn't exist". How can I resolve this problem? Thanks Pol -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
> How can I resolve this problem?
dos charset = ISO8859-1 unix charset = ISO8859-1 display charset = ISO8859-1 Pol -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Am Donnerstag, 10. Juli 2008 schrieb Pol Hallen:
> Hi folks :-) > > Mounting a shared ntfs volume in debian os, I see some files like this: > L'?uomo di notte.jpg > the real name is: L'ùomo di notte.jpg > > So, when I try to open this file (from a client) a message error appear: "the > file doesn't exist". > > How can I resolve this problem? > Thanks > > Pol what kernel module did you use for mounting that remote share, smbfs or cifs vfs ? Cheers, Günter -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Hi,
i tested with the name your using, and i dont have a problem. these are the things you should check for. nt acl support = yes map acl inherit = yes map hidden = no map system = no map archive = no store dos attributes = yes ea support = yes dos charset = 850 preserve case = yes short preserve case = yes case sensitive = auto directory mask = 0755 hide dot files = yes hide unreadable = yes hide files = /RECYCLER/desktop.ini/Desktop.ini/Thumbs.db/ veto files = /*.eml/*.nws/*.{*}/ im running debian linux samba 3.0.26a kernel 2.6.18-6-686 Good Luck >-----Oorspronkelijk bericht----- >Van: samba-bounces+belle=bazuin.nl@lists.samba.org >[mailto:samba-bounces+belle=bazuin.nl@lists.samba.org] Namens >Pol Hallen >Verzonden: donderdag 10 juli 2008 14:01 >Aan: samba@lists.samba.org >Onderwerp: [Samba] charaters problem > >Hi folks :-) > >Mounting a shared ntfs volume in debian os, I see some files like this: >L'?uomo di notte.jpg >the real name is: L'ùomo di notte.jpg > >So, when I try to open this file (from a client) a message >error appear: "the >file doesn't exist". > >How can I resolve this problem? >Thanks > >Pol >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Am Donnerstag, 10. Juli 2008 schrieb Günter Kukkukk:
> Am Donnerstag, 10. Juli 2008 schrieb Pol Hallen: > > Hi folks :-) > > > > Mounting a shared ntfs volume in debian os, I see some files like this: > > L'?uomo di notte.jpg > > the real name is: L'ùomo di notte.jpg > > > > So, when I try to open this file (from a client) a message error appear: "the > > file doesn't exist". > > > > How can I resolve this problem? > > Thanks > > > > Pol > > what kernel module did you use for mounting that remote share, > smbfs or cifs vfs ? > Cheers, Günter Sorry to reply to my own post, i possibly misunderstood your problem. 1. Do you have a mounted local ntfs volume, which you now want to share (export) with samba to other clients? 2. Have you mounted a _remote_ ntfs share using smbfs or cifs vfs ? Which of the above 1. or 2. matches your environment? Cheers, Günter -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |
|
|||
|
Thank u for the reply :-)
> 1. Do you have a mounted local ntfs volume, which you now want to share > (export) with samba to other clients? Yes :-) I already shared the mounted directory > 2. Have you mounted a _remote_ ntfs share using smbfs or cifs vfs ? Using smbfs Pol -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |