Author Topic: Mounting Zaurus On Linux Using Smbmount  (Read 12321 times)

jeffbarish

  • Newbie
  • *
  • Posts: 25
    • View Profile
Mounting Zaurus On Linux Using Smbmount
« Reply #15 on: March 21, 2005, 09:04:52 am »
/usr/sbin/inetd appears in the output of ps -ef.

smbclient -L produces the following output:

added interface ip=192.168.1.102 bcast=192.168.1.255 nmask=255.255.255.0
added interface ip=192.168.129.1 bcast=192.168.129.255 nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 2.0.7-ja-2.2]

        Sharename      Type      Comment
        ---------      ----      -------
        home           Disk      for User Data
        IPC$           IPC       IPC Service (Samba 2.0.7-ja-2.2)

        Server               Comment
        ---------            -------
        ZAURUS               Samba 2.0.7-ja-2.2

        Workgroup            Master
        ---------            -------
        WORKGROUP

I am again getting the message "Invalid network name in tree connect" when I run the mount command.
« Last Edit: March 21, 2005, 09:06:44 am by jeffbarish »

jeffbarish

  • Newbie
  • *
  • Posts: 25
    • View Profile
Mounting Zaurus On Linux Using Smbmount
« Reply #16 on: March 21, 2005, 09:43:54 am »
Problem solved.

It is necessary to mount a share, not a directory.  According to smbclient -L zaurus, home is a share, not home/zaurus (which is what I had specified in the mount command).  When I specified home in the mount command, it worked:

mount -t smbfs //192.168.129.201/home /mnt/zaurus -o password=""

Note that it was not necessary to add any lines to smb.conf (nor to change it from the default in any other way).

I am still troubled that ping <client> from the Zaurus produces the error message "Network is unreachable".  Any idea what that's about?

Thanks to everyone for the advice.

iamasmith

  • Hero Member
  • *****
  • Posts: 1248
    • View Profile
Mounting Zaurus On Linux Using Smbmount
« Reply #17 on: March 21, 2005, 09:50:27 am »
As I said if you are using wlan or other interfaces you would need to modify the interface = line as follows...

interfaces = usbd0, wlan0, eth0

(this adds wlan0 and eth0)... for usb only then the default should be find.

What exactly are you trying to ping? Can you not ping your Linux system? (on the IP address assigned to the USB interface)
OpenBSD 4.2 -current on full 4Gb of SL-C3000
Microdrive replaced with 4Gb SanDisk Extreme III card

jeffbarish

  • Newbie
  • *
  • Posts: 25
    • View Profile
Mounting Zaurus On Linux Using Smbmount
« Reply #18 on: March 21, 2005, 11:55:35 am »
Ah, I see what you mean.  I was using the IP address assigned to eth0, which is not the interface to the Zaurus.  When I use the IP address assigned to that interface (usb0), pinging the Linux box from the Zaurus works fine.  Thanks again.  I'm rolling now.