Daily Archives: Wednesday, 10 August 2005

Many people don’t know that Microsoft provides an Installable File System (IFS) SDK kit for writing filesystem drivers. This SDK provides necessary info for writing a filesystem driver to manage Linux/OS X drives from Windows 2000, XP or 2003 Server. Stephan Schreiber wrote an Ext2 IFS driver for Windows which supports Ext2 and Ext3 with read/write operations and almost everything else available under Linux except access rights, defraging and some other minor things.

via osnews

habe eben einen export benötigt, der mir die reservierungen am dhcp in der form “ip;mac” liefert – das geht mit netsh ja sehr einfach, man muss nur den lästigen header und footer loswerden; das macht folgendes batch-file für x scopes automatisch. einfach alle scopes in ein file names “scopes.txt” schreiben und laufen lassen – es werden zwei files generiert:

reservedips.txt – inhalt:
192.168.0.1;01-ff-0a-f8-98-02

reservedips_cleanmac.txt – inhalt:
192.168.0.1;01ff0af89802

es ist zwar reht umständlich realisiert, aber mehr zeit war nicht und es funktionert, also was will man mehr
Continue reading