How to create ext4 file system in a partition that was formatted with freeBSD file system(freebsd-ufs)
by vectrum from LinuxQuestions.org on (#56DKQ)
I want to create a ext4 file system from my slackware 14.2 into partition that was formatted with FreeBSD file system (freebsd-ufs).
I tried the following;
# mkfs -t ext4 /dev/sdb2 but got the message that says something like "It is freebsd ufs partitio. Are you sure to proceed?
Could you please tell me the steps to create and format the partition with slackware 14.2 ext4 file system?
Thank you.


I tried the following;
# mkfs -t ext4 /dev/sdb2 but got the message that says something like "It is freebsd ufs partitio. Are you sure to proceed?
Could you please tell me the steps to create and format the partition with slackware 14.2 ext4 file system?
Thank you.