bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 4/5] add example of how to create a custom filesystem.


From: Samuel Thibault
Subject: Re: [PATCH 4/5] add example of how to create a custom filesystem.
Date: Thu, 30 May 2024 19:59:30 +0200
User-agent: NeoMutt/20170609 (1.8.3)

jbranso@dismail.de, le jeu. 30 mai 2024 13:29:48 -0400, a ecrit:
> +     $ dd if=/dev/zero of=silly.fs bs=1024k count=8
> +     $ /sbin/mkfs.ext2 silly.fs

Ah, apparently the behavior here changed in newer versions of e2fsprogs.
You need to use -E root_owner=$UID:0 to get the root owned by your user.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]