On 27.07.21 14:26, Daniel Bauer wrote:
Am 27.07.21 um 14:13 schrieb Mathias Homann:
Am 27.07.2021 um 14:07 schrieb Daniel Bauer:
mkfs.ext4 /dev/mapper/cr_sdg1 /dev/mapper/cr_sdg1
here I get: mkfs.ext4: invalid blocks '/dev/mapper/cr_sdg1' on device '/dev/mapper/cr_sdg1'
of course you get an error there, you specified the device TWICE.
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" ;-)
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 Josef -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nürnberg Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer