Author Topic: smbmount problem  (Read 3763 times)

Anonymous

  • Guest
smbmount problem
« on: February 13, 2004, 09:59:33 pm »
Trying to use smb on zaurus sl-5600.
 I installed package and libcurses. When I try to invoke it , (i first tried against c$ but that failed), so I shared a drive.. Get insufficient server memory to perform function. I seem to have enough memory on zaurus and not running anything else. Well, at first I was running ssh,....

 HOw can I troubleshoot this?

Thanks
Greg


# smbmount //192.168.0.4/Hockeypics /mnt/smb -o username=mycomp,ro
session request to 192.168.0.4 failed
Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed

CoreyC

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
    • http://
smbmount problem
« Reply #1 on: February 13, 2004, 11:07:35 pm »
Try not using the IP address.  Use the PC name...

smbmount //MAIN/zaurus /home/zaurus/Documents/pc -username=WindowsUsername,password=mypassword

here is a good smbmount guide:  http://notebook.zaurii.net/zaurus/samba1.htm

Anonymous

  • Guest
smbmount problem
« Reply #2 on: February 13, 2004, 11:51:48 pm »
Empty folder too!!! Good ideas, great link, but still getting insufficient server memory...

smbmount //xphome/Hockeypics ./mypc -o username=me
Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed

# ln -s /lib/libncurses.so.4.2 /usr/lib/libncurses.so.5

I had installed libncurses.so.5 before, and I also tried using the symbolic link but both still give this server memory error. I had rebooted the zaurus after the first time as well just in case.

Thanks
Greg

CoreyC

  • Sr. Member
  • ****
  • Posts: 288
    • View Profile
    • http://
smbmount problem
« Reply #3 on: February 14, 2004, 12:04:54 am »
You shouldn\'t be running out of memory like that.  Where did you get the smbmount package at?  Try uninstalling smbount and installing the package from the link above.  What rom are you using?

Anonymous

  • Guest
smbmount problem
« Reply #4 on: February 14, 2004, 12:39:09 am »
I uninstalled, then reinstalled, and I\'m getting the same error

Greg

# ls smb*
smbmount_0.1_arm.ipk
# ipkg install smbmount_0.1_arm.ipk
Unpacking smbmount...Done.
Configuring smbmount...Configuration file `/etc/samba/smb.conf\'
 ==] File on system created by you or by a script.
 ==] File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer\'s version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions (if diff is installed)
 The default action is to keep your current version.
*** smb.conf (Y/I/N/O/D) [default=N] ? Y
Done.
# ln -s /lib/libncurses.so.4.2 /usr/lib/libncurses.so.5
ln: /usr/lib/libncurses.so.5: File exists
# cd /home/root/Documents
# mkdir mypc
mkdir: Cannot create directory `mypc\': File exists
# smbmount //xphome/Hockeypics /home/mypc -o username=myuser
Could not resolve mount point /home/mypc
# smbmount //xphome/Hockeypics /home/root/Documents/mypc -o username=myuser Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed
#

Anonymous

  • Guest
smbmount problem
« Reply #5 on: February 14, 2004, 12:52:42 am »
time to restore back to several days ago. ill have a go at this another time. SMB does not seem to be very intuitive through the zaurus.