aMule Forum
English => aMule Help => Topic started by: lububog on January 05, 2004, 12:34:36 PM
-
I tested amule and found it to be good for my purposes, but encountered a problem:
I run on a debian sarge and I want to have the download-directory and the temporary directory on a vfat pratition (since I have most space there), but if I have this set I get an error message every other second with the contents Impossible to set permissions to the file '/dos/my/amule/tmp/001.part.met.BAK' (error 1: Operation not permitted)
. Is there any way to get rid of this very annoying error message?
-
What version of aMule have you got?
Because in version 1.2.3 I get this message:
Detected temp dir /mnt/windows/d on fat32 mount device /mnt/windows/d, disabling chmod for that files
Detected Incoming /mnt/windows/d/comp dir on fat32 mount device /mnt/windows/d, disabling chmod for that files
Which prevents your error message.
-
True, implemented on 1.2.3 xD
With versions < 1.2.3, you have to set the quiet flag on your fstab for that mount point.
-
I use 1.2.1 and that is the latest in debian what I can see (nothing later in sid either), so I just have to wait until that is upated, until then I will simply have to stand it.
-
add a quiet flag into your fstab file lububog, like:
[code:1]
/dev/hda8 /windows/G vfat users,gid=users,umask=0002,iocharset=iso8859-1,code=437,quiet 0 0
[/code:1]