USB-mount versus XBMC library - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Peripherals (/forum-27.html) +--- Thread: USB-mount versus XBMC library (/thread-428.html) |
USB-mount versus XBMC library - HerrMannelig - 10th Feb, 2013 09:17 PM Hi, I have a annoying problem with my Pi. I use an external hard disk drive which contains movies and music. The drive is scannend by XBMC to create a library. Now the problem: Everytime I restart the Pi or the drive, the address where the drive is mounted changes (usb, usb0 or usb1) and because of this, the library doesn't work anymore. I'm a linux newbie and have no clue how to fix this problem. RE: USB-mount versus XBMC library - CurlyMo - 10th Feb, 2013 09:22 PM By adding the drive to /etc/fstab, check google on how to do that. Re: USB-mount versus XBMC library - BartOtten - 10th Feb, 2013 09:31 PM Something for xbian config? RE: USB-mount versus XBMC library - Koenkk - 11th Feb, 2013 12:53 AM Can you try removing the /media/usb1 till /media/usb7 mountpoints from /etc/usbmount/usbmount.conf. (It should look like this now: http://pastebin.com/ruEsZ2wq ). RE: USB-mount versus XBMC library - CurlyMo - 11th Feb, 2013 12:56 AM Remember removing parts of core configuration files has the risk of failure on parts of new updates. This is just one of those files i consider "do not edit", while /etc/fstab is not. |