• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Server 2003 encryption with truecrypt

kevnich2

Platinum Member
Ok, I am trying to create an encrypted volume on a Server 2003 hard drive with TrueCrypt and then share that volume so multiple users can access it. This part I have done ok, the problem comes in when the server has to be restarted for whatever reason. The encrypted volume isn't mounted as a drive letter until I login and enter the encryption password for it, however, since upon restarting, the server doesn't re-share out the volume automatically and I have to manually re-create the shares each time I restart.

Is there any way to configure Server 2003 to automatically keep the volume shared regardless of the volume being available?
 
Shares can't exist in the absence of a mounted drive. If the drive isn't using NTFS, the security settings don't get saved in any meaningful way, either.

You could probably accomplish it via the NET SHARE command in a batch script. That would automate certain things. Then, the mounting of your shares should be done via logon script, so at the very most, once you bring the server back up, you have to run a script and your users have to log out and log back in.
 
Back
Top