Giter Site home page Giter Site logo

Comments (10)

rfjakob avatar rfjakob commented on July 23, 2024

Hi! No, that's fine, as gocryptfs doesn't have a mailing list, let's use the ticketing system for everything.

That cryfs-gui got gocryptfs support is pretty awesome :)
I have already noticed cryfs-gui some time ago and it looked pretty good to me. I just cloned, built and tested. Works fine on Fedora 24. I will link it in the comparison table as a third-party GUI.

If you want to add volume create support, you can just pipe the password into gocryptfs -init DIRECTORY. Example in bash:

mkdir /tmp/foo
echo mypassword | gocryptfs -q -init /tmp/foo

from gocryptfs.

rfjakob avatar rfjakob commented on July 23, 2024

Added to the table. Just post to this ticket or write to [email protected] if there is something I can help with.

from gocryptfs.

mhogomchungu avatar mhogomchungu commented on July 23, 2024

Thanks for the addition.I think i should add my one question here and my one comment here and then i will close this "bug" and will start opening different bug reports if a reason to do so comes up.

For now,the comment i have is that i think you should support "-rw" option to compliment the "-ro" option. I think most mounting tools accepts both and erroring out with "-rw" option seems odd to me.

The question is,is it possible to implement statfs[1] API to return the properties of the gocryptfs volume and not the file system that hosts the gocryptfs volume?

For example,i have a gocryptfs volume on my home directory and the API currently returns properties of my home folder which is not very useful. Output is below:

Block Size: 4 KB
Used Blocks: 40741941
Free Blocks: 5952311
Total Blocks 44431494
Used Space: 155.42 GB
Free Space: 14.07 GB
Total Space: 169.49 GB
Used %: 91.70%

Not very informative since those properties seems to be of my home directory and not of the gocryptfs volume.

cryfs seems to do this right since it returns the properties of the encrypted folder as seen below:

Block Size: 31.94 KB
Used Blocks: 15688
Free Blocks: 462106
Total Blocks 477794
Used Space: 489.29 MB
Free Space: 14.07 GB
Total Space: 14.55 GB
Used %: 3.28%

At a glance,i know the space usage of the cryfs volume is 489MB and it will be nice if it was possible to get the same info with gocryptfs.

[1] http://linux.die.net/man/2/statfs

from gocryptfs.

mhogomchungu avatar mhogomchungu commented on July 23, 2024

Its now possible to create gocryptfs volumes.

screenshot_20160801_022116

from gocryptfs.

mhogomchungu avatar mhogomchungu commented on July 23, 2024

Just though i should inform that i made a new version of cryfs-gui(1.3.2) that added support for creating and unlocking gocryptfs volumes and binary packages for various distributions can be installed by following instructions in this link: http://software.opensuse.org/download.html?project=home%3Amhogomchungu&package=cryfs-gui

ps:
click the icon the icon of prefered distribution to reveal its instructions.

from gocryptfs.

rfjakob avatar rfjakob commented on July 23, 2024

Tested 1.3.3 on Fedora 24, works nicely.

statfs: gocryptfs does not keep track of the used space, so no, it cannot provide that info. It's pretty cool that cryfs does that, though. I wonder where this is stored.

from gocryptfs.

rfjakob avatar rfjakob commented on July 23, 2024

Oh, looks like it doesn't actually store it anywhere. It counts it on the fly. You could say it runs "du -s" on the encrypted folder for every statfs.

rw: You can use -o rw or -ro=0, but I don't see the use case for adding a another -rw flag

from gocryptfs.

mhogomchungu avatar mhogomchungu commented on July 23, 2024

"-o ro" works.
"-o rw" works.

The above two compliments each other and that is good.

"-ro" works.
"-rw" does not work.

The above seems strange to me and that is why i commented on it.

I think i should close this "bug" report since it has served its purpose.

from gocryptfs.

mhogomchungu avatar mhogomchungu commented on July 23, 2024

Just though i should write to inform that i have changed the name of my project from "cryfs-gui" to "SiriKali" and the front page for the new name is: https://mhogomchungu.github.io/sirikali/

I though i should change the name and use a neutral one since the tool nolonger works with only cryfs.

Will appreciate if you could update the link where you added "cryfs-gui" and change it to "SiriKali".

from gocryptfs.

rfjakob avatar rfjakob commented on July 23, 2024

Cool. I have updated https://nuetzlich.net/gocryptfs/comparison/

from gocryptfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.