bergware / dynamix

51 stars 38 forks source link

can file manager support reflink, soft link or hard link? #73

Open ruixingchen opened 1 year ago

ruixingchen commented 1 year ago

reflink, soft link and hard link are very useful when playing with PT, do we have a plan to support them?

leftjs commented 1 year ago

I see this video: https://youtu.be/umKXHO-hr5w?t=1910

soft link is supported by file manager

leftjs commented 1 year ago

@ruixingchen see code, soft link just support dirs in /mnt or /boot , so you can mount zfs to /mnt for example : zfs set mountpoint=/mnt/mypool mypool

so this issue can close