Directory and file permissions: XBMC vs XDSL
Posted: Fri Jul 12, 2013 3:15 pm
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:
I can't see this directory in XBMC, even after:
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?
Code: Select all
cd /mnt/hda55/Video
mkdir -p video1
Code: Select all
chmod -R 777 /mnt/hda55/Video
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?