0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux] パーティションとファイルシステムの作成

Last updated at Posted at 2025-02-06

HDDのパーティションとファイルシステムの作成プロセス

解説

  1. HDDをパーティション分割
    • fdisk(MBR)gdisk(GPT)またはpartedを使用
  2. ファイルシステムを作成(フォーマット)
    • mkfs.ext4(Linux用)
    • mkfs.xfs(XFS(CentOS等)ファイルシステム用)
    • mkfs.vfat(FAT32, USB用)
  3. パーティションをマウント
    • mountコマンドで一時的にマウント
    • /etc/fstabを編集し永続的にマウント
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?