Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

smbfs filesystem not supported by the kernel

Got problems with your B2 or B3? Share and get helped!
Post Reply
HeSitated
Posts: 30
Joined: 26 Jun 2009, 12:36
Location: Ede, The Netherlands

smbfs filesystem not supported by the kernel

Post by HeSitated »

Can somebody give me some assistance?

I'am trying to copy files from my old LaCie NAS to my new Bubba Two.

The command executed:

Code: Select all

mount -t smbfs -o username=someone,password=*** //192.168.2.3/data /mnt/lacie
But the system keeps complaining:
ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255
The funny thing is that the Midnight Commander can show me the server and it's content...

Ideas?
effevee
Posts: 9
Joined: 26 Jun 2009, 14:14
Location: Ingelmunster, Belgium

Re: smbfs filesystem not supported by the kernel

Post by effevee »

log in to your bubba two
$ ssh user@bubba

become root
$ su

install smbfs
# apt-get install smbfs

try your mount again :-)

HTH

effevee
HeSitated
Posts: 30
Joined: 26 Jun 2009, 12:36
Location: Ede, The Netherlands

Re: smbfs filesystem not supported by the kernel

Post by HeSitated »

I tried it before my posting... :wink:

But because I'm not the laziest....
# apt-get install smbfs
Reading package lists... Done
Building dependency tree... Done
smbfs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
That's why it is for me so strange... :?
effevee
Posts: 9
Joined: 26 Jun 2009, 14:14
Location: Ingelmunster, Belgium

Re: smbfs filesystem not supported by the kernel

Post by effevee »

Hi,

Have you tried mounting with the cifs fs ? I believe smbfs doesn't work anymore with the newer kernels

Code: Select all

mount -t cifs -o username=someone,password=*** //192.168.2.3/data /mnt/lacie
HTH,

Effevee
HeSitated
Posts: 30
Joined: 26 Jun 2009, 12:36
Location: Ede, The Netherlands

Re: smbfs filesystem not supported by the kernel

Post by HeSitated »

effevee wrote: Have you tried mounting with the cifs fs ? I believe smbfs doesn't work anymore with the newer kernels
[repeat count=1000]
Thanks!!!! :D
[/repeat]

That was it!
effevee
Posts: 9
Joined: 26 Jun 2009, 14:14
Location: Ingelmunster, Belgium

Re: smbfs filesystem not supported by the kernel

Post by effevee »

HeSitated wrote:
[repeat count=1000]
Thanks!!!! :D
[/repeat]

That was it!
No sweat.

We benne op de wereld om mekaar te helpen niewaar ;-)

Effevee
Post Reply