سلام
مراحل زیر را دنبال کنید برای اطلاعات بیشتر هم می تونید به سایت اوبونتو یه سر بزنید.
Installing Samba
Open a terminal by going to Applications->Accessories->Terminal and type the following.
$ sudo apt-get install samba smbfs
$ sudo mkdir -p /media/winshares
$ sudo addgroup smb
$ sudo adduser $USER smb
You must now log out to ensure your user is now in the smb group. You do not have to reboot.
Is it true that smbfs is depricated? According to [WWW] a blog post by Joey Stanford we need to use CIFS instead of smbfs!