Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. Unable to mount /backups folder (Cifs)

Unable to mount /backups folder (Cifs)

Scheduled Pinned Locked Moved Solved Support
cifs
35 Posts 6 Posters 6.8k Views 6 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jdaviescoatesJ jdaviescoates

    @p44 said in Unable to mount /backups folder (Cifs):

    It could be interesting to chose a total different provider to achieve this goal.

    Agreed. I'm going to investigate https://teuto.net/teutostack-openstack-public-cloud/?lang=en who apparently do S3 style object storage, who I came across here https://social.coop/@aligyie/105385317039616213

    robiR Offline
    robiR Offline
    robi
    wrote on last edited by
    #24

    @jdaviescoates Take a look at S3 from IBM for 25GB/mo free at IBM COS

    p.s. I used to work on COS (formerly Cleversafe)

    Conscious tech

    jdaviescoatesJ 1 Reply Last reply
    2
    • robiR robi

      @jdaviescoates Take a look at S3 from IBM for 25GB/mo free at IBM COS

      p.s. I used to work on COS (formerly Cleversafe)

      jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by
      #25

      @robi thanks but the added context not mentioned is affordable storage space that is also powered by 100% renewable energy.

      I use Cloudron with Gandi & Hetzner

      robiR 1 Reply Last reply
      1
      • jdaviescoatesJ jdaviescoates

        @robi thanks but the added context not mentioned is affordable storage space that is also powered by 100% renewable energy.

        robiR Offline
        robiR Offline
        robi
        wrote on last edited by
        #26

        @jdaviescoates that is very specific 🙂

        Conscious tech

        1 Reply Last reply
        2
        • C Offline
          C Offline
          ccfu
          wrote on last edited by ccfu
          #27

          @p44 Did you get the issue sorted with the Hetzner Storage Box? I am facing the same problem and cannot work out why it is not mounting. "Samba Shares" and "External Reachability" are enabled but I keep getting the error 'mount: bad usage'.

          P 1 Reply Last reply
          1
          • C ccfu

            @p44 Did you get the issue sorted with the Hetzner Storage Box? I am facing the same problem and cannot work out why it is not mounting. "Samba Shares" and "External Reachability" are enabled but I keep getting the error 'mount: bad usage'.

            P Offline
            P Offline
            p44
            translator
            wrote on last edited by p44
            #28

            @ccfu Which Storage Box datacenter are you using? Source data is hosted on Hetzner, or on a different provider?

            C 1 Reply Last reply
            0
            • P p44

              @ccfu Which Storage Box datacenter are you using? Source data is hosted on Hetzner, or on a different provider?

              C Offline
              C Offline
              ccfu
              wrote on last edited by
              #29

              @p44 The Storage Box is in Falkenstein. The Cloudrons I am attempting to set this up with are also both with Hetzner, one in Falkenstein, the other in Nuremberg.

              P 1 Reply Last reply
              0
              • C ccfu

                @p44 The Storage Box is in Falkenstein. The Cloudrons I am attempting to set this up with are also both with Hetzner, one in Falkenstein, the other in Nuremberg.

                P Offline
                P Offline
                p44
                translator
                wrote on last edited by p44
                #30

                @ccfu
                First of all, let's try to reproduce my working configuration:

                On Hetzner:

                1. Create a subfolder in root Hetzner Box Folder
                2. Create a Hetzner Box Sub User (eg. sub1)
                3. Assign Sub User to created subfolder
                4. Enable Samba to Sub1 user

                On Cloudron instance:

                1. create /backups_cifs dir

                Then, add this row in etc/fstab:

                //u123456-sub1.your-storagebox.de/u123456-sub1 /backups_cifs cifs  uid=yellowtent,gid=yellowtent,user=u123456-sub1,pass=PASSWORD,iocharset=utf8,x-systemd.automount  0  0
                

                Where:
                u123456 is the Hetzner Box ID
                sub1 is the sub user name
                PASSWORD is Hetzner Box given password

                jdaviescoatesJ 1 Reply Last reply
                0
                • P p44

                  @ccfu
                  First of all, let's try to reproduce my working configuration:

                  On Hetzner:

                  1. Create a subfolder in root Hetzner Box Folder
                  2. Create a Hetzner Box Sub User (eg. sub1)
                  3. Assign Sub User to created subfolder
                  4. Enable Samba to Sub1 user

                  On Cloudron instance:

                  1. create /backups_cifs dir

                  Then, add this row in etc/fstab:

                  //u123456-sub1.your-storagebox.de/u123456-sub1 /backups_cifs cifs  uid=yellowtent,gid=yellowtent,user=u123456-sub1,pass=PASSWORD,iocharset=utf8,x-systemd.automount  0  0
                  

                  Where:
                  u123456 is the Hetzner Box ID
                  sub1 is the sub user name
                  PASSWORD is Hetzner Box given password

                  jdaviescoatesJ Offline
                  jdaviescoatesJ Offline
                  jdaviescoates
                  wrote on last edited by
                  #31

                  @p44 I'd recommend trying the instructions and mount code provided by Hetzner:

                  https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/

                  That's what I did and it's been working fine.

                  I use Cloudron with Gandi & Hetzner

                  C P 2 Replies Last reply
                  1
                  • jdaviescoatesJ jdaviescoates

                    @p44 I'd recommend trying the instructions and mount code provided by Hetzner:

                    https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/

                    That's what I did and it's been working fine.

                    C Offline
                    C Offline
                    ccfu
                    wrote on last edited by
                    #32

                    @jdaviescoates @p44
                    Many thanks. I'll look at this again later today and report back.

                    P 1 Reply Last reply
                    2
                    • jdaviescoatesJ jdaviescoates

                      @p44 I'd recommend trying the instructions and mount code provided by Hetzner:

                      https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs/

                      That's what I did and it's been working fine.

                      P Offline
                      P Offline
                      p44
                      translator
                      wrote on last edited by
                      #33

                      @jdaviescoates Thank's, I pasted my current working configuration 🙂

                      1 Reply Last reply
                      1
                      • C ccfu

                        @jdaviescoates @p44
                        Many thanks. I'll look at this again later today and report back.

                        P Offline
                        P Offline
                        p44
                        translator
                        wrote on last edited by
                        #34

                        @ccfu Let us know

                        C 1 Reply Last reply
                        1
                        • P p44

                          @ccfu Let us know

                          C Offline
                          C Offline
                          ccfu
                          wrote on last edited by
                          #35

                          @p44 @jdaviescoates Got it working. Thanks for your help!

                          1 Reply Last reply
                          2
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search