Re: Smbmount troubles with Tomsrtbt2.0.103(other test)
Tom Oehser <[email protected]>
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <[email protected]> |
A previous messages suggested you have to put smbmnt in a particular directory with a symbolic link, did you get that step? -Tom On Thu, 9 May 2002, Stephane Boireau wrote: > Date: Thu, 9 May 2002 14:27:26 +0200 > From: Stephane Boireau <[email protected]> > To: [email protected] > Subject: [tomsrtbt] Smbmount troubles with Tomsrtbt2.0.103(other test) > > Hi, > > And thank you for trying to help a frog that wanted to become a penguin... > > I've retried the whole sequence: > -Get "tomsrtbt-2.0.103.dos", "smbmount", "smbmnt", "smbumount", "smbfs.o.bz2" > and "via-rhine.o.bz2" from > "http://sunsite.utk.edu/ftp/pub/mini-linux/tomsrtbt/add-ons/" this morning. > -Create the floppy boot disk (everything is OK). > -No change to the configuration files (rc.custom.gz and settings.s) (I did > some changes with the last floppy). > > And then from an host called DeepGlue, I've tried to access to a shared > directory called "utils" on a host called "DeepGreen". > DeepGreen runs win$95c and the shared directory needs a password. > (The last test I did was trying to access to a shared directory on a mdk82 > linux box running samba in security=user). > > echo "192.168.52.2 DeepGreen" >> /etc/hosts > echo "192.168.52.1 DeepGlue" >> /etc/hosts > echo "eth0 192.168.52.1" >> /etc/networks > insmod via-rhine.o > insmod smbfs.o > ifconfig eth0 192.168.52.1 netmask 255.255.255.0 up > route add default eth0 > ./smbmount //DeepGreen/utils /mnt/smb > > And what I get is: > -------------------------------------- > Can't load /usr/local/samba/lib/smb.conf - run testparm to debug it > execvp of smbmnt failed. Error was No such file or > directory.params.c:OpenConfFile() - Unable to open configuration file > "/usr/local/samba/lib/smb.conf": > No such file or directory > load_client_codepage: filename /usr/local/samba/lib/codepages/codepage.850 > does not exist. > load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.850 > does not exist. > > smbmnt failed: 1 > mount.smbfs: ioctl failed, res=-1 > Could not umount /mnt/smb: Invalid argument > params.c:OpenConfFile() - Unable to open configuration file > "/usr/local/samba/lib/smb.conf": > No such file or directory > load_client_codepage: filename /usr/local/samba/lib/codepages/codepage.850 > does not exist. > load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.850 > does not exist. > > params.c:OpenConfFile() - Unable to open configuration file > "/usr/local/samba/lib/smb.conf": > No such file or directory > load_client_codepage: filename /usr/local/samba/lib/codepages/codepage.850 > does not exist. > load_unicode_map: filename /usr/local/samba/lib/codepages/unicode_map.850 > does not exist. > > -----The message after Password asked:------ > execvp of smbmnt failed. Error was No such file or d directory.smbmnt failed: > 1 mount.smbfs: ioctl failed, res=-1 > Could not umount /mnt/smb: Invalid argument > ------------------------------------- > > I've tried to access a shared directory without password too. > It doesn't work. > > After this I've tried to see what I have in /mnt > ------------------------------------- > ls /mnt > /usr/bin/ls: /mnt/smb: I/O error > ------------------------------------- > There is a trouble. > I created my mount-points before running smbmount. > > > My route table is: > ----------------- > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 192.168.52.0 * 255.255.255.0 U 0 0 0 eth0 > default * 0.0.0.0 U 0 0 0 eth0 > ----------------- > > "ping DeepGreen" is OK. > > I'm lost... > > Help! >