Mount SMB in QNAP

# mount.cifs //Server/Share /mnt/win7/test -o username=xxx,password=xxx


This command will mount the folder 'Share' hosted on 'Server' into the nix folder /mnt/win7/test

Network locations are case sensitive!

Thanks father_mande