Getting Start
For order please visit: DeskPi.com.
How to format a partition in command line.
- For
ext4
file system:
sudo mkfs.ext4 /dev/sda1
-
Format partion
/dev/sda1
toext4
type which supportjournal
on data saving. -
For
vfat
format file system:
sudo mkfs.vfat /dev/sda1
- Format partion
/dev/sda1
intovfat
type which meansvirtual file allocation table
.