[Q] Access Network Shares - Xoom General

I have a home network with several computers with shares. I can see all of the computers using Shares Finder. One thing I can not get to work is my Media server shares. I was able to mount for a while last night using CifsManerger but is stopped working.
I have one computer that I can see all the shares with Shares Finder. I can use ES File Manager and access to shares but not on any other computer. All my computers are running Windows 7 and I have gone over and everything looks setup exactly the same.
When Share Finder runs it says SMB: 12 files and that is the number of shares found and will list all the shares and these are the shares I can access. My Media PC will not do this. Any Ideas?

Are your boxes in a domain?
Sent from my Xoom using XDA Premium App

I found that if I copy a file to the server that it will stop working. If I reboot the server it starts working again. I copy several dvd rips per week to the media server so I hope someone can figure this out. I have several hundred rips to this server so PLASE help.!

Related

Map Network Drive

I have an old Maxtor Shared Storage II network drive. All PC access via "map network drive" in file explorer. No issues with WinXP, Win7, and Ubuntu.
Been trying to get my Acer A500 connected. Unable. Used ES File explorer, File Manager HD, Add SMB, and lots more. I can't get my acer to see the NAS.
A500 with HC3.2, not rooted.
Most apps say failed to login. Tried anonymous not working. I created an account on the maxtor. Still login failures.
Any thoughts ? Apps that will work ?
Just a guess but try taking browser to its IP address see if it prompt for log on.
Or maybe a FTP program like cute FTP.or something similar.you could share the drive thru your desktop.
Just a shot in the dark.
I can use the browser to access the admin page which 192.168.0.100. This uses port 80. I tried using the browser to access the public folder. Doesn't work.
When using a port scanner for 0.100, I see port 445 available. It won't allow me to login via tablet. All windows machines work fine.
So ES File Explorer is finding the drive, just failing login?
Also, are you sure it is directly finding the drive on the network by itself, or is it picking it up as a shared drive off of your PC or other computers that have it mapped?
I had a very similar issue with a networked NAS, seemed like no program would see it. The only one I ever got to work is File Expert (free in the market)
jeromekobriger said:
I had a very similar issue with a networked NAS, seemed like no program would see it. The only one I ever got to work is File Expert (free in the market)
Click to expand...
Click to collapse
Thanks. Just tried it and it works great for me.
jeromekobriger said:
I had a very similar issue with a networked NAS, seemed like no program would see it. The only one I ever got to work is File Expert (free in the market)
Click to expand...
Click to collapse
I loaded and tried File Expert. Same results. No connections.
Ran, Overlook Fing app, scanned for services. I see port 80, 139, 445, 631, 3689, and 8080.
I can login via browser and manage the Maxtor NAS. Again the address is 192.168.0.100. I named it "maxtor_nas". I believe port 445 is SMB connection. No matter what program\app I use to connect, it fails. Says can't load directory or invalid login\password. I tried the admin and anonymous login, no success.
I'm using a Dlink DIR-655 router. I still can't see the default "public" directory on this Maxtor Shared Storage II, NAS. I've tried entering IP address, Device name, etc. I can't connect.
THanks for the help !!
an update. I ran Ubuntu on one machine. I can mount the network drive. So the router and network setup, maxtor settings appear OK. Something with android connection.
jeromekobriger said:
I had a very similar issue with a networked NAS, seemed like no program would see it. The only one I ever got to work is File Expert (free in the market)
Click to expand...
Click to collapse
I did the same..
Tried File Expert on both Acer A500 and Nextbook Next8p. Still no connection. I've moved the NAS to the DMZ, no connection. I've added a new account name and password, no connection.
I can "map" network drives from other computers on my network. Both Win and Ubuntu. Android devices can not make the SMB, Port 445, connection.
My Maxtor Shared Storage II has the latest 3.1.28 firmware.
Any Ideas ??
da_maxx said:
Tried File Expert on both Acer A500 and Nextbook Next8p. Still no connection. I've moved the NAS to the DMZ, no connection. I've added a new account name and password, no connection.
I can "map" network drives from other computers on my network. Both Win and Ubuntu. Android devices can not make the SMB, Port 445, connection.
My Maxtor Shared Storage II has the latest 3.1.28 firmware.
Any Ideas ??
Click to expand...
Click to collapse
Using an HTC G2 (Desire z) I'm able to connect to SMB share on Ubuntu machine just fine with File Expert. Managing files (edit/delete/copy works great but can't stream video from Samba. Of course WI-FI needs to be on.
update. Tried my kids droidx and droidx2. Both fail to connect with file expert. Tried notebooks from friends. Windows and Linux "map network drive" work fine. There's something wrong with android connecting to port 445.
da_maxx said:
update. Tried my kids droidx and droidx2. Both fail to connect with file expert. Tried notebooks from friends. Windows and Linux "map network drive" work fine. There's something wrong with android connecting to port 445.
Click to expand...
Click to collapse
Most likely you need to change the security settings for the SMB share (I don't know if your nas supports such settings). I have the same issues with a win7 share that I could access with fileexpert until a certain update on the app. Now I can get it working only with file manager hd.
Sent from my A500 using XDA Premium App
nflaysm much
da_maxx said:
I have an old Maxtor Shared Storage II network drive. All PC access via "map network drive" in file explorer. No issues with WinXP, Win7, and Ubuntu.
Been trying to get my Acer A500 connected. Unable. Used ES File explorer, File Manager HD, Add SMB, and lots more. I can't get my acer to see the NAS.
A500 with HC3.2, not rooted.
Most apps say failed to login. Tried anonymous not working. I created an account on the maxtor. Still login failures.
Any thoughts ? Apps that will work ?
Click to expand...
Click to collapse
Samba is poorly configured in the OEM firmware for Maxtor Shared Storage II NAS drives, which prevents Android from connecting.
To allow Android to connect, the Samba configuration file (smb.conf) must be modified so that the line "security =" becomes "security = share". Unfortunately this file is overwritten each time the drive is rebooted or setting are modified through web admin.
Here's my workaround:
Install custom firmware
- Can't post links, thanks XDA. Google: "Mod with SSH, Telnet, FTP and Optware (2008-04-24)"
Login to the drive with root permission
- Use putty.exe to SSH to the drive IP address - U:root P:root
Create a correctly configured Samba configuration file
- Change to the configuration file directory: cd /usr/lib
- Make a copy of smb.conf: cp smb.conf smb.conf.OK
- Modify smb.conf.OK: vi smb.conf.OK
- Change the line "security =" to "security = share"
- Save the file: <esc>:x
Copy our new configuration file over the default on each reboot
- Change to the init.d directory: cd /etc/init.d
- Modify rcS: vi rcS
- Add the following line above the final line "exit 0": cp /usr/lib/smb.conf.OK /usr/lib/smb.conf
- Save the file: <esc>:x
Reboot and enjoy!
This works for me, as your network and drive may be configured differently, your mileage may vary.
This may also apply to a similar problem with the Maxtor Central Axis NAS drives.

File Expert App - Unable to connect with SMB

I did search "File Expert" as well as "SMB" along with several combinations of those words but there were no answers to my question on this forum. How do you connect the Elocity Android device to a PC on the host wifi network using "File Expert"s SMB protocol?
I tried the Geek Software (the app creators) website which was of no help. Other than a couple of youtube videos, there doesn't seem to be much in the way of instructions for this app.
I want to be able to access some video files that reside on my PC with my Elocity Tab over my Wifi network using a shared folder without having to transfer them. From what I've read this is possible using the SMB feature of the File Expert app.
My problem is that when I try to add a new SMB network through the File expert interface, I have very little understanding of what the File Expert app is asking for. The first box asks for "Server Domain(leave empty if N/A)", the 2nd asks for "Server IP Address or computer name" (which is the only box I think I know how to fill out), the 3rd asks for a "Nickname", the 4th asks for "User Name:", and the 5th asks for "Password".
None of my PCs on the wifi network have logon passwords. I would like to be able to access shared folders on 2 different PCs with my tablet, one running xp and the other running W7.
I would appreciate any help. Thanks.
wifi file explorer or wifi file transfer both are free in the market..
try ES Explorer from market ist free
ones you open you have to pres menu, show... tap lan and serch for servers
you should have an activated server in you lan to find it
Thanks for that tip about ES Explorer! It was exactly what I was looking for. After enabling the sharing of the correct folders on my PC, I was able to add it as a server by typing in the PC's IP address. After that the PC appeared in the ES File Explorer's interface. Clicking on the PC(server) showed me all the files in my computer's shared folder and I was able to open pictures, videos, and audio straight from my tablet. Awesome! Thanks again!

[Q] File Sharing / Streaming via AFP / SMB?

Hi all,
Wondering if anyone has had any luck file sharing / streaming between the Fire and a PC / Mac running SMB / AFP?
Tried to make this happen with "File Expert" off the Android Market but the program didn't seem to pick up on my server though they are on the same Wi-Fi network / LAN and should be able to talk.
Any ideas? Thanks in advance!
I used astro file manager, then dl the smb addon. On my Pc I created a new User account with admin rights, make sure it has a password. Then in astro I just had to enter my pc's ip and the User/pass.
Not sure if you can set up the fire as a host to connect from Pc to the fire though.
CifsManager
Virtual Data Cable
Samba Filesharing
I am using File Expert for SMB transfers to my network without any issues at all. One thing to note is that I never could get it to connect using any machine node IDs, but using IPs, I have absolutely no issues with File Expert's SMB connection.
I use the emit app and server since the codecs are very limited on the fire, it converts in real time and works great locally or remotely
Sent from my Kindle Fire using xda premium
If your Kindle Fire is rooted, there is a program called Samba Filesharing. It will put your Kindle on the local network and you can get to it from your PC via WiFi. For accessing your pc via your WiFi network there are many apps. I use ES File explorer and File Expert.
keithjeffrey said:
Hi all,
Wondering if anyone has had any luck file sharing / streaming between the Fire and a PC / Mac running SMB / AFP?
Tried to make this happen with "File Expert" off the Android Market but the program didn't seem to pick up on my server though they are on the same Wi-Fi network / LAN and should be able to talk.
Any ideas? Thanks in advance!
Click to expand...
Click to collapse
If you're on a Mac running Lion, you are better off turning off File Sharing, downloading MacPorts and installing Samba 3. SMB is sort of b0rked in Lion. I spent days fiddling with it and searching online for help. I finally came across an article about SMB in Lion. That recommended going the MacPorts route.
Sent from my Kindle Fire using xda premium

[Q] WIFI tether to copy files with Sony W995

I am on HyperDroid 6.0.1 MAGLDR version and am trying to use the Wifi tethering to provide a Wifi access point that my friend's Sony W995 can connect to. I have done this and he can use the internet via my Wifi connection. What I have not been able to do is to copy files between the 2 phones. We used to use Bluetooth but I wanted to try Wifi as we are now further apart and Bluetooth does not connect at this distance.
I have turned on "Network Sharing" on the W995 and set the subnet to 255.255.255.0 (rather than the default 255.255.255.255 - found a website that said this was needed - neither work).
I have ES File Explorer on my Android phone and it cannot see the W995 on the LAN settings (a scan finds nothing).
Does anyone know what I need to set up?
Thanks
Darren .)
You could try airdroid from the market installed on one device and then use the browser on the other to copy files, maybe!!!
shanman-2 said:
You could try airdroid from the market installed on one device and then use the browser on the other to copy files, maybe!!!
Click to expand...
Click to collapse
I tried airdroid but could not get the w995 to connect to the web address specified in airDroid. I guess i will have to continue to use Bluetooth and leave my phone near my friends's phone
Silly question but did you select wifi tether in airdroid. Like make sure tether is active before starting airdroid?
Sent from my Nexus One using xda premium
shanman-2 said:
You could try airdroid from the market installed on one device and then use the browser on the other to copy files, maybe!!!
Click to expand...
Click to collapse
shanman-2 said:
Silly question but did you select wifi tether in airdroid. Like make sure tether is active before starting airdroid?
Sent from my Nexus One using xda premium
Click to expand...
Click to collapse
Not a silly question at all. I looked in airdroid but could not find a tethering option. I had already turned on tethering and got my friend's phone surfing the net via my data connection before trying to run airdroid. AirDroid kept saying wifi is not on.
I did a bit more googling and came across some samba server apps (from which i could connect my phone to my router at home and get my windows 7 PC accessing my sd card wirelessly). I didn't think my friend's w995 had software to access samba shares so that was still no good. I finally found an app called "wifi file explorer" which would detect i was on wifi tethering (also does normal wifi by the way). It would then provide a web server that my friend's w995 could connect to as a simple http://192.168.1.xxx:8000/ address in his w995's web browser. From here he could navigate my sd card and download the relevant files, job done
I tried the same on another friend's Sony w715 but that wouldn't load the main page properly. I will f try some of the "wifi file explorer" options to see if it can make the main page simpler.
Over wifi we transferred a 200MB file in about 8 minutes (if i remember correctly)
Thanks for your help
Darren .)
You can also try setting up FTP file server on Android or set up samba file server on Android.
retsam88 said:
You can also try setting up FTP file server on Android or set up samba file server on Android.
Click to expand...
Click to collapse
I had tried a samba server app on my Android phone but i didn't know how to access it from my friend's w995. I also tried the ftp server in "ES File Explorer" but again didn't know how to access it on the w995. Both of the samba and ftp methods could be accessed fine on my windows PC.

