On 7/6/05, Siju George <[EMAIL PROTECTED]> wrote: > Thanks a lot for the response Binand :-) > > On 7/6/05, Binand Sethumadhavan <[EMAIL PROTECTED]> wrote: > > On 06/07/05, Siju George <[EMAIL PROTECTED]> wrote: > > > I can mount the said windows share from Fedora Core3 using the same > > > command but it shows error in Debian Sarge. Please help me > > > troubleshoot the problem. > > > > Kernel versions? > > > > backupsrv:~# uname -a > Linux backupsrv 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686 GNU/Linux > > its Sarge with 2.6 kernel smbclient was installed using > > #apt-get install smbclient > > > > Remote OS? > > > > Windows 2000 with servicepack 4 > > i can mount the share from Fedora core 3 but! > > Thankyou for any help :-) >
O.K I got the answer from http://www.debian-administration.org/articles/165 --------------------------------------------- f you receive an error message which is unrelated to authentication you should check the end of the "dmesg" output, by running: [EMAIL PROTECTED]:~# dmesg | tail If the output includes the following text then you're missing the smbfs package: smbfs: mount_data version 1919251317 is not supported -------------------------------------- I did # apt-get install smbfs and it works fine :-) I never did this for woody actualy #apt-get install samba smbclient was sufficent for woody :-) Thanks again kind regards Siju ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ linux-india-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-india-help
