PaulStogov

Results 4 comments of PaulStogov

> The argument to back up header path is "-z" so your command should be > > ``` > zuluCrypt-cli -B -t vcrypt -d /dev/sde -e fde -z veracrypt.header >...

And in my case the error was brought by executing `python kohya_gui.py "$@"` and was solved with `python3.10 kohya_gui.py "$@"` version of command.

Some illustrations. Scan time with the SMB share unavailable: ![image](https://github.com/nextcloud/server/assets/1442851/7a321236-c628-4121-9e3a-7f02d2440f21) Scan time with the SMB share connected: ![image](https://github.com/nextcloud/server/assets/1442851/dda406bd-4f8b-49dd-9200-156c4dd47f88) It took 7+ hrs more. And the contents of the SMB share...

> Depends on how the share is made available to the users. See https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/external_storage/auth_mechanisms.html#considerations-for-shared-storage Thank you very much for the reply, I read the doc you provided. But it seems...