Hi, I am trying to access a share that sits on a Samba server run on Red Hat 7.0 from a system running Red Hat 6.2. The 7.0 system is running v2.0.7-21ssl while the 6.2 system is running samba 2.0.3-8 When I run this command: smbmount "\\\\203.44.105.50\\backup" -c 'mount /tmp/backup' I get this error: mount error: no such device The /backup share exists on the server and the /tmp/backup dir exists on the box I am doing the smbmount from. Any ideas? Thanks in advance -- Dean Brandt Melbourne, Australia +61-3-95231065
On Wed, 1 Nov 2000, Dean Brandt wrote:> I am trying to access a share that sits on a Samba server run on Red > Hat 7.0 from a system running Red Hat 6.2. > > The 7.0 system is running v2.0.7-21ssl while the 6.2 system is > running samba 2.0.3-8If you are going to use smbfs, start by upgrading samba (or at least smbmount/smbumount/smbmnt) to 2.0.7. Watch out for the changed syntax. /Urban