John Richard Moser <[EMAIL PROTECTED]> writes:
> I would really, but I haven't mastered creating debian packages yet; on
> Gentoo I just wrote ebuilds whenever I wanted to test something, then
> uninstalled it if it broke. Maybe someone else can do it. . . .
dosfstools is simple, so you don't need to install it....
$ mkdir test
$ cd test
$ wget http://user.parknet.co.jp/hirofumi/tmp/fatfsprogs.tar.bz2
$ tar xjf fatfsprogs.tar.bz2
$ cd fatfsprogs/dosfstools-2.10/
$ make
$ ./dosfsck/dosfsck /dev/test_device
[...]
$ cd ../../..
$ rm -rf test
--
OGAWA Hirofumi <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/