Search Our Support Knowledge Base

Find product articles and support information.

macOS Finder Shows Files and Folders with Strange or Random Characters on a My Cloud or My Cloud Home



Description


Files and folder show up with strange or random characters when mounted on macOS using Samba (SMB).



  • AFP allow creating a directory or file name with a space at the end.
  • AFP allow creating a directory or file name with special characters like / ? < > \ : * | "
  • SMB does not allow creating a directory or file name with space or special characters.
    Existing files and folders on the NAS that have special characters will not show correctly in macOS Finder.

Resolution


Special characters and names with a space at the end are not supported by Samba.
Files and Folders should be renamed.
The space at the end must be removed. Special characters must be removed or replaced with a supported character.


IMPORTANT:

Do a full back up before doing any name changes.



Web App Steps for My Cloud OS 5 and My Cloud Home

  1. Open a web browser.

  2. Go to mycloud.com

  3. Enter the username and password.
    Click "SIGN IN"


  4. Go to the share folder.
    Public share for example.

  5. Click the ... menu.
    Click Rename.


  6. Remove the space, special characters.
    Click RENAME.


  7. Check the new name.



SSH Secure Shell Steps for My Cloud Only

  1. Login using SSH.

    Need more help?
    Answer ID 26497: How to Access WD My Cloud Using SSH (Secure Shell)

  2. Go to the share folder that needs to be rename.
    Public share for example.

  3. Copy and paste this command.
    Press the enter key on the keyboard.

    cd /shares/Public


  4. List all the files and folders.
    Copy and paste this command.
    Press the enter key on the keyboard.
    Find the ones that need to be renamed.

    ls -al


  5. Rename the files and folders one at a time.
    Use the mv "move" command.

    EXAMPLE: mv "original folder/file name" "The new folder/file name"

    mv Hamed"\*T/ HamedT


  6. Copy and paste this command.
    Press the enter key on the keyboard.
    Check the new name.
    ls -al

Return to Top

Details
Answer ID 25739
Published 02/27/2019 09:59 PM
Updated 02/14/2024 07:08 AM

Please rate the helpfulness of this answer