

Livrarea Comenzilor
Comenzile primite in ziua respectivă se livrează a doua zi calendaristică.
Comenzile sunt livrate prin firma de curierat GLS Curier, livrarea făcându-se la adresa indicată de client, in ziua urmatoare lucratoare, dupa preluarea coletului, pe intreg teritoriul Romaniei intre orele 08:00 si 17:00, de Luni pana Vineri.
Transportul este gratuit in Romania la comenzi peste 100 lei.
Transportul international este suportat de client. Acesta isi poate alege mijlocul de transport care este cel mai convenabil.
cd /vmfs/volumes/datastore-name/VM-name/ ls -la vmname-flat.vmdk Note the size in bytes (e.g., 42949672960 = 40 GB). vmkfstools -c <size-in-bytes> -a lsilogic -d thin temp.vmdk Example:
vmkfstools -c 42949672960 -a lsilogic -d thin temp.vmdk This creates temp.vmdk (descriptor) and temp-flat.vmdk (empty). mv vmname-flat.vmdk temp-flat.vmdk Step 4: Rename the descriptor to match your VM mv temp.vmdk vmname.vmdk Step 5: Verify the disk vmkfstools -V vmname.vmdk No errors? You’re done. Attach vmname.vmdk to your VM. Method 2: Clone the Flat File to a New VMDK (Alternative) Use this if the original descriptor is completely unrecoverable or you want a fresh, consolidated disk.
How to Restore a VMDK from a -flat.vmdk File (When the Descriptor is Missing)
cd /vmfs/volumes/datastore-name/VM-name/ ls -la vmname-flat.vmdk Note the size in bytes (e.g., 42949672960 = 40 GB). vmkfstools -c <size-in-bytes> -a lsilogic -d thin temp.vmdk Example:
vmkfstools -c 42949672960 -a lsilogic -d thin temp.vmdk This creates temp.vmdk (descriptor) and temp-flat.vmdk (empty). mv vmname-flat.vmdk temp-flat.vmdk Step 4: Rename the descriptor to match your VM mv temp.vmdk vmname.vmdk Step 5: Verify the disk vmkfstools -V vmname.vmdk No errors? You’re done. Attach vmname.vmdk to your VM. Method 2: Clone the Flat File to a New VMDK (Alternative) Use this if the original descriptor is completely unrecoverable or you want a fresh, consolidated disk.
How to Restore a VMDK from a -flat.vmdk File (When the Descriptor is Missing)