Imedia Linux Accessing Windows drive
Hi,
I installed IMedia Linux on a machine and I'm having a hard time connecting to a shared drive on my Windows XP pc.
It comes with a GUI file browser that sees things on my network but will not browse all the way to my pc.
I tried this:
mount -t smbfs -o username=winuser,password=mypassword //windowsserver/sharename /mnt/win
but it seems like Samba is not installed (I will look into that, I've never installed it) but I'm still curious about something I see in the stratup scripts:
echo "Starting SMB browser"
/usr/bin/smbnetfs /mnt/samba -o allow_other,gid=6,default_permissions
I have not found much info on smbnetfs other then it is used to access windows shares and I'd like to know if I could use it to achieve my goal of accessing my windows shared drives.
Any help is appreciated!
Thanks in advance; olacelle