System Administration Guide: Basic Administration

Example—Creating and Mounting an LOFS File System

The following example illustrates how to create, mount, and test new software in the /new/dist directory as a loopback file system without actually having to install it.


# mkdir /tmp/newroot
# mount -F lofs /new/dist /tmp/newroot
# chroot /tmp/newroot newcommand