Loop devices, version 1 ======================= Loop devices can be used to mount regular files, to put more than one file system on a disk partition and to provide transparent data encryption. Note: This implementation differs from my old loop devices that are also found in some distributions of SLS. All this code is covered by the General Public License. Installation ------------ Create the device entries in /dev: for n in 0 1 2 3 4 5 6 7; do mknod /dev/loop$n b 12 $n; done Apply the patch to your 0.99pl11 kernel source: cd /usr/src/linux patch -s -p1 Maintainer: Werner Almesberger DES author: Eric Young