Git Product home page Git Product logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Yes,

This is an important issue. I have a similiar problem. A quick work-around 
would be
to change the (constant) amount of free diskspace reported by the SSHFS/Dokan 
driver
to something ridiculously big - like 1 terabyte.

I can't install a program that requires 15 GB of free disk space via SSHFS 
because it
checks the avaiable diskspace and says there is not enough space available on 
the device.

Original comment by [email protected] on 13 Jun 2009 at 2:10

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
[deleted comment]

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
as remarked in http://code.google.com/p/dokan/issues/detail?id=82 (bug 82).  
this could be "patched" by user in

You can play with the default space settings of the drive in the source code 
amend 
lines 32 / 34 in dokan/volume.c 

http://code.google.com/p/dokan/source/browse/trunk/dokan/volume.c

Original comment by [email protected] on 11 Sep 2009 at 9:31

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Having the same issue using DokanSSHFS to transfer a large file (11GB.)  Not 
really 
sure what todo w/ the Volume.c file so... might as well use WinSCP for the 
large files.

Original comment by [email protected] on 2 May 2010 at 9:42

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
I concur; for me the "20GB" drive size problem is fatal. I realize determining 
actual 
size will be difficult, but 20GB is a FILE size today, not a partition or disk 
size. 

Though it would be a crock, a configurable size field in the connect-server 
dialog 
box would probably be sufficient.

Until it's fixed, dokan is useless to me.

-- tomj

Original comment by [email protected] on 6 May 2010 at 1:42

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
As a workaround, you can try using SuperCopier.  It allowed me to force the 
transfer to 
continue anyway.  Unfortunately won't help for installing programs there.

Original comment by [email protected] on 20 May 2010 at 4:31

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Looks like fix should be done in dokan_sshfs/DokanSSHFS/DokanOperations.cs:966 
where you can find actual limits for DokanSSHFS application (10 GB available 
out of 20 GB). Limits from dokan/volume.c will be used only if you have a bug 
in your application (in this case - DokanSSHFS).
Preferably fix should detect real available size, but not guess it.

Original comment by [email protected] on 4 Jun 2011 at 11:30

from dokan.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 23, 2024
Has anyone compiled a work around for this yet? I just need basic Dokan 0.6 
with the ability to handle large files. I really don't think it would be right 
to pay annually to Boxcryptor...would rather fork my own software then pay 
annually to access my own data.

Original comment by [email protected] on 27 Aug 2014 at 12:32

from dokan.

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.