Filesystems: Difference between revisions

From Alpine Linux
 
Line 6: Line 6:
* {{Pkg|dosfstools}} - For FAT12/FAT16/FAT32
* {{Pkg|dosfstools}} - For FAT12/FAT16/FAT32
* {{Pkg|e2fsprogs}} - For ext3/ext4
* {{Pkg|e2fsprogs}} - For ext3/ext4
* {{Pkg|f2fs-tools}} - For F2FS
* {{Pkg|f2fs-tools}} - For [[F2FS]]
* {{Pkg|jfsutils}} - For JFS
* {{Pkg|jfsutils}} - For JFS
* {{Pkg|ntfs-3g}} - For NTFS (Note: ntfs-3g is a FUSE driver)
* {{Pkg|ntfs-3g}} - For NTFS (Note: ntfs-3g is a FUSE driver)

Latest revision as of 18:29, 3 January 2022

Documentation how to use the Alpine distro to format HD/Floppy/Other.

Install

Alpine has multiple storage media formatting packages available. Different packages/programs are used to format different types of filesystems.

Format

Here are some examples on how to use the formatting tools:

Note: /dev/sda1 is used as a example

btrfs-progs

# mkfs.btrfs /dev/sda1

dosfstools

# mkfs.vfat /dev/sda1

e2fsprogs

# mkfs.ext2 /dev/sda1

# mkfs.ext3 /dev/sda1

# mkfs.ext4 /dev/sda1

f2fs-tools

# mkfs.f2fs /dev/sda1

Partitions

If you need to change or make a partition table on a Hard Drive you want to format, you can use:

fdisk

# fdisk /dev/sda

cfdisk

# cfdisk /dev/sda