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

2024-05-30 Thread Samuel Thibault
jbra...@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 use

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

2024-05-30 Thread jbra...@dismail.de
* hurd/translator/ext2fs.mdwn: explain how to create a custom filesystem. I had to run 'sudo chown joshua .' to create files. Shouldn't we be able to create files without being root? What am I doing wrong? --- hurd/translator/ext2fs.mdwn | 24 1 file changed, 24 insertio