File System

김동윤·2023년 7월 31일
0

💻 File Concept

  • 연속적인 논리적 주소공간
  • 타입:
    ASCII 코드(text type)
    BINARY 코드(binary type)

💻 File Structure

  • 파일은 특정 정의된 구조가 있다
  • 단순한 레코드 구조(lines,fixed length,variable length)
  • 복잡한 레코드 구조(formatted document,relocatable load file)

💻 File Attributes

  • name
  • identifier
  • type
  • location
  • size
  • protection
  • time,date, and user identification

💻 File Operations

  • 추상적인 데이터 타입이다.
  • common operation(create,write,read,reposition within file,delete,truncate)

UNIX File System

  • 여러개의 파티션으로 나눠짐
  • 파티션은 boot block, super bloc, i-list(i-node들로 이루어짐), directory blocks and data blocks
profile
Back-End

0개의 댓글