การใช้งาน vmkfstools กับ VIRTUAL DISK
1. Convert to thin.
vmkfstools -i "$filename" -d thin "thin_$filename"
2. Move the original out of the way.
vmkfstools -E '$filename" "orig_$filename"
3. Move the new thin disk into place.
vmkfstools -E "thin_$filename" "$filename"
4. Remove the thick disk.
vmkfstools -U "orig_$filename"
vmkfstools -i "$filename" -d thin "thin_$filename"
2. Move the original out of the way.
vmkfstools -E '$filename" "orig_$filename"
3. Move the new thin disk into place.
vmkfstools -E "thin_$filename" "$filename"
4. Remove the thick disk.
vmkfstools -U "orig_$filename"
ความคิดเห็น