27

05/14

Attach virtual disk

1:40 am by Rad1st. Filed under: Notes

I like to store any sort of confidential data on my usb flash drive, such as passwords, backups of my bussiness database etc. But I’m just a human and can lost my drive once… So I create virtual disk, encrypt it with BitLocker and put to flash. Google tells a lot of guides how to create/format it, but this post not about that. Task is attach vdisk without opening disk manager.

This batch generate script with current drive letter (%~d0) and execute it by diskpart.

@ECHO OFF

ECHO SELECT VDISK FILE = "%~d0\vdrive_1gb.vhd" > %tmp%\.tmp
ECHO ATTACH VDISK >> %tmp%\.tmp

DISKPART /s %tmp%\.tmp

DEL %tmp%\.tmp /Q

17

05/09

Se7en

11:05 pm by Rad1st. Filed under: Background

dsc00600

Yesterday I am successfully migrate from my old Windows XP to new Windows 7 RC 7100 on my notebook Asus A3000 series (A3L).

I have some problem with installing driver for Intel 852GM/855GM videocard, but now I am happy with new OS.

Performance