Mkfs

mkfs
원저자켄 톰프슨, 데니스 리치
개발자AT&T 벨 연구소
발표일1979년(47년 전)(1979)
운영 체제유닉스유닉스 계열
종류명령어

mkfs는 특정 파일 시스템의 블록 스토리지 장치를 포맷하기 위해 사용하는 명령어이다. 이 명령어는 유닉스유닉스 계열 운영 체제의 한 부분이다. 유닉스에서 블록 스토리지 장치는 특정 파일 시스템으로 포맷이 되어야 마운트 후 운영 체제의 파일 시스템 계층을 통해 접근이 가능하다.

문법

$ mkfs -t <fs type> <device>

여기서 fs type은 파일 시스템, device는 파일시스템 데이터가 기록되는 대상 유닉스 장치이다.

예를 들어 다음과 같이 사용한다.

$ mkfs -t ext3 /dev/sda1

같이 보기

외부 링크

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.