크립트마운트 설정이 작동하지 않습니다

크립트마운트 설정이 작동하지 않습니다

cryptmount-setup을 사용하여 암호화를 설정하려고 하면 피드백 없이 반환됩니다. 파일을 생성하지도 않습니다 crypto.fs. 명령어를 실행했는데 cryptmount nextcloud_data아래와 cryptmount -l같이 대상 생성에 분명히 실패했음을 알 수 있었습니다.

------------------------------
Your filing system is now ready to be built - this will involve:
 - Creating the directory "/media/nextcloud_data"
 - Creating a 2700000MB file, "/media/hdd_3tb/crypto.fs"
 - Adding an extra entry ("nextcloud_data") in /etc/cryptmount/cmtab
 - Creating a key-file ("/etc/cryptmount/nextcloud_data.key")
 - Creating an ext3 filingsystem on "/media/hdd_3tb/crypto.fs"
If you do not wish to proceed, no changes will be made to your system.

  Please confirm that you want to proceed (enter "yes")
  [no]: yes
Making mount-point (/media/nextcloud_data)... done
Creating filesystem container (/media/hdd_3tb/crypto.fs)...~ $
~ $
~ $
~ $ cryptmount nextcloud_data
    Target name "nextcloud_data" is not recognized
~ $ cryptmount -l
~ $

이것이 문제가 되지 않도록 암호화된 파일의 크기를 줄였습니다. 이 문제에 대한 의견이 있으십니까?

답변1

Cryptmount-setup이 읽기 전용 모드로 마운트된 파티션에 쓰기를 시도했기 때문에 명령이 예기치 않게 종료되었습니다.

관련 정보