20110719

Intel and Digital Blue QX3 Microsopes and Windows 7

Download and install qx3plus.exe and Codec Installer [QCODINSTL.EXE]

Download the new driver

Plug in the microscope, in device manager update driver to the new one

This will now work if you only have 1 cpu core. For multiple cores create a bat file

cd "C:\Program Files\Intel Play\QX3 Microscope"
start /affinity 1 QX3Micro.exe


20110208

More than 256GB disks with ESXi 4.1 step by step

This will reformat your datastore, deleting all your VMs. You'll end up with larger block size, thus larger max virtual harddisk size.

Enable ssh (VSphere, Configuration, Software, Security Profile, Properties, Remote Tech Support (ssh), Options, Start, Start Automatically)

Find ID of device to reformat (VSphere, Summary, Datastore, select datastore, right click, Properties, resize extents, should be something like (naa.somerandomnumbers):3

SSH to ESXi.

cd /vmfs/devices/disks/
ls -l

Oh look, you can copy and paste it now

vmkfstools -C vmfs3 -b 8m -S YourDataStorename naa.somerandomnumbers:3

Done.