Re: How to store big file
Status: Pre-Alpha
Brought to you by:
ppadala
|
From: Pradeep P. <pp...@ee...> - 2005-11-17 18:44:19
|
> I am interesting in LFS too. After reading several papers about > LFS, I got a question. LFS splits the disk into equal-sized > segments(right?), in which files are stored. How about if a file is > larger than one segment? How does the file span across several > segments? I am not sure whether its inode can only contain the blocks > of the same segment or any block in other segments. An inode can contain blocks from any segment. Pradeep |