the problem is the follow command gives the error message . but the command
works well in solaris9. Is it a bug ?
bash-3.00# chroot /secroot /usr/sbin/df -b /
df: cannot statvfs /secroot: No such file or directory
what should I do.
part result of "truss chroot /secroot /usr/sbin/df -b /" is following:
resolvepath("/", "/", 1024) = 1
statvfs64("/secroot", 0xFFBFFCF8) Err#2 ENOENT
fstat64(2, 0xFFBFE958) = 0
df: cannot statvfs /secroot: No such file or directorywrite(2, " d f : c a n
n o t s".., 54) = 54
write(2, "\n", 1) = 1
This message posted from opensolaris.org