Kodi Community Forum

Full Version: Mounting internal drives from XMBC Live
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ok, so I'm messing around with XMBC Live and just installed it to a small partition next to win7. Now I'm wondering how to access the files that are on another internal drive and/or the other partition, or if I even can. I currently have a 1.5 TB with OS X on it and a 320 GB with win7 and XMBC. thanks for any help.
Code:
sudo mkdir /mnt/macosx

Code:
sudo mount -t hfsplus /dev/hd??? /mnt/macosx

Something like that ?
Remove "nodiskmount" from menu.lst file.
Mityama Wrote:Remove "nodiskmount" from menu.lst file.

And then it mounts automagically ? What is the default mount-point ?