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
Merge requests
!727
Update lustre.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update lustre.md
gupa977e--tu-dresden.de-preview-patch-07203
into
preview
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Guilherme Pantoja Calandrini de Azevedo Junior
requested to merge
gupa977e--tu-dresden.de-preview-patch-07203
into
preview
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
added note about workaround for users to get filesize
0
0
Merge request reports
Compare
preview
version 1
e654d1a6
2 years ago
preview (base)
and
latest version
latest version
6197ecb5
2 commits,
2 years ago
version 1
e654d1a6
1 commit,
2 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc.zih.tu-dresden.de/docs/data_lifecycle/lustre.md
+
6
−
0
Options
@@ -46,6 +46,12 @@ Lustre offers a number of commands that are suited to its architecture.
|
`ls -l <filename>`
|
`ls -l`
|
|
`ls`
|
`ls --color`
|
In case commands such as
`du`
are needed, for example to identify large
directories, these commands should be applied to as little data as
possible. You should not just query the main directory in general, you
should try to work in the sub directories first. The deeper in the
structure, the better.
## Useful Commands for Lustre
These commands work for Lustre filesystems
`/scratch`
and
`/ssd`
.
Loading