pocopico / rp-ext

GNU General Public License v2.0
529 stars 362 forks source link

Please add 9pfs #31

Closed seanwang881 closed 2 years ago

seanwang881 commented 2 years ago

9pfs is instead of NFS for DSM app. Moment can work with 9pfs directory from host share, avoid the limit of moment NFS directory detect. There are ko: https://github.com/s2k7/DSM7-modules There is docker DSM link: https://xpenology.com/forum/topic/7884-xpenology-runing-on-docker/page/1/

seanwang881 commented 2 years ago

I don't know how to add them with new ext manager, please add them, thank you!

pocopico commented 2 years ago

I created the v9fs extension :

https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json

seanwang881 commented 2 years ago

I created the v9fs extension :

https://raw.githubusercontent.com/pocopico/rp-ext/master/v9fs/rpext-index.json

It don't work with thethorgroup.virtio (https://raw.githubusercontent.com/jumkey/redpill-load/develop/redpill-virtio/rpext-index.json). Virtio ethernet isn't work, also when mount 9p, it report can't find virtio. Log: 9pnet: Could not find request transport: virtio

Can you make a full virtio support extension please? Thank you.

seanwang881 commented 2 years ago

The real reason is ext sequence, now 9pfs can work, thank you very much!

xqdxqd commented 2 years ago

It looks like 9pnet_virtio is missing ?

NagaseKouichi commented 1 year ago

The real reason is ext sequence, now 9pfs can work, thank you very much!

Does 9p work on 4.4.180 kernel?