diff -r b369f3f92eb8 -r 7d748d9cf9e8 tool/CommandSoeWrite.cpp --- a/tool/CommandSoeWrite.cpp Mon Oct 18 10:30:57 2010 +0200 +++ b/tool/CommandSoeWrite.cpp Mon Oct 18 10:45:07 2010 +0200 @@ -92,6 +92,8 @@ throwInvalidUsageException(err); } + ioctl.drive_no = 0; // FIXME + try { ioctl.idn = parseIdn(args[0]); } catch (runtime_error &e) {