Problem: Use USB as data and SD as boot device
|
26th Jun, 2014, 01:40 AM
Post: #2
|
|||
|
|||
RE: Use USB as data and SD as boot device
Don't change cmdline.txt, it won't do anything apart from probably stopping xbian from starting.
Xbian will automount any USB drive it finds - unless it's in a format it doesn't understand. What is your USB stick formatted as? Check dmesg to see that the USB stick has been recognised. If it has been recognised, but is still not recognised by Xbian, try this. sudo mkdir /media/usb0 sudo mount -t (drive FS - eg ntfs) /dev/sdxx (As seen in dmesg, maybe sda1) /media/usb0 In XBMC go to Music, Add Music --> Browse -> Root Filesystem -> Media -> USB0 -> Ok Please read before you post How to post a log file If you liked my help, click on "Thanks" to show your appreciation.
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Use USB as data and SD as boot device - kabian - 25th Jun, 2014, 05:18 AM
RE: Use USB as data and SD as boot device - IriDium - 26th Jun, 2014 01:40 AM
RE: Use USB as data and SD as boot device - kabian - 26th Jun, 2014, 05:41 PM
|