Alexander Graf <[email protected]> writes:

>> Am 01.02.2014 um 13:51 schrieb Guillaume Gardet <[email protected]>:
>> 
>> Hi,
>> 
>> Trying to get Linux booting on Chromebook, I am facing the following error 
>> while loading initrd in memory:
>> "ext2fs doesn't support triple indirect blocks."
>> 
>> It seems that ext2fs used to access our ext3 partition is limited.
>> 
>> What would be the best solution to fix that ?
>
> Is there a mkfs or tune2fs option to reduce the indirection?

The indirection level depends on the file size in units of filesystem
blocks.  The only way to reduce it is to increase the block size.

Andreas.

-- 
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to