Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
e2ed71e2
Commit
e2ed71e2
authored
2 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Added usage example for ratarmount.
parent
7931e848
No related branches found
No related tags found
2 merge requests
!652
Automated merge from preview to main
,
!649
Add sections about ratarmount and pragzip
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/utilities.md
+15
-0
15 additions, 0 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
with
15 additions
and
0 deletions
doc.zih.tu-dresden.de/docs/software/utilities.md
+
15
−
0
View file @
e2ed71e2
...
...
@@ -187,6 +187,21 @@ It is recommended to install it inside a [Python virtual environment](python_vir
marie@compute$
pip
install
ratarmount
```
After that, you can use ratarmount to mount a TAR file using the following approach:
```
bash
marie@compute
$
ratarmount <compressed_file> <mountpoint>
```
Thus, you could invoke ratarmount as follows:
```
console
marie@compute$
ratarmount inputdata.tar.gz input-folder
#
Now access the data as
if
it was a directory, e.g.:
marie@compute$
cat
input-folder/input-file1
```
Ratarmount is still in development, so if there are problems or if it is unexpectedly slow,
please
[
open an issue
](
https://github.com/mxmlnkn/ratarmount/issues
)
on GitHub.
...
...
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