336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
사용자 삽입 이미지
‘평발’이라는 신체적 불리함을 극복하고, 세계적인 축구선수로 발돋움하고 있는 박지성 선수의 발

사용자 삽입 이미지
 










이것이 그 실력이 뛰어난다는
발레리나 강수진의


열정과 노력...
  지금내게 무멋보다 필요한 두가지!! 
  남자!! 아직이다!!   
  젊음을 불사르자!!   


 

'끄적임' 카테고리의 다른 글

창작의 고통은 아니지만.....  (0) 2008.05.19
이공계의 현실....  (0) 2008.03.25
좀더 부지런하게!!  (0) 2008.03.17
우럭회무침  (0) 2008.03.17
오랫만의 나들이  (0) 2008.03.16
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

An inode contains the following information about a file:
- The type of file and the access modes
- The UID and GID numbers of the file’s owner and group
- The size of the file
- The time the file was last accessed or modified, and the inode changed
- The total number of data blocks used by, or allocated to the file The inode contains two types of pointers:

direct pointers and indirect pointers.


사용자 삽입 이미지



Direct Pointers

There are 12 direct pointers, which refer directly to data blocks.

The 12 direct pointers can directly reference the data blocks for a file up to 96 Kbytes.


Indirect Pointers


The three types of indirect pointers are:


Single indirect pointer – A single indirect pointers refers to a file system block containing pointers to data blocks. This file system block contains 2048 additional addresses of 8-Kbyte data blocks, which can point to an additional 16 Mytes of data.


Double indirect pointer – A double indirect pointer refers to a file system
block containing single indirect pointers. Each indirect pointer refers to a
file system block containing the data block pointers. Double indirect
pointers points to an additional 32 Gbytes of data.


Triple indirect pointer – A triple indirect pointer can reference up to an dditional 70 Tbytes of data. However,

the maximum file size is limited to 1 Tbyte in a ufs file system.

+ Recent posts