Marcus Specht wrote: > Hi, > > is there a way to mount an smb share? > > Thanks! > Marcus > Yes, you need to compile smbfs or cifs kernel module. cifs works fine for me. I can send compiled cifs.ko module. When module is inserted into kernel you can mount filesystem in commandline mount -t cifs //x.x.x.x/share /localdir -o domain=x,user=x,password=x x.x.x.x is IP address, share is share name, localdir is existing directory on n770. Works for me just fine with share on XP machine. Frantisek