• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Access ZFS SMB Share from Android

Nemesis_001

Weaksauce
Joined
Apr 3, 2011
Messages
69
Hi,

Are any of you ZFS users able to access the SMB shares exported from ZFS through Android? I have no problem accessing them through Windows PC, but I am always getting bad username or password with any software I could find on Android.

Accessing Windows share though from Android is ok. Really confused.

Does anyone have any idea?

Thanks,
 
You can use the app I linked above for use as an SMB client, and you can use http://www.appbrain.com/app/samba-filesharing/com.funkyfresh.samba as an SMB server.

I have tried with AndSMB for quite a while, not working. Same bad username or password.

Are you putting your Domain/workgroup before your username?

Using a workgroup. Tried with & without workgroup name in the username as "Workgroup\User" or with a seperate field in some programs, or omitting it entirely. Anything I tried fails.
 
I ran across this recently. Had to root my tablet and install a custom ROM to gain CIFS support in the kernel.

Once I did that, it was as simple as downloading CIFS manager (free) at the apps store, and BS Player light (same place, same price).
 
Have you tried the proper credentials line, such as:

smb://WORKGROUP;User:password/Share
 
I have Google Nexus and I have no problem to access CIFS on ZFS. I use ES File Explore.
 
Have you tried the proper credentials line, such as:

smb://WORKGROUP;User:password/Share

Can you please let me have an example how to pass this to command line?
By the way, using XBMC application, I can access the cifs share just fine.

Awfully strange.
 
I'm using a rooted Atrix 4G (neutrino rom v2.7) with CIFSmanager to connect to a share on my OI server and it works great. I did have issues with other applications until I realized that the ZFS share is CIFS and not SAMBA (SMB) and that I should be looking for an application that mounts using CIFS.
 
Hi,

Are any of you ZFS users able to access the SMB shares exported from ZFS through Android? I have no problem accessing them through Windows PC, but I am always getting bad username or password with any software I could find on Android.

Accessing Windows share though from Android is ok. Really confused.

Does anyone have any idea?

Thanks,

Have seen this issue with Nexenta, what OS are you using..?
With ES Filemanager I'm unable to access cifs share on Nexenta but no problems with my OI/NappIT VM
 
I'm using right now OI/Napp-It combo. I have CIFS manager installed, and it's still not working.
The only app that is working is XBMC.

Can you let me know what configuration you have used with OI/Napp-It? Perhaps I have configured something wrong?
 
I'm still toying with OI/Napp-It to get the hang of the UI, I've just created a pool, created a ZFS folder and shared it through SMB without special options.
From my AC Ryan I was able to browse the share without username/password. From ES File Explorer I just browsed the network and was able to reach the share without issue..
 
I'm using a rooted Atrix 4G (neutrino rom v2.7) with CIFSmanager to connect to a share on my OI server and it works great. I did have issues with other applications until I realized that the ZFS share is CIFS and not SAMBA (SMB) and that I should be looking for an application that mounts using CIFS.

SAMBA supports CIFS!!
SMB->CIFS(newer than SMB)

----------------------
this is my understanding
android 2.X and 3.X need to be rooted and install cifs.ko ( you can get it or compile by yourself), I think android 4.X supports CIFS(please correct me).

since OI/open solaris variances ZFS has built-in CIFS (Not SMB aka legacy windows sharing, please make distinction between SAMBA and SMB where both are not identical), legacy SMB is not supported :.
you need to install SAMBA package to your OI and point SAMBA to share your ZFS shares.
 
Last edited:
It would seem to be a problem with OpenIndiana, or at least the way it authenticates smb connections from Android devices...

It works OK with Solaris11, but not OpenIndiana (at least not v151a5).
 
Back
Top