Applicable to:
- SolusVM
Symptoms
-
Disk volume has an incorrect size in SolusVM Windows KVM VPS.
-
In SolusVM > Virtual Servers > affected VPS > Build Log the following can be found:
CONFIG_TEXT: ERROR: NTFS is inconsistent. Run chkdsk /f on Windows then reboot it TWICE!
The usage of the /f parameter is very IMPORTANT! No modification was
and will be made to NTFS by this software until it gets repaired.
guestfsd: error: /dev/sda2: ntfsresize v2015.3.14 (libntfs-3g)
Cause
Source VPS of Windows KVM template had inconsistent filesystem.
Resolution
-
Access the created SolusVM Windows KVM VPS.
-
Open command line terminal and execute:
C:\> diskpart
C:\> select disk 0
C:\> select volume 2
C:\> extend filesystem
-
Access the source SolusVM Windows KVM VPS from which the affected template was created.
-
Open command line terminal and execute
C:\> chkdsk /f
-
Reboot the VPS twice.
-
Create a new Windows KVM template from the source VPS.
Comments
0 comments
Please sign in to leave a comment.