Find the answer to your Linux question:
Results 1 to 5 of 5
Running Fedora12. While browsing WinXP shares in Doplhin the file names are displayed as they are, but when the same volume is mounted the names change into all ????. Tried ...
  1. #1
    Just Joined!
    Join Date
    Nov 2009
    Location
    in a house
    Posts
    31

    Question [SOLVED] mount.cifs displays ???? for file names while Dolphin shows as is

    Running Fedora12.

    While browsing WinXP shares in Doplhin the file names are displayed as they are, but when the same volume is mounted the names change into all ????.

    Tried -o iocharset=utf8, but getting this error:
    Code:
    mount error(79): Can not access a needed shared library
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    as I can see my locale is on the list from locale -a.

    What am I doing wrong?

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    As per the error message, there is a problem with a shared library that mount.cifs requires to operate properly. You might need to reinstall mount.cifs to correct this. Since the error doesn't specify which library is having a problem I cannot be more specific than this.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Nov 2009
    Location
    in a house
    Posts
    31

    Unhappy

    Quote Originally Posted by Rubberman View Post
    As per the error message, there is a problem with a shared library that mount.cifs requires to operate properly. You might need to reinstall mount.cifs to correct this. Since the error doesn't specify which library is having a problem I cannot be more specific than this.
    This illustrates general problem with software development, that is bogging my mind since mid-80s when I started using computers: why is it so difficult for developers to be elaborate in diagnostic messages they put in?

    I am also at a loss how I can reinstall mount. If I am not mistaken, it is part of base Fedora and comes with operating system. Correct me if I am wrong.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,975
    mount isn't the problem. It indirectly calls mount.cifs which is the thing you need to reinstall. CIFS stands for Common Internet File System, which is the successor for netbios/windows network sharing (samba on Linux). So, cifs is the samba client, and smbd is the samba server.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  5. #5
    Just Joined!
    Join Date
    Nov 2009
    Location
    in a house
    Posts
    31
    Ok, I tried un/re-installing samba-client, still same problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...