On 27.07.21 14:38, Carlos E. R. wrote:
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
Yes. I never do that, always "e2label ..." later, but your command line sounds like A Good Idea ;-) Good luck, and "be careful out there"! Josef -- SUSE Software Solutions Germany GmbH Maxfeldstr. 5 90409 Nürnberg Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer