Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Vu+ Solo2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aplok
    Experienced Board Member
    • Jun 2013
    • 1155

    #31
    Re: Vu+ Solo2

    Originally posted by kalpikos
    With other words I want to mount it as a storage device in my receiver.

    The key command ask Linux
    • to mount an external disk, ie [tt] --http:////www.bigcloud.org/kalpikos [/tt]
    • with a ppropriate filesystem, ie [tt] cifs [/tt]
    • onto your local mounting dir, ie [tt] /medias/clouds/bigcloud[/tt]
    • on behalf of your credentials, ie [tt] user=kalpikos,passwd=bigsecret[/tt]


    that is, in other words:

    Code:
       sudo mount -t cifs --http://www.bigcloud.org/kalpikos /medias/clouds/bigcloud -o user=kalpikos,passwd=bigsecret

    --- more in details with a [tt] davfs2[/tt] file system
    Code:
       sudo apt-get install davfs2
    
       sudo /mnt/dumptruck
    
       sudo mkdir ~/.davfs2 && sudo cp /etc/davfs2/secrets ~/.davfs2 && sudo
       chown $USER:$USER ~/.davfs2/secrets
    
       sudo cp /etc/davfs2/davfs2.conf ~/.davfs2/davfs2.conf
       sudo chown $USER:$USER ~/.davfs2/davfs2.conf
       chmod 600 ~/.davfs2/secrets
       chmod 611 ~/.davfs2/davfs2.conf
    
       vim 
          dumptruck login credentials
         https://dav.dumptruck.goldenfrog.com/dav USERNAME PASSWD
    
    
       sudo mount -t davfs2 https://dav.dumptruck.goldenfrog.com/dav /mnt/dumptruck
    verbose recipy: --https://linuxacademy.com/blog/linux/cloud-storage-for-your-linux-platform/

    other links:
    • --https://linuxacademy.com/blog/linux/cloud-storage-for-your-linux-platform/
    • --http://xmodulo.com/how-to-mount-box-com-cloud-storage-on-linux.html
    • --http://www.cyberciti.biz/cloud-computing/7-awesome-open-source-cloud-storage-software-for-your-privacy-and-security/
    • --https://www.linux.com/learn/tutorials/769023-three-alternatives-to-ubuntu-one-cloud-service


    enjoy

    Comment

    • kalpikos
      Experienced Board Member
      • Sep 2011
      • 7663

      #32
      Re: Vu+ Solo2

      Thanks aplok for your time,
      but I'm not very good in commands.

      I prefer to leave the box to make the hard job

      I will make some tests and I will reply here for results
      If You Like My Post..... Please Press the Thanks Button

      Comment

      • aplok
        Experienced Board Member
        • Jun 2013
        • 1155

        #33
        Re: Vu+ Solo2

        Originally posted by kalpikos
        I prefer to leave the box to make the hard job
        for the gui recipy, try this:

        --http://www.sl-forums.com/forum/newreply.php?do=newreply&p=318001


        for the click way of life:

        sometimes i wonder if
        spendig my time on clicking on changing clickways on various graphic user interface

        is not more arduous than

        just typing the command doit.for.me.sh -p params on a command line interface

        Comment

        Working...