Re: Extending the VFS with hard-links

2025-05-02 Thread Christian Prochaska
unsuccessful. > > Any suggestions on how I can get this to work? > > Best, > Rumen > > *From:* Josef Söntgen > *Sent:* Thursday, April 3, 2025 1

Re: Extending the VFS with hard-links

2025-05-02 Thread Rumen Mitov
: 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

Extending the VFS with hard-links

2025-04-05 Thread Rumen Mitov
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

Re: Extending the VFS with hard-links

2025-04-03 Thread Josef Söntgen
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

Re: Extending the VFS with hard-links

2025-04-03 Thread Cedric At TTS via users
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