Filesystems: Difference between revisions

From Alpine Linux
Line 14: Line 14:
Here are some examples on how to use the formatting tools:
Here are some examples on how to use the formatting tools:


{{Note|'''/dev/sda''' is a example device name}}
{{Note|'''/dev/sda1''' is used as a example}}


=== dosfstools ===
=== dosfstools ===
{{Cmd|mkfs.vfat /dev/sda}}
{{Cmd|mkfs.vfat /dev/sda1}}


=== e2fsprogs ===
=== e2fsprogs ===
{{Cmd|mkfs.ext2 /dev/sda
{{Cmd|mkfs.ext2 /dev/sda1
mkfs.ext3 /dev/sda
mkfs.ext3 /dev/sda1
mkfs.ext4 /dev/sda}}
mkfs.ext4 /dev/sda1}}


=== btrfs-progs ===
=== btrfs-progs ===
{{Cmd|mkfs.btrfs /dev/sda}}
{{Cmd|mkfs.btrfs /dev/sda1}}
 


= Partitions =
= Partitions =

Revision as of 18:57, 28 December 2021

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

dosfstools

mkfs.vfat /dev/sda1

e2fsprogs

mkfs.ext2 /dev/sda1 mkfs.ext3 /dev/sda1 mkfs.ext4 /dev/sda1

btrfs-progs

mkfs.btrfs /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