Package: afuse
Version: 0.2-1
Severity: normal

I use sshfs over afuse for a long time.  At start-up I run the following
useful little script, then everything works very nicely (or at least,
used to):

#! /bin/sh

mountpoint=$HOME/.afuse

fusermount -u -z $mountpoint
killall -9 afuse sshfs ssh
afuse $mountpoint \
      -o mount_template="sshfs %r:/ %m -C \
                         -o reconnect -o idmap=user -o workaround=rename" \
      -o unmount_template="fusermount -z -u %m"


Since the upgrade to 0.2, accessing the mounted remotes becomes slow to
the point of making them altogether unusable (and even causing on one
occasion loss of data).  Reverting to 0.1.1 solves everything.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages afuse depends on:
ii  libc6                         2.7-9      GNU C Library: Shared libraries
ii  libfuse2                      2.7.2-1    Filesystem in USErspace library

afuse recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to