Hi folks, my first post here !
First of all : Oleg, thank you, and thank you all guys for you effort.
My brick is working almost perfectly with 1.9.2.7-8 firmware with samba2(vista ultimate ok!), uShare and Transmission.
I'm using a 120GB USB HD but something strange happen with Transmission.
It's quite fast downloading(reaches 300kB/s) but as soon as the the file has been completed it disapear! Both from work and target folder !
Does anybody experienced this problem?
Thanks for your help and have a merry christmas !

My transmission log from the cgi ..
Code:
Dec 18 12:29:56 transmission_watchdog: Transmission daemon restarted!
Dec 18 12:29:56 transmissiond[946]: Transmission daemon 0.96+ (4182) started - http://transmission.m0k.org/ at port 65534
Dec 18 12:29:57 transmissiond[946]: Starting torrent /tmp/harddisk/torrent/work/xxxxx/xxxxxx.torrent
Dec 18 12:29:57 transmissiond[946]: Starting torrent /tmp/harddisk/torrent/work/xxxxxx/xxxxxx.torrent
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/dae1dbaa1d93a09eb3d60f55184cb3fb411f44c1-cgi" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/dae1dbaa1d93a09eb3d60f55184cb3fb411f44c1" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/dae1dbaa1d93a09eb3d60f55184cb3fb411f44c1-cgi" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/dae1dbaa1d93a09eb3d60f55184cb3fb411f44c1" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/296e77600088a3bc716b2e1dc44ec4f490a7d968-cgi" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/296e77600088a3bc716b2e1dc44ec4f490a7d968" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/296e77600088a3bc716b2e1dc44ec4f490a7d968-cgi" No such file or directory
Dec 18 12:30:28 transmissiond[946]: Couldn't get information for file "/tmp/harddisk/torrent/.transmission/cache/296e77600088a3bc716b2e1dc44ec4f490a7d968" No such file or directory
here is my top:
Code:
Mem: 29084K used, 1000K free, 0K shrd, 1532K buff, 17820K cached
Load average: 2.17, 1.18, 0.92    (State: S=sleeping R=running, W=waiting)

  PID USER     STATUS   RSS  PPID %CPU %MEM COMMAND
 1269 admin    R        448  1266 81.6  1.4 top
 1265 admin    S        692   102 27.2  2.3 dropbear
  950 admin    R       3176   949  0.0 10.5 transmissiond
  946 admin    S       3176     1  0.0 10.5 transmissiond
  949 admin    S       3176   946  0.0 10.5 transmissiond
 1266 admin    S        556  1265  0.0  1.8 sh
  162 admin    S        428     1  0.0  1.4 nmbd
 1244 admin    S        400     1  0.0  1.3 upnp
  234 admin    S        344   160  0.0  1.1 smbd
   72 nobody   S        252     1  0.0  0.8 dnsmasq
   64 admin    S        232     1  0.0  0.7 httpd
   91 admin    S        216     1  0.0  0.7 pppd
  102 admin    S        180     1  0.0  0.5 dropbear
   93 admin    S        176     1  0.0  0.5 watchdog
    1 admin    S        172     0  0.0  0.5 init
  152 admin    S        144     1  0.0  0.4 busybox_httpd
  915 admin    S        120     1  0.0  0.3 syslogd
   74 admin    S        120     1  0.0  0.3 nas
   71 admin    S        112     1  0.0  0.3 klogd
   95 admin    S        100    93  0.0  0.3 ntp
  145 admin    S         92     1  0.0  0.3 xinetd
   59 admin    S         76     1  0.0  0.2 telnetd
  160 admin    S         56     1  0.0  0.1 smbd
    3 admin    RWN        0     1  0.0  0.0 ksoftirqd_CPU0
  107 admin    SW         0     1  0.0  0.0 usb-storage-0
  185 admin    SW         0     1  0.0  0.0 kjournald
    4 admin    SW         0     1  0.0  0.0 kswapd
    7 admin    SW         0     1  0.0  0.0 mtdblockd
    6 admin    SW         0     1  0.0  0.0 kupdated
    2 admin    SW         0     1  0.0  0.0 keventd
    5 admin    SW         0     1  0.0  0.0 bdflush
  108 admin    SW         0     1  0.0  0.0 scsi_eh_0
  124 admin    SW         0     1  0.0  0.0 kjournald
and my transmission.conf

Code:
[admin@(none) /opt]$ cat /opt/etc/transmission.conf

#   Configuration
#   NOTE: no spaces around the = sign
#   the config will be sourced (eg. . transmission.conf)

SOURCE=/tmp/harddisk/torrent/source
WORK=/tmp/harddisk/torrent/work
TARGET=/tmp/harddisk/torrent/target
#MAILTO=torrent@somedomain.com
#MAILFROM=torrent@somedomain.com
MAILOPT="-smail.somedomain.com -f"
USER=admin
GROUP=root
DATE_FORMAT="%d %h %H:%M"

# Transmission daemon variables
PIDFILE=/opt/var/run/transmission.pid
ACTIVE=/tmp/harddisk/torrent/active-torrents.txt
HOME=/tmp/harddisk/torrent
WATCHDOG=300
LISTENING_PORT=65534
# set SPEED in kB/s or -1 for unlimited
UPLOAD_SPEED=10
DOWNLOAD_SPEED=-1
#UPLOAD_SPEED=41
#DOWNLOAD_SPEED=180
# change SYSLOG from /tmp/syslog.log to
SYSLOG=/opt/var/log/messages

#Uncomment the following for UPNP NAT traversal
#NAT_TRAVERSAL=--nat-traversal

# Seed torrent after completition (YES or NO)
AUTOSEED=YES
# Enable removing of DONE non-seeding torrents in ${TARGET} directory
FORCE_REMOVE=YES

# If the following limit is reached watchdog will not enqueue new one
MAX_ACTIVE_TORRENTS=10

# Creating graphical log of transfer with gnuplot
# can be very site specific issue. See transmission.cgi
# how this variables are used.
GNUPLOT=/opt/bin/gnuplot
GNUPLOT_COMMAND=${WORK}/transfer.gnuplot
GNUPLOT_DATA=${WORK}/transfer.data
GNUPLOT_OUTPUT=/opt/share/www/transfer.png
HTTP_IMG_LOCATION=../transfer.png
#TZ offset in seconds. Use +- sign. DST manually
TIMEZONE_OFFSET=+3600

#Colors for command line. # comment out if not needed
GREEN="\033[32;1m"
#NC="\033[0m"
#BACK_UP="\033[1K\033[0G"
NORMAL="\033[0m"
WARN="\033[33;1m"
BAD="\033[31;1m"
BOLD="\033[1m"
GOOD="\033[32;1m"