Menu

iocharset=utf8 option in command line mounting operation

nomad
2024-07-13
2024-07-13
  • nomad

    nomad - 2024-07-13

    Hi,

    I need to pass the "iocharset=utf8" parameter when mounting a veracrypt volume in linux, I'm doing it using the GUI (via "Preferences/ Mount Options") but I would like to use the command line.

    In command line I can use the following:

    veracrypt --text --mount /(file location) /(destination folder) --pim 0 --keyfiles "" --protect-hidden no

    Where can I insert the "iocharset=utf8" parameter?

    Thanks.

     
  • Jertzukka

    Jertzukka - 2024-07-13

    Use --fs-options=iocharset=utf8

     
    • nomad

      nomad - 2024-07-13

      Perfect, thanks!

       

Log in to post a comment.