chaoyinggg / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

FTP upload times out with MacFusion #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I don't know whether this is an issue due to MacFuse or MacFusion:

What steps will reproduce the problem?
1. mount a remote ftp volume
2. copy a file to it with the Finder
3. works ok for files up to ca 650 KB, but for larger files it gives a
Finder error "The MacFUSE file system is not responding. You can eject this
volume immediately, but unsaved changes may be lost."

This is on a DSL connection with 32KByte/sec upload speed, so don't know if
this is a function of the file size or of the time taken.

What version of the product are you using? On what operating system?
MacFuse 0.3.0 with MacFusion 1.1

Please provide any additional information below.

Original issue reported on code.google.com by happyp...@gmail.com on 29 May 2007 at 6:34

GoogleCodeExporter commented 8 years ago
... running OS-X 10.4.9

Original comment by happyp...@gmail.com on 29 May 2007 at 6:36

GoogleCodeExporter commented 8 years ago
"The MacFUSE file system is not responding" is not a "Finder error". In fact, 
it's not necessarily an error even.

MacFUSE itself shows you this alert panel. It does that when some file system 
operation takes more than a 
predefined time (20 seconds by default). MacFUSE itself neither knows nor cares 
what specific file system 
you're using (sshfs, ftpfs, ntfs-3g, or whatever). So, MacFUSE doesn't know if 
the file system is not responding 
because it has crashed, hung, or simply taking a while to finish the operation. 
Therefore, MacFUSE will do this 
simple thing: show you the alert panel and give you a choice between ejecting 
the volume (useful if the file 
system has crashed or hung) and continuing to wait (useful if the file system 
is just taking a while to finish).

Have you tried to select the "continue to wait" option and see if the upload 
finishes? If the alert panel 
continues to come up again and again (that is, the thing "never" finishes), it 
could be a bug in one of the 
pieces involved.

If you are not sure whether something is a bug in MacFUSE, try posting the 
macfuse-devel mailing list first 
instead of opening a formal issue here.

Original comment by si...@gmail.com on 29 May 2007 at 7:05

GoogleCodeExporter commented 8 years ago

Original comment by si...@gmail.com on 5 Jun 2007 at 9:21