hi ya
try something like:
WinBox -fstype=smbfs,login=your_id,passwd=xxxxxx ://WinBox/Exported_Stuff
- or -
WinBox -fstype=smbfs,login=your_id,passwd=xxxxxx WinBox:/Exported_Stuff
Make sure this works too...
linux# smbmount //WinBox/Exported_Stuff user_pwd -c 'mount
/Win_NT/Exported_Stuff' -U user
linux# ls -l /Win_NT/Exported_Stuff
( probably the NT Administrator and administrators passwd )
Make sure too that you build your own rh-6.0 kernel with smb95 work around turned
off...
( use modules instead )...
Make sure the linux-2.2.5-16 and samba-2.0.3 package does not have a time stamp
corruption
problem of your NT box..... tar zcvf /tmp/foo.tgz /Win_NT/Foo_Stuff -- than check the
timestamps on the NT with the NT filemanager and also with ls -l /Win_NT/Foo_Stuff
have fun
alvin
http://www.Linux-Consulting.com/Amd_AutoFS/autofs-HOWTO.html
> I have a stock RedHat 6.0 x86 machine that I just installed the autofs rpm to.
> I am having problems automounting smbfs shares. NFS works fine, devices work
> fine, and "mount -t smbfs" works just fine. For some reason autofs can't figure
> out how to mount smbfs. Here is the entry from my map and here is the snipit
> from the logs. If anyone has any input that would be great. I have never tried
> doing smbfs filesystems in autofs until now. The smbfs side seems to work okay
> and autofs seems to be okay, there must be something amiss in this distribution.
> I haven't tried building the latest and greatest, I am trying to keep this
> as close to RedHat's dist as possible. The kernel is 2.2.5-15 and autofs is
> 3.1.3.
>
> autofs map entry:
> winbox -fstype=smbfs ://winbox/c
>
> error in /var/log/messages:
> Aug 3 13:46:00 fw automount[24816]: attempting to mount entry /win/winbox
> Aug 3 13:46:00 fw automount[25390]: cannot find mount method for filesystem
> smbfs
>