Directory and file permissions: XBMC vs XDSL

General discussion relating to XBMC4XBOX. Please use the support forums for help on using the software or plugins.
Post Reply
linuph
Posts: 12
Joined: Thu Mar 21, 2013 12:50 pm
Has thanked: 1 time

Directory and file permissions: XBMC vs XDSL

Post by linuph »

In XDSL's file manager I can see the 'Video' directory on the F-drive, called hda55 in XDSL, presumably created by XBMC. I created a directory with XDSL as follows:

Code: Select all

cd /mnt/hda55/Video
mkdir -p video1
I can't see this directory in XBMC, even after:

Code: Select all

chmod -R 777 /mnt/hda55/Video
The other way around: directories I make in XBMC are not visible in XDSL.

I seem to remember that, when in XDSL, I have to mount hda55 as a FATX drive but I can't find back the information on that.

Am I correct about FATX? If so, can someone guide me along? And if not, what could be the solution?
linuph
Posts: 12
Joined: Thu Mar 21, 2013 12:50 pm
Has thanked: 1 time

Re: Directory and file permissions: XBMC vs XDSL [SOLVED]

Post by linuph »

Ah, seek and ye shall find:

http://forums.xbox-scene.com/lofiversio ... 03577.html

Indeed a FATX thing. Hopefully useful for other seekers
User avatar
Xphazer
Posts: 524
Joined: Wed Jul 04, 2012 4:39 am
Location: Montréal
Has thanked: 238 times
Been thanked: 106 times

Re: Directory and file permissions: XBMC vs XDSL

Post by Xphazer »

If I was you, I would not fool around with other partitions from XDSL...
Unless you 100% do not care about this data.

Anyway, why in hell would you "need" that ?
linuph
Posts: 12
Joined: Thu Mar 21, 2013 12:50 pm
Has thanked: 1 time

Re: Directory and file permissions: XBMC vs XDSL

Post by linuph »

My Internet speed is too low for decent playing of video streams. So I built a PVR that downloads and saves videos from the Internet, ready to be played with XBMC smoothly anytime. That's why I need access to XBMC's F-drive. The PVR is written in BASH.
Post Reply