clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.6k stars 980 forks source link

Dependent on C: drive #48

Closed caliskanfurkan closed 6 years ago

caliskanfurkan commented 6 years ago

Installation on Windows 10 is heavly depends on (free-space) of C drive. Since a lot of users use C:\ only for Windows (SSD) and D:\ for general purpose, this can be optional for a default user. I tried a lot of hacks to make it work. (I installed all tools and install scripts on D, still uses C for VMs etc like C:\Users\username...)

PS: Can be done defining VAGRANT_HOME to D:\etc_directory

clong commented 6 years ago

@ozirus Thanks for reporting! I can add that info to the README.md FAQ if that's what you're looking for here.

clong commented 6 years ago

Added to README.md in https://github.com/clong/DetectionLab/pull/50 under Troubleshooting/FAQ

caliskanfurkan commented 6 years ago

Thanks. Virtualbox default home directory can also be mentioned in document if you wish since by default VM's are also created again in C:\Users\\Virtualbox VMs\ etc. in Windows