Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • documentation documentation
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Framasoft
  • PeerTube
  • documentationdocumentation
  • Issues
  • #12
Closed
Open
Created Nov 03, 2020 by Amolith Seregion@amolithContributor

Remote storage mount command backwards

In Remote storage (S3), the arguments for the mount command are backwards. The Bind mount operation section of man mount.8 shows the following example:

Bind mount operation
    Remount part of the file hierarchy somewhere else.  The call is:

           mount --bind olddir newdir

    or by using this fstab entry:

           /olddir /newdir none bind

    After this call the same contents are accessible in two places.

In this situation, olddir would be the S3 bucket (or another mass storage device) and newdir would be, for example, /var/www/peertube/storage/videos.

Assignee
Assign to
Time tracking