Rick Shelton wrote: > On Fri, Jul 13, 2012 at 9:57 PM, gmspro <[email protected]> wrote:
>> I have a problem running df command. >> >> df -h >> df: cannot read table of mounted file systems >> >> man df , displays/shows the manual. >> >> Where is the problem? >> What should i do? > I think the error message was misinterpreted. It looks to me like the > program df is reporting an error condition -- that it cannot read a > table of mounted file systems. I think your first steps should be to > investigate this "cannot read table of mounted file systems" message. > > So it looks like you can run the df command properly. The shell is not > reporting some weird error about df. Rather the program df is having > problems with something it needs. You don't have the virtual file systems mounted in chroot. See section 6.2.3. of the LFS book. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
