Ken Moffat wrote:
> Solid-state storage has a finite number of read/write cycles. If
> the filesystem is designed for solid-state storage it will work
> around this. A regular filesystem such as ext4 or xfs will cause a
> lot of extra writes.
Not so much if you mount with options 'noatime,dis
On 01/02/13 13:05, Ken Moffat wrote:
> On Tue, Jan 01, 2013 at 05:15:14PM -0800, JIA Pei wrote:
>> But, what do you mean by *(e.g. leaving the system, and reloading it) *?
>> do you mean *load and remove a module* ?
>>
> No, I meant shutting down the system. Or unmounting the card
> where you a
On Tue, Jan 01, 2013 at 05:15:14PM -0800, JIA Pei wrote:
>
> But, what do you mean by *(e.g. leaving the system, and reloading it) *?
> do you mean *load and remove a module* ?
>
No, I meant shutting down the system. Or unmounting the card
where you are building LFS.
>
> BTW, why those USB fl
Hi, Ken:
Happy new year !!
Thank you so much for your detailed reply. That helps a lot My thought
is much clearer now.
Yes, I did use different directories for *build pass 1* and *build pass 2*;
and before moving to chapter 6, I *mv* all the *temporary* folders to
another folder named *temp*
Hi, Thanks William !! Thank you...
Problem now solved
Thanks again...
On Tue, Jan 1, 2013 at 3:54 PM, William Harrington wrote:
>
> On Jan 1, 2013, at 5:23 PM, JIA Pei wrote:
>
>
> Hi, all:
>
> I'm building LFS SVN 20130101, however, I don't know how to solve the
> following problem:
>
>
On Tue, Jan 01, 2013 at 03:23:21PM -0800, JIA Pei wrote:
> Hi, all:
>
> I'm building LFS SVN 20130101, however, I don't know how to solve the
> following problem:
>
> *root:/# xz*
> *bash: /tools/bin/xz: No such file or directory*
>
> There are 2 potential causes:
> 1) I didn't prepare the tool
On Jan 1, 2013, at 5:23 PM, JIA Pei wrote:
Hi, all:
I'm building LFS SVN 20130101, however, I don't know how to solve
the following problem:
root:/# xz
bash: /tools/bin/xz: No such file or directory
Does /tools/bin/xz exist?
If so: readelf -e /tools/bin/xz | grep interpreter
It shou
Hi, all:
I'm building LFS SVN 20130101, however, I don't know how to solve the
following problem:
*root:/# xz*
*bash: /tools/bin/xz: No such file or directory*
There are 2 potential causes:
1) I didn't prepare the tool xz before moving to the next stage, namely,
chapter 6. But now, I've already