Formatting the Partition
The partition still does not have a file system. Create the file system:
mkfs -t ext3 /dev/sda6
Formatting the partition permanently destroys any data that currently exists on the partition.
The partition still does not have a file system. Create the file system:
mkfs -t ext3 /dev/sda6
Formatting the partition permanently destroys any data that currently exists on the partition.