newbie: error smbfs: mount_data version 1919251317 is not supported

2003-07-04 Thread mario eugster
Hi

I know the topic has been discussed more than one time, I also found quite a
lot og information but no of them could solve it. I try to connect to as MS
windows shared folder using samba. I installed my system using kernel 2.4
and added in the driver module section support for smbclient. After
installing I got the package smbclient with apt-get install.

That is all I did, when I now connect to the shared folder with the command:
mount -t smbfs -o username=xxx,password=yyy //10.0.0.10/share /mnt/share I
get an error called:
smbfs: mount_data version 1919251317 is not supported
mount: wrong fs type, bad option, bad superblock on //gollum/d,
   or too many mounted file systems

Some posts say to add a symlink for the mount* files in /usr/bin, but there
aren't any files named as mount...

Any help will be very appreciated. Thx
_eudgster



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Newbie error

2001-09-13 Thread Tony Green
* This one time, at band camp, Sebastian Pad? said:
> Hi,
> 
> by mistake (I am tired?), I just did something very stupid:
> 
> > rm /dev/hda3
> 
> It worked. 
> Now I cannot access that partition any more. 
> How can I bring it back?
> 

Ooops - thats not good!

try 

'mknod /dev/hda3 b 3 3; chown root:disk /dev/hda3'

HTH

Greeno
-- 
Greeno <[EMAIL PROTECTED]>
GnuPG Key :  1024D/B5657C8B 
Key fingerprint = 9ED8 59CC C161 B857 462E  51E6 7DFB 465B B565 7C8B

Imagine working in a secure environment and finding the string 
_NSAKEY in the OS binaries without a good explanation
-Alan Cox 04/05/2001



Newbie error

2001-09-13 Thread Sebastian Padó
Hi,

by mistake (I am tired?), I just did something very stupid:

> rm /dev/hda3

It worked. 
Now I cannot access that partition any more. 
How can I bring it back?

Thanks for any ideas,

Sebastian