Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| projects:fuse-ts [2020/06/01 12:07] – andi | projects:fuse-ts [2025/06/27 14:40] (current) – martin | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| project-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files. # | project-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files. # | ||
| project-member | project-member | ||
| - | project-status_ | + | project-status |
| ---- | ---- | ||
| + | == install dependencies | ||
| + | ubuntu 20.04 | ||
| + | < | ||
| + | sudo apt install libmxml-dev, | ||
| + | </ | ||
| + | fedora 40 | ||
| + | < | ||
| + | sudo dnf install mxml-devel fuse-devel | ||
| + | </ | ||
| + | |||
| + | == compile | ||
| + | < | ||
| + | git clone https:// | ||
| + | cd fuse-ts | ||
| + | make | ||
| + | </ | ||
| + | |||
| + | link the binary to your preferred bin location | ||
| + | |||
| + | uncomment the ' | ||
| + | |||
| + | |||
| + | == test fuse without a tracker worker | ||
| + | |||
| + | < | ||
| + | fuse-ts p=" | ||
| + | </ | ||