Posts

Showing posts with the label Linux

AIOMgr: Preparing flush failed with VERR_NOT_SUPPORTED, disabling async flushes

AIOMgr: Preparing flush failed with VERR_NOT_SUPPORTED, disabling async flushes If you get error like this while Installing Windows 8.1 as guest OS using Oracle VirtualBox /VirtualMachine Then check your RAM Allocation for the Guest OS. Example: First time i gave 5120 (5 GB) of RAM for Guest OS. while installing i got the error like this in log file AIOMgr: Preparing flush failed with VERR_NOT_SUPPORTED , disabling async flushes. Now i changed the RAM size to 4096(4 GB) , now the error gone, the guest OS installed successfully. My Suggestion is to set RAM size in EVEN  for this kind of errors.

How to Run Various Linux Commands On Windows Using GIT Bash

Image
First way is :--> Install GIT  latest stable version. After install open GIT-->Bash and now you can execute Linux commands. If you want check which commands can execute just go to this PATH  C:\Program Files\Git\bin and check the file names. And one more thing you can use GIT as Version Controller like SVN Second way is :-->   How to run various Linux Commands on Windows using GOW (GNU on Windows)