To get rid of function not implemented, there is an easy fix:
Fix SMB browsing to Windows 7 shares
Add this to /etc/apt/sources.list:
###### Ubuntu Update Repos
deb
http://archive.ubuntu.com/ubuntu/ karmic-security main restricted universe multiverse
deb
http://archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse
deb
http://archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse
then as root in putty run:
apt-get update
then
apt-get upgrade
This installs a newer Samba with bigfixes. You should be able to browse SMB shares on Win7 now.
4g. Enable Samba
(Browse/copy directly from your windows machine to ASROCK)
Enabling SMB/Samba file sharing of XBMC Live folders
The Asrock Ion 330 comes with an internal hard drive if you would like to copy content to that HD running XBMC Live through Windows networking then that is possible. This is also useful for copying downloaded skins or plugins if you dont want to go through the built in XBMC svn-repo installer. Another possible use if you wish to run a third party media scraper like ember media manager so as to not have to use the built XBMC scraper to manage meta-data content.
Step 1) Start Putty & login as root
type in apt-get update
type in apt-get install samba & press y when prompted
Once its finished installing samba close Putty.
Step 2) Now login as root through WinSCP and browse to /etc/samba/ and right click on then edit smb.conf, then at the very end of the file add the following text lines, just copy and paste from the quote box below:
>>
[xbmc home]
comment = XBMC Home Share
path = /home/xbmc
force user = xbmc
inherit permissions = yes
read only = No
guest ok = Yes
[xbmc system]
comment = XBMC System Share
path = /home/xbmc/.xbmc
force user = xbmc
inherit permissions = yes
read only = No
guest ok = Yes
<<
(add any others the same way)
Step 3) Click the floppy disk icon to save changes then close WinSCP and reboot your XBMC Live system.
If all has gone well you should see your Asrock Ion 330 XBMC Live system show up in windows network browser with any folders you created in the home folder in XBMC file manager. System files for copying skins or anything else can be copied in through the system share folder.