Answers for "format partition linux"

1

format partition linux

# change ext4 tot what filesystem you want
mkfs -t ext4 /dev/your_partition
Posted by: Guest on March-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language