View Single Post
  #2   (View Single Post)  
Old 17th May 2009
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

Certainly.

The mount(8) command is available.

Here's an example of "chrooting" into a root directory (wd0a) on a hard drive:

# mount /dev/wd0a /mnt
# mount /dev/wd0d /mnt/usr
# /mnt/usr/sbin/chroot mnt ksh
Reply With Quote