From: Alasdair Kergon Date: Fri, 4 Jan 2002 16:58:24 +0000 (+0000) Subject: Non-devfs instructions to run mknod script. X-Git-Tag: beta1-pre1~28 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=bd6902124498c77da6987d57b5a171b374270faa;p=dm.git Non-devfs instructions to run mknod script. --- diff --git a/INSTALL b/INSTALL index 6e495f1..5232336 100644 --- a/INSTALL +++ b/INSTALL @@ -50,7 +50,18 @@ Device Mapper installation Example: make install -4) You can now use 'dmsetup' to test the API. + +4) If you are using the ioctl interface but not devfs then install + scripts/devmap_mknod.sh to run either: + + Each time the kernel boots + e.g. add to /etc/rc* + + Or whenever the device-mapper is loaded (if you built it as a module) + e.g. add a "post-install" line to /etc/modules.conf. + + +5) You can now use 'dmsetup' to test the API. If you chose the filesystem interface you will first need to mount dmfs. e.g. mount -t dmfs dmfs /dmfs Read the dmsetup man page for more information.