Share SD and/or Internal Memory over Wifi

How would I share the contents read/write over my wifi network? Similar to a shared network drive?
eldedo said:
How would I share the contents read/write over my wifi network? Similar to a shared network drive?
Click to expand...
Click to collapse
Hi my friends are using app Samba Filesharing (https://play.google.com/store/apps/details?id=com.funkyfresh.samba), but I haven't tried it myself though. It starts SMB server on your phone, so you can connect from any PC to your phone.
To access SMB share on PC from a phone, I use ES File Explorer.
There is one important thing: All SMB servers (like Samba Filesharing) need root access to your phone.
I think Astro has a built in Windows file sharing feature.
Sent from my XT862 using xda app-developers app
SwordfishCZ said:
Hi my friends are using app Samba Filesharing (https://play.google.com/store/apps/details?id=com.funkyfresh.samba), but I haven't tried it myself though. It starts SMB server on your phone, so you can connect from any PC to your phone.
To access SMB share on PC from a phone, I use ES File Explorer.
There is one important thing: All SMB servers (like Samba Filesharing) need root access to your phone.
Click to expand...
Click to collapse
that particular application randomly reboots my phone. Using Droid NAS for now, its basic but it works, any commandline solutions out there as well? Attempting to get smb/nas and tasker to work together
Have You tried any FTP server in phone, and connect by FTP client from PC?

Categories

Resources