How to access a shared folder?

TheSergon13
Hi everybody,

I want to access a shared folder existing in my server, trough my
FriendlyArm board. My server pc is running Ubuntu 9.10.

I tried to use either samba and nfs to share the folder. However, when
executing "mount -t smbsf" or "mount -t nfs" it says mounting failed.

Does anybody know how to access my shared folder?

Best regards,
Sérgio Gonçalves

TheSergon13
Hi again,

Meanwhile I found a solution. I shared the folder using nfs, and to mount
the folder, I did:

mount -t nfs 192.168.1.1:/home/user/Desktop/test_share /mnt/test_shared/

Anyway, thanks for your time
Sérgio Gonçalves