문제

If I have a 32 bits linux system and the filesystem is ext4, what's the Max. volume size of one single file which I want to storage into the ext4 ? And how to calculate the file size ?

As we know , the android use the linux kernel , so how about on the android?

도움이 되었습니까?

해결책

The answers to all of your questions are on the Ext4 wikipedia page. Specifically:

Max. file size: 16 TiB (for 4k block filesystem)

A quick google search seems to indicate that Android uses ext4 as well. I don't know any details - maybe somebody will come along with more specific information.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top