zEitEr
Super Moderator
Though of course you won't be able to unmount root partition on a running server, try this:
and this
Code:
cat /proc/mounts | grep /var/named/chroot/ | awk '{system("echo "$2)}'
and this
Code:
cat /proc/mounts | grep /var/named/chroot/ | awk '{system("umount "$2)}'