Heya, i know there is a thread with this question before, but i didnt want to respond in an old thread.
So heres my question, im running Drivepool, with encryption via DiskCryptor Fork, Diskcryptor doesnt automount as i havnt encrypted the system drive.
So when i login to the PC, i need to type my password manually, but Drivepool doesnt recognize the drives, so i manually restart the Drivepool Service and it works.
Managed to solve the Diskcryptor issue, made a startup script, see my example:
if exist \\?\Volume{70946c90-a592-11ea-91e8-b42e99cbce4b}\keyfile "C:\Program Files\dcrypt\dccon.exe" -mountall -p "YOURPASSWORD" -kf \\?\Volume{70946c90-a592-11ea-91e8-b42e99cbce4b}\keyfile
Created a mount.cmd file with the text above.
Windows Start > RUN > write gpedit.msc and go to Computer config > Windows > Script > Start and click show files, paste the mount.cmd here, and OK, click add, and choose the mount.cmd.
Had to create a keyfile for every drive as for a password, used same password and keyfile for all drives.
Volume ID can be found in Diskcryptor.
My keyfile is on a USBdrive.
Couldnt get symlink to work from USB drive to C drive, but no biggie.
Question
Shidapu
Heya, i know there is a thread with this question before, but i didnt want to respond in an old thread.
So heres my question, im running Drivepool, with encryption via DiskCryptor Fork, Diskcryptor doesnt automount as i havnt encrypted the system drive.
So when i login to the PC, i need to type my password manually, but Drivepool doesnt recognize the drives, so i manually restart the Drivepool Service and it works.
CoveFs_BypassNtfsFilters (Default: "False")
SOLVED
Managed to solve the Diskcryptor issue, made a startup script, see my example:
if exist \\?\Volume{70946c90-a592-11ea-91e8-b42e99cbce4b}\keyfile "C:\Program Files\dcrypt\dccon.exe" -mountall -p "YOURPASSWORD" -kf \\?\Volume{70946c90-a592-11ea-91e8-b42e99cbce4b}\keyfile
Created a mount.cmd file with the text above.
Windows Start > RUN > write gpedit.msc and go to Computer config > Windows > Script > Start and click show files, paste the mount.cmd here, and OK, click add, and choose the mount.cmd.
Had to create a keyfile for every drive as for a password, used same password and keyfile for all drives.
Volume ID can be found in Diskcryptor.
My keyfile is on a USBdrive.
Couldnt get symlink to work from USB drive to C drive, but no biggie.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.