Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- jest
- GIT
- MongoDB
- Nest.js
- Dinosaur
- flask
- typeORM
- AWS
- Sequelize
- JavaScript
- 공룡게임
- Express
- MySQL
- cookie
- 게임
- Python
- nestjs
- TypeScript
- Bull
- 정렬
- Queue
- OCR
- dfs
- nodejs
- class
- react
- mongoose
- 자료구조
- game
Archives
- Today
- Total
목록indexed allocation (1)
포시코딩
[운영체제] 9. File Systems (2)
키워드 contiguous allocation, linked allocation, indexed allocation, unix file system, fat file system, free-space management, directory implementation, vfs, nfs, page cache, buffer cache Allocation of File Data in Disk Contiguous Allocation (연속 할당) Linked Allocation (연결 할당) Indexed Allocation (인덱스로 할당) Disk에 file 저장 시 보통 동일한 크기의 섹터 단위로 나누어 저장 파일 시스템이나 disk 외부에서 볼 때 각각의 동일한 크기의 저장 단위를 논리적인 블럭이라 부른다..
CS (Computer Science)
2023. 5. 29. 23:59