A Digital Life

My Notebook

View My GitHub Profile

  • About
  • 9 April 2022

    QNAP SMB Shares are Case Insensitive

    by kerner1000

    When mounting shares via SMB, case changes to filenames might not be affective. To fix this, open the SMB config file, for example with nano:

    nano /etc/smb.conf
    

    In nano, you can type CTRL-W to find text. Change

    case sensitive = auto
    

    to

    case sensitive = yes
    

    save, exit and restart SMB or the QNAP.

    References:

    tags: QNAP - SMB