unsuccessful.
>
> Any suggestions on how I can get this to work?
>
> Best,
> Rumen
>
> *From:* Josef Söntgen
> *Sent:* Thursday, April 3, 2025 1
: Extending the VFS with hard-links
CAUTION: This email originated from outside the organization. Do not click
links or open attachments unless you recognize the sender and know the content
is safe.
Hi Rumen,
just a disclaimer, extending the VFS with hardlink support is not
something we endorse
Hello,
I need some help with extending the VFS for my project. I need hardlink
support, so I added the following to repos/os/include/vfs/directory_service.h's
Directory_service struct:
virtual int hardlink(char const *path, char const *hardlink_path)
{
(void) path;
(void
Hi Rumen,
just a disclaimer, extending the VFS with hardlink support is not
something we endorse because of prior experience and the lack of
complelling use-cases that balance out the pitfalls.
> I need some help with extending the VFS for my project. I need
> hardlink support, so I added the fo
pen/close/directory etc).
Is there no way for you to use sym-links instead ?
Cédric
De : Rumen Mitov
À : users@lists.genode.org
Sujet : Extending the VFS with hard-links
Date : 02/04/2025 08:00:28 Europe/Paris
Hello,
I need some help with extending the VFS for my project. I need hardlink
supp