My quick notes
  • Blog
  • Game
  • Series
  • Tags
  • About
  • Tiếng Việt
  • Search
My quick notes

Search My quick notes

Linux


Create folder with case-insensitive file name on Linux

 Posted on June 15, 2022  • Other languages: Tiếng Việt

Install ciopfs

  1. Get source code from https://github.com/martanne/ciopfs.

  2. Install dependencies.
    Fedora:

    $ sudo dnf install make gcc fuse-devel glib2-devel libattr-devel
    

    Debian:

    $ sudo apt install make gcc libfuse-dev libglib2.0-dev libattr1-dev
    
  3. Build and install.

    $ make && make install
    
[Read More]
linux 

 • © 2025  •  My quick notes

Hugo v0.140.2 powered  •  Theme Beautiful Hugo adapted from Beautiful Jekyll