backhand icon indicating copy to clipboard operation
backhand copied to clipboard

Add hardlink support

Open Link1J opened this issue 1 year ago • 2 comments

I think the title explains it all. My reason for needing hardlinks is simple, I was converting tarballs into SquashFS, and the tarballs have hardlinks.

Link1J avatar May 11 '24 18:05 Link1J

Could you give more context? Is this for unsquashfs, FilesystemWriter, or FilesystemReader?

wcampbell0x2a avatar Jul 11 '24 02:07 wcampbell0x2a

This would be for FilesystemWriter.

I am using this library to write container image layers as squashfs, for being used as part of the rootfs for a container. Currently, I have used symlinks as a replacement, but they could create issues if software expects hard links.

Link1J avatar Jul 11 '24 11:07 Link1J