27 Jul
2021
27 Jul
'21
12:38
On 27/07/2021 14.30, Josef Moellers wrote:
On 27.07.21 14:26, Daniel Bauer wrote:
Ok, can you then tell me please how the correct syntax would be? I just copied the phrase I use with reiserfs:
/sbin/mkfs.reiserfs -j /dev/mapper/cr_sdg1 /dev/mapper/cr_sdg1
Ahem ... no, you did not ... hint: look at the trick of the vanishing "-j" ;-)
Travel stress... BTDT.
This works. I just tried it on that disk, and there is now a working reiserfs, but cannot use that on the pad, so I must change it to ext4.
How do I do it correct?
Just specify only the partition to format: mkfs -t ext4 /dev/mapper/cr_sdg1
Right. Or: mkfs -L SomeName -t ext4 /dev/mapper/cr_sdg1 -- Cheers / Saludos, Carlos E. R. (from oS Leap 15.2 x86_64 (Minas Tirith))