XBMC Community Forum  

Go Back   XBMC Community Forum > Off-Topic > (OLD) Off-Topic Discussion > Networked File Storage discussion not directly related to XBMC

Networked File Storage discussion not directly related to XBMC General discussion about available networked media file storage solutions.

 
 
Thread Tools Search this Thread Display Modes
Old 2005-10-07, 11:49   #1
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default SMB issue with USBEX LanDrive NAS-storage

hi guys,

i've setup smb shares from xp/2003 server without any issues in the past but this latest issue has me a bit stumped.

this week i purchased a landrive (manual available at link) it is an external harddrive unit with network ability (nas). through it's web interface you can share out directories via smb.

i have shared out a directory called 'public' and inside that directory there is a number of sub directories. there is no access restrictions on the public directory.

now from windows i can go into this public directory and browse it's sub directories, files etc. delete, create move what not files without any issues. no username/password required it just works as you would expect it to.

now from xbmc it's a bit different. i can access the 'public' share and the files inside it no worries. but whenever i try to go into one of it's sub directories i get a 'error --> success' error. the error in the xbmc.log is as follows:

Quote:
07-10-2005 18:37:02 error smbdirectory->getdirectory: unable to open directory : 'smb://192.168.1.100/public/metal/'
unix_err:'2' nt_err : '0' error : 'success'
anyone got any decent suggestions. i have searched to no avail. i know my situation is a bit different due to using a nas drive instead of a windows/linux/mac box but hopefully someone can help.

i'm running the 3-10-05 t3ch build of xbmc and the only change i have made to my xboxmediacenter.xml file is the entry for the smb share

Quote:
<bookmark>
<name>smb share</name>
<path>smb://192.168.1.100/public/</path>
</bookmark>

any help would be appreciated.
Strat is offline  
Old 2005-10-07, 15:14   #2
HarshReality
Fan
 
HarshReality's Avatar
 
Join Date: Jan 2005
Posts: 1,556
HarshReality is an unknown quantity at this point
Send a message via ICQ to HarshReality Send a message via AIM to HarshReality Send a message via MSN to HarshReality Send a message via Yahoo to HarshReality
Default

check your directory permissions below public, while i am not 100% certain of your situation i know that making an upper directory (at least in linux) does not mean its recursive. you may have to go through and set each directory as 777 (read,write,execute) if your wanting full access to them all.
__________________
HarshReality is offline  
Old 2005-10-08, 02:29   #3
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default

Quote:
Originally Posted by (harshreality @ oct. 07 2005,13:14)
check your directory permissions below public, while i am not 100% certain of your situation i know that making an upper directory (at least in linux) does not mean its recursive. you may have to go through and set each directory as 777 (read,write,execute) if your wanting full access to them all.
unfortunatly there is no real option like that on the web interface for the unit.

although the fact that it works in windows leaves me a bit puzzled.
Strat is offline  
Old 2005-10-08, 02:52   #4
elupus
Team-XBMC Developer
 
Join Date: Mar 2004
Posts: 2,982
elupus is on a distinguished road
Default

could you check directory casing of the nas drive.. ie if public is in upper case and how metal is stored.

then make sure case is same in the bookmark
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


elupus is offline  
Old 2005-10-10, 01:46   #5
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default

Quote:
Originally Posted by (elupus @ oct. 08 2005,00:52)
could you check directory casing of the nas drive.. ie if public is in upper case and how metal is stored.

then make sure case is same in the bookmark
checked that and they are both the same .
Strat is offline  
Old 2005-10-10, 13:46   #6
elupus
Team-XBMC Developer
 
Join Date: Mar 2004
Posts: 2,982
elupus is on a distinguished road
Default

so is the log incorrect then, as public was lowercase in the bookmark and the log uppercase?
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


elupus is offline  
Old 2005-10-10, 14:44   #7
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default

Quote:
Originally Posted by (elupus @ oct. 10 2005,11:46)
so is the log incorrect then, as public was lowercase in the bookmark and the log uppercase?
i may have copied an older log file but the error is exactly the same.

regardless i tried it with exact same case earlier today with the same results. it's definetly something odd to do with the way xbmc reads sub directories :/
Strat is offline  
Old 2005-11-13, 04:34   #8
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default

bump. don't suppose anyone else has any ideas? i know i'm not alone with this one
Strat is offline  
Old 2005-11-14, 20:44   #9
justido
Junior Member
 
Join Date: Nov 2005
Posts: 15
justido is on a distinguished road
Default

hi,

just getting my voice out aswell, one more user where samba share doesnt work with my nas.
i also posted this message at other nas/samba problem threads

i recenlty got my nas with samba support, a macpower pleiades usb/lan

but unfortunatly its not working 100%, i also get those error
succes messages.
with my nas i created a public folder and shared that one
through samba, no pass. i see the folders inside public, but
cant go into any of them.
13-11-2005 16:58:58 error smbdirectory->getdirectory: unable to open directory : 'smb://192.168.0.33/public/tv/'
unix_err:'0' nt_err : '0' error : 'success'

i also created a folder test, put a pass on it, created a
subfolder and put files in them. xbmc was working for the files
inside the test root, but couldnt go into its subfolders.

btw i can create a folder, and remove it again, renaming doest work through

i tried accessing my nas through samba with windows/linux, no problems, but
with xbmc its a no-go.

it seems that xbmc still has problems with samba. ofcourse i could be jumping to
conlusions here, but people have problems with various brands, so it cant be all
of them, or can it?

oh well, just my 2 cents worth, and if any of the developers want to use me as a
test person, im willing to do so...
justido is offline  
Old 2005-11-15, 09:07   #10
Strat
Junior Member
 
Join Date: Oct 2005
Posts: 7
Strat is on a distinguished road
Default

thanks for the reply. good to see someone else with the same issue.

i've had a pm from someone in the same boat, also seen someone else with the exact same issue posting on another forum (whirlpool.net.au)

really hope someone comes up with a solution for this issue.

happy to test if required also.
Strat is offline  
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
LanDrive/LanDrive (3.5" HDD NAS enclosure) SMB/SAMBA problems Validus XBMC for Xbox Specific Support 252 2006-11-17 21:16
Network attached storage DonJ XBMC for Xbox Specific Support 1 2005-06-17 21:05
Use of network storage? vinny75 XBMC for Xbox Specific Support 4 2005-06-16 21:10


All times are GMT +2. The time now is 18:25.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project