Windows 10: How do I properly configure VMs using SSD nd HDD?

Discus and support How do I properly configure VMs using SSD nd HDD? in Windows 10 Virtualization to solve the problem; I am gathering information to use when my new custom build laptop arrives in about a week. The build includes a 128GB SSD and a 1TB HDD. My intention... Discussion in 'Windows 10 Virtualization' started by caffeine, Dec 31, 2017.

  1. caffeine Win User

    How do I properly configure VMs using SSD nd HDD?


    I am gathering information to use when my new custom build laptop arrives in about a week. The build includes a 128GB SSD and a 1TB HDD. My intention is to use the new machine to get a special project off my existing computer to free up over 20GB of storage. After reading the excellent tutorial, "How to move users folder to another location in Windows 10", I have some specific questions about configurations. These questions arise because this will be my first experience with both Windows 10 and multiple internal drives.

    I use VMWare Workstation 14 Player (free version), which does not support snapshots. However, I have found that I can save a saved VM state to a flash drive and launch it with VMWare Player.exe. To do so I copy the entire directory located at C:\users\username\documents\Virtual Machines\VMname to the flash drive. I then rename VMname directory to VMname-date. All the files containing that state are inside the last directory. Double clicking the file: VMname-date, and launching with VMWare Player.exe works great. The only caveat is that after shutting down the VM, the newly launched VM remains in VMWare's library, necessitating the removal of that VM in VMWare's window.

    At this point in my post I anticipate replies with the following questions and my answers to save time.
    1) Why do you want to save states in this manner? For use as backups or to have known, good configurations available to create new projects, this seems to be logical alternative to cluttering the SSD unnecessarily. (Each VM will use 10-20GB of storage. )
    2) What do you want to do with the VMs? It really doesn't matter. The configuration should be rather generic, regardless of its intended use. If you are merely curious, the initial use is to be setting up a development environment for websites.

    Here are the specific questions which should address both write/erase operations on the SSD and SSD used storage size management.
    1) Is it still recommended to move the users file to D: drive?
    2) Will there be a need to symlink the saved states (which would now be on D: drive) and C:\program files\VMWare VMWare Player\VMWarePlayer.exe? If so, would I link directly form D:\savedstate to C:\path/to/the/executable/file? Details would be greatly appreciated.
    3) Is my understanding correct that VMWare will run on the SSD (C:\, and all user directories will be on the HDD(D:\?
    4) What else do I need to know?

    Thanks for your patience and replies.

    :)
     
    caffeine, Dec 31, 2017
    #1

  2. Hyper-V Black screen - Dell XPS 9560 (2017 Model)

    Hi,

    Am trying to install Windows 7 using Windows 10 Pro Hyper-V.

    I have both 32bit and 64bit of Windows 7 Pro. My configuration for the VM:

    8192MB Ram (This was adjusted to 2048MB)

    40 gig HDD

    1 vCPU

    Anyway after starting the VM all I get is a black screen. I know the issue is with the monitor resolution, the monitor is configured resolution is 4K.

    When I set the resolution to 800x600 and restart the VM I get the Windows 7 installation but in a very small screen within the VM window. The installation does not complete successfully as later on in the installation the screen goes black again.

    So I know what the problem is,... its just I dont know how to resolve it... to think I spent over 2k for a laptop just to use multiple VM's and am getting issues... oh the irony..

    Laptop spec:

    CPU Intel i7

    32 Gig ram

    1TB SSD

    4K screen

    Thanks
     
    Abdullah Nagem, Dec 31, 2017
    #2
  3. complaint regarding my nokia e5 cell phone

    hello,



    My nokia e 5 handset is not working properly... i purchase this handset in last month .. nd they hang all time.. how nd where i replace dis handset..
     
    gitanjali---01, Dec 31, 2017
    #3
  4. caffeine Win User

    How do I properly configure VMs using SSD nd HDD?

    For the sake of closing this topic and giving closure to all who have viewed this post, here are the answers.
    Testing on my existing on my existing machine and a flash drive has given me the answers I need to proceed when the new machine arrives. I have found the most probable answers to my preceding questions:

    Q: Is it still recommended to move the users file to D: drive?
    A: Copying the *.vmx files for an existing VM to a flash drive and opening the file with VMWare Player.exe (found in program files(x86)) works.

    Q: Will there be a need to symlink the saved states (which would now be on D: drive) and C:\program files\VMWare VMWare Player\VMWarePlayer.exe? If so, would I link directly form D:\savedstate to C:\path/to/the/executable/file? Details would be greatly appreciated.
    A; It appears that a simple shortcut to VMWare Player.exe is sufficient.

    Q: Is my understanding correct that VMWare will run on the SSD (C:\, and all user directories will be on the HDD(D:\?
    A: Yes. Diving into directories/files on my current machine has revealed that all files created by the VMWare program are saved to the users file (about 20GB at present) which will be on the other drive. The program files on C\drive occupy only about 200MB.

    Q: What else do I need to know?
    A: Nothing else is needed to get up and running. -- except -- the arrival of the new computer
     
    caffeine, Jan 3, 2018
    #4
  5. lx07 Win User
    Your VM will run much better if the .vmdk is on SSD though. VMware is easy - you can just cut/paste the entire folder for whatever VM to SSD and cut/paste the folder back to HDD if you need space for something else. Just say "I moved it" not "I copied it" when you start it to avoid activation issues as it will then keep the original HWID.
     
    lx07, Jan 3, 2018
    #5
  6. caffeine Win User
    Thanks. I'll test that.

    EDIT:
    I just checked my existing computer and found some interesting facts. One of my VMs has been shut down, and the other suspended. The file for the suspended one is 8+GB in size and the other is very small. In testing I will have to be mindful of whether or not I want to suspend a state. If I suspend multiple VMs, it could significantly impact used storage on the SSD. Nonetheless, I will test. Thanks again.
     
    caffeine, Jan 3, 2018
    #6
  7. lx07 Win User
    I guess you need to commit now and again?

    Anyway VMWare also stores memory when you suspend it (so it will store somewhat less than the memory you assigned to the VM) in addition to whatever changes you made. You can edit the .vmx configuration file to say where this file is stored - if this works you could keep the disk file on SSD and put the backup on HDD perhaps.

    According to here Move Snapshot location |VMware Communities you can edit the .vmx and look for workingDir = "DESIRED LOCATION" and change it to hard drive. I never suspend VMs though so can't guarantee it.

    Have a look at this too - you may find it interesting - it helps me with VMWare performance VMware Performance Enhancing Tweaks (Over-the-Counter Solutions) | artykul8

    In particular mainMem.useNamedFile = "FALSE" helps a lot.
     
    lx07, Jan 3, 2018
    #7
  8. caffeine Win User

    How do I properly configure VMs using SSD nd HDD?

    WOW! ... great info ... I'll check it out in the next couple of days.
     
    caffeine, Jan 4, 2018
    #8
  9. jimbo45 Win User
    Hi there
    @lx07

    Very important point when moving Windows VM's around to avoid activation issues -- most people instinctively click on "I copied it". Here's a W10 PRO VM that I moved from external HDD to internal SSD.

    with the I Moved it option -- activates fine, with the I copied it Windows wouldn't activate !!!


    How do I properly configure VMs using SSD nd HDD? [​IMG]


    Tried to rep you but system said I have to give to others before adding to your total again !!!
    Anyway it's the thought that counts.

    Cheers
    jimbo
     
    jimbo45, Jan 4, 2018
    #9
  10. caffeine Win User
    I know your post was not directed to me, but I wish to avoid others posting directly to me about that.

    I should not encounter this issue. Your screenshot indicates that your VM is win10. My host will be win10, all guests will be Ubuntu.
     
    caffeine, Apr 5, 2018
    #10
Thema:

How do I properly configure VMs using SSD nd HDD?

Loading...
  1. How do I properly configure VMs using SSD nd HDD? - Similar Threads - properly configure VMs

  2. Using SSD or HDD

    in Windows 10 Network and Sharing
    Using SSD or HDD: I just bought a new computer with Windows 10 Pro installed. It came with a 512 Gb SSD and 1 Tb HDD. It automatically has been storing all of my data on the SSD. I am not a game player and have only one game downloaded. My data totals only 24 Gb's so far and adding more...
  3. Use SSD as cache for HDD

    in Windows 10 Ask Insider
    Use SSD as cache for HDD: Hello everyone! I was wondering if I could use a 128GB SSD as cache for my 2TB HDD. What program should I use? Is it a native Windows feature? Is this the right subreddit to post this? Thanks :) submitted by /u/GnossisYT [link] [comments]...
  4. MicroSD seen as HDD - How do I mark it as a ssd for proper handling in defragment/optimize...

    in Windows 10 Customization
    MicroSD seen as HDD - How do I mark it as a ssd for proper handling in defragment/optimize...: I am currently on my Surface pro2017 -i7 The microSD card slot in the back, is showing as a physical Hard drive, and I am wondering how I can change how it looks inside the defragment/optimize drive....
  5. How do I remove HDD/SSD Password ?

    in AntiVirus, Firewalls and System Security
    How do I remove HDD/SSD Password ?: I start my toshiba satellite radius P55W B5224 and get a screen to enter HDD/SSD password. Cant even access BIOS setup. https://answers.microsoft.com/en-us/windows/forum/all/how-do-i-remove-hddssd-password/33760f95-a523-490f-8e17-436526e1a31f
  6. How do I remove HDD/SSD password?

    in AntiVirus, Firewalls and System Security
    How do I remove HDD/SSD password?: I cant figure out how to remove the HDD/SDD password. I can get to the Toshiba Setup Utioy and get to the place where I change that password but I cant figure out how to delete it. How do i delete it?...
  7. How to use SSD for OS and HDD as storage???

    in Windows 10 Support
    How to use SSD for OS and HDD as storage???: I am currently running the newest version of windows 10 and I have an SSD for my OS only and a HDD as storage. And every time I install a program it defaults to install on the SSD. I have changed the storage settings in windows so that apps and so on go will to the HDD but...
  8. How do I configure SSD

    in Windows 10 Network and Sharing
    How do I configure SSD: Hello, I have a SSD and 1TB hard drive on my laptop. Windows is installed on SSD, I want max performance on SSD cashing etc. How do I make sure that all is configured correctly on my laptop....
  9. Using SSD and HDD

    in Windows 10 Network and Sharing
    Using SSD and HDD: I have a hard drive and an SSD. I want to use the SSD for booding and the hard drive for storing everything else except a few apps (ex. chrome and frequently used ones). I am new to windows. How do I do this?...
  10. How should I configure a SSD & HDD for photo editing?

    in Windows 10 Drivers and Hardware
    How should I configure a SSD & HDD for photo editing?: I had to send my HP Envy back as it was defective. I am in the process of picking out a new one & I would like to know if having a SSD & HDD would be best for photo editing? I have read so many different opinions about what to store on each that I don't know what to do. I...