FreeNAS on Hyper-V

Illustration

For small server installation, I decided to use FreeNAS. Intention was to put it in Hyper-V alongside other (mostly Windows) machines and have FreeNAS handle all file sharing between them. Since it was just internal element and there was no DHCP in internal network, fixed IP was to be used.

Only problem with whole setup is that it doesn’t work. Whenever I tried to access FreeNAS machine, it seemed not alive. When I reset LAN IP address in it’s console menu (option 2) it was live again only to be silent on next reboot. That meant that every time NAS is restarted, manual intervention would be needed to make it accessible. Not exactly a comfortable setup.

Fortunately, solution is quite simple. First setup FreeNAS’ IP from console window. Once that part is completed, you will have access to web GUI where second part will take place.

In “System” -> “Advanced” menu go to “Command scripts” and there add two commands:

ifconfig de0 down
ifconfig de0 up

Type for both commands should be set to “postinit”. This will ensure that network adapter is reset on every reboot.

Once done with this, save and shut whole system down. Power it back for testing. If you did it correctly, you should have FreeNAS available.

MobiReg Update

Illustration

My small registry editor for Windows Mobile 6 just had update.

While most users will not notice anything, those with Smartphone will enjoy new auto-selection of input method. It finally works properly.

You can download new version here.

Corsair Voyager Mini

Illustration

In order to make Windows installation faster, I decided to buy this USB. While I have great experience with my current USB, I decided against buying same one. Distinguishing between them would probably cause wrong one getting deleted all the time.

Since I did own both Corsair Voyager and Voyager GT before, I decided to check their Voyager mini. It seemed like nice USB drive. It was cap-less (I hate those) and it’s look and size ensured were quite appealing to me.

I will start with one good thing and that is speed. This little guy is fast. It is not as fast as his big brothers (especially GT family), but you will be satisfied. Windows installation just flies on this one. Unfortunately, this is first and last thing I liked.

Most common operation with USB drive is inserting it in USB socket and this is where this drive fails miserably.

In order to insert it into USB, you need to grasp it “just right”. If you grasp it too high it will just retract back. While this is not problem if your computer is on desk, it is quite annoying if you need to plug it in laptop. Only way you can do it every time is to raise laptop (2700 grams) in order to plug Voyager mini (5 grams).

To make things worse, you can insert it up-side-down without any problem. This will not break anything (there are no short-circuiting issues) but it is quite annoying when you don’t notice it. Those computers with vertical connectors are most annoying ones since you are never sure and there is nothing to block you if you insert it wrong way.

While this drive looks like Voyager, it is not. As much as I am satisfied them, I am dissatisfied with this one. I can only find fortune in fact that, since I use it only for installs, it is not used much. I do wonder whether guarantee covers burning…

XP Mode Is Done

Illustration

Only days separate us from being able to download final release of Windows XP mode. As of yesterday, it has hit RTM milestone.

Those that already have RC installed should not see big difference and hopefully seamless upgrade will be possible.

QText 2.20

Illustration

QText is small “notepadish” program for taking quick notes. In order to avoid data loss, it auto-saves everything you type.

For new version, changes are:

  • Fix: Window restoring via shortcut.
  • Fix: Clipboard bug (Requested Clipboard operation did not succeed).
  • Added Find option.

And last change is finally attaching a license to program. I opted for MIT license if anybody cares.

Download it here.