Before i start, i must warn you that Im new to both TC and samba
I have two tiny core setups runnng in VM on a windows XP machine. one has samba3 installed and is configured with a basic smb.conf file (copied from an example off the samba website);
[global]
workgroup = MSHOME
netbios name = server
security = share
[data]
comment = Data
path = /tmp/export
read only = Yes
guest ok = Yes
the second TC is a clean setup of 2.10 with no extensions loaded. from this clean version, i want to mount the directory /tmp/export from the device called 'server' (which has samba running) and run a script. at the moment there is only a simple script in there that will change the hostname.
the goal being that if i add any future tiny core devices to my network, i can point them all to this one share and run scripts that will configure their hostnames and load relevent extensions.
when i start the samba service on the server, my windows XP can see the share and access the file. however, i cant connect from the second TC device. i try the command:
sudo mount -t smbfs //server/tmp/export /tmp/sharebut i get an error stating;
mount: mounting //pkg/tmp/export on /tmp/share failed: No such devicehowever, i can ping the sever from this machine using both hostname and ip (and vice versa)
the folders /tmp/export and /tmp/share exist on the relvent devices
i have not created any user accounts on either TC build and am just using TinyCores tc account.
My questions are;
1) is this the correct command?
2)Does Samba need to be installed on the client and what command(s) do i need to connect to my share drive.
Thanks in advance for any help