meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:remotefs:cachefilesd [2024/10/27 12:13] – niziak | linux:remotefs:cachefilesd [2024/12/03 10:22] (current) – niziak | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| RdHelp : WR=0 ws=0 wf=0 | RdHelp : WR=0 ws=0 wf=0 | ||
| </ | </ | ||
| + | |||
| + | Modify mount option for NFS and add '' | ||
| + | |||
| + | ==== issues ==== | ||
| + | |||
| + | === errno 95 (Operation not supported) === | ||
| + | |||
| + | < | ||
| + | About to bind cache | ||
| + | CacheFiles bind failed: errno 95 (Operation not supported) | ||
| + | </ | ||
| + | |||
| + | When ''/ | ||
| + | |||
| + | Workaround1: | ||
| + | |||
| + | No possibility to use '' | ||
| + | |||
| + | <code bash> | ||
| + | zfs create  | ||
| + | zfs create -V 5gb ssdpool/ | ||
| + | mkfs.ext4 / | ||
| + | blkid / | ||
| + | |||
| + | / | ||
| + | </ | ||
| + | |||
| + | <file init / | ||
| + | UUID=1924bc34-6503-40bd-b32f-359191f62c6a  | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||