Trying to Mount NAS on 32 bit RHEL givng error as smbfs : mount_data version 19192513
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Trying to Mount NAS on 32 bit RHEL givng error as smbfs : mount_data version 19192513
Hi,
I am trying to mount my NAS on my 32 bit Linux machine...
When I have tried to do the same on a 64bit RHEL.. it was successfull.
The error I am getting hwen I do it on 32 bit RHEL is :
#####################################################################
[root@test55 ~]# mount //192.168.231.15/FonNAS -o username=Administrator,password=xpsr350 /mnt/hpserver/
mount: wrong fs type, bad option, bad superblock on //192.168.231.15/FonNAS,
or too many mounted file systems
########################################################################
where 192.168.231.15 -- NAS IP
FonNAS -- Folder name which is shared on NAS
/mnt/hpserver -- localdirectory where it has to mount the NAS.
Now wehn I enter dmesg on the 32 bit RHEL ... I see a vague error :
#####################################################################
smbfs: mount_data version 1919251317 is not supported
smbfs: mount_data version 1919251317 is not supported
#####################################################################
Where as .. this error is not seen in 64 bit RHEL...
Please help me .. why SAMBA is getting initiated in case of 32bit RHEL.
Details :
NAS is on a Windows machone.
32 bit RHEL -- details
[root@test55 ~]# uname -a
Linux test55.vm.kirusa.in 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux
Hi,
#####################################################################
[root@test55 ~]# mount //192.168.231.15/FonNAS -o username=Administrator,password=xpsr350 /mnt/hpserver/
mount: wrong fs type, bad option, bad superblock on //192.168.231.15/FonNAS,
or too many mounted file systems
########################################################################
Details :
NAS is on a Windows machone.
You're not specifying a file system type, which may be in your 64 bit kernel, but isn't in your 32 bit. Also, how many file systems DO you have mounted?
Is there a limit on number of connections on your NAS device? And if your NAS device is an NTFS file system, you may have problems writing to it.
Hi TBOne,
Thanks for your input, I tried with "mount -t cifs " it worked..
but in 64 bit ... it is gettign mounted without specifying this cifs argument.
Any ways , my problem is solved...
Cheers
Vamsi
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.