Rick Shelton wrote:
> On Fri, Jul 13, 2012 at 9:57 PM, gmspro 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 mis
No problem with exporting varialbes.
export LFS=/mnt/lfs was done before.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
Yes, it's chroot.
I did this to login from other distro.
chroot "$BDUX" /usr/bin/env -i HOME=/root TERM="$TERM" PS1='\u:\w\$ '
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
>From chroot, there is no file named /proc/mounts
What should i do then?
Thanks
--
http://linuxfromscratch.o
you are doing df -h from chroot.
at this stage you cannot read the partition table.
df (and everything else) will work once you logged into lfs as your
primary system.
EK
2012/7/14 gmspro
>
> Hi,
>
> I have a problem running df command.
>
> df -h
> df: cannot read table of mounted file systems
>
On Fri, Jul 13, 2012 at 9:57 PM, gmspro wrote:
>
> Hi,
>
> 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 look
Hi,
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?
Any answer will be highly appreciated.
Thanks in advance
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: h