Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
redoxfs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Matlik
redoxfs
Commits
356ec3ff
Commit
356ec3ff
authored
2 months ago
by
Ribbon
Committed by
Jeremy Soller
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Document how to mount a RedoxFS partition
parent
9a0da927
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+26
-0
26 additions, 0 deletions
README.md
with
26 additions
and
0 deletions
README.md
+
26
−
0
View file @
356ec3ff
...
...
@@ -18,6 +18,32 @@ Current features:
Being MIT licensed, RedoxFS can be bundled on GPL-licensed operating systems (Linux, for example).
### How to mount a partition
-
Install RedoxFS
```
sh
cargo
install
redoxfs
```
You can also build RedoxFS from this repository.
-
Configure your storage device to allow rootless usage
If you are on Linux you need root permission to acess block devices (storage), but it's recommended to run RedoxFS as rootless.
To do that you need to configure your storage device permission to your user with the following command:
```
sh
sudo
setfacl
-m
u:your-username:rw /path/to/disk
```
-
Mount your RedoxFS partition
```
sh
redoxfs /path/to/disk /path/to/mount
```
[

](./LICENSE)
[

](https://crates.io/crates/redoxfs)
[

](https://docs.rs/redoxfs)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment