Hi Andre,
Thank you for your response. Here is the output of the ls command, listing the four files you were referring to:
[root@localhost:/vmfs/volumes/59349365-08186f18-21e2-1866da64be1d/Server] ls -lisa
total 7432774664
1732 8 drwxr-xr-x 1 root root 840 Sep 9 02:32 .
4 1024 drwxr-xr-t 1 root root 1540 Sep 4 15:19 ..
41944772 3822243840 -rw------- 1 root root 3929755353088 Oct 8 23:19 Server_1-000002-sesparse.vmdk
46139076 0 -rw------- 1 root root 337 Mar 6 2019 Server_1-000002.vmdk
4196036 3610529792 -rw------- 1 root root 7993449533440 Oct 10 19:02 Server_1-flat.vmdk
29361860 0 -rw------- 1 root root 479 Sep 9 02:32 Server_1.vmdk
The cat command on the bottom file - Server_1.vmdk - reveals the following information:
[root@localhost:/vmfs/volumes/59349365-08186f18-21e2-1866da64be1d/Server] cat Server_1.vmdk
# Disk DescriptorFile
version=1
encoding="UTF-8"
CID=bc9e3af1
parentCID=ffffffff
createType="vmfs"
# Extent description
RW 15612206120 VMFS "Server_1-flat.vmdk"
# The Disk Data Base
#DDB
ddb.adapterType = "lsilogic"
ddb.geometry.cylinders = "971814"
ddb.geometry.heads = "255"
ddb.geometry.sectors = "63"
ddb.longContentID = "ccfbd85fd4f5dfc9947db8e6bc9e3af1"
ddb.thinProvisioned = "1"
ddb.uuid = "60 00 C2 98 a7 ff 67 02-28 71 89 9d 19 49 74 76"
ddb.virtualHWVersion = "11"
The same command on the other file - Server_1-000002.vmdk shows this:
[root@localhost:/vmfs/volumes/59349365-08186f18-21e2-1866da64be1d/Server] cat Server_1-000002.vmdk
# Disk DescriptorFile
version=1
encoding="UTF-8"
CID=b7078c89
parentCID=ed6b8dd8
isNativeSnapshot="no"
createType="seSparse"
parentFileNameHint="Server_1.vmdk"
# Extent description
RW 15612206120 SESPARSE "Server_1-000002-sesparse.vmdk"
# The Disk Data Base
#DDB
ddb.grain = "8"
ddb.longContentID = "e7eecaac0b13bc78491855e5b7078c89"