[PROBLEM] Xbian doesn´t boot with my USB Drive Connected [Cubox-i] - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: CuBox-i / Hummingboard (/forum-66.html) +--- Forum: Installation (/forum-70.html) +--- Thread: [PROBLEM] Xbian doesn´t boot with my USB Drive Connected [Cubox-i] (/thread-2537.html) |
[PROBLEM] Xbian doesn´t boot with my USB Drive Connected [Cubox-i] - kandelabro - 28th Oct, 2014 03:50 AM Dear all, I have XBian 2014-03-15 installed in my Cubox-i4pro. I am trying to auto-mount my hard drive but when I try to boot my Cubox, it doesn´t boot so it is a problem. I have configured my /etc/fstab/ as the following: Quote:UUID=EC62E90262E8D1FE /media/multimedia ntfs noauto,rw,sync,nodev,noexec,noatime,nodiratime,data=ordered 0 0 But it doesn´t boot. Quote:/dev/sda1: LABEL="Seagate Backup Plus Drive" UUID="EC62E90262E8D1FE" TYPE="ntfs" It is extrange because when I connect the Hard Drive after Cubox boots the hard drive is correctly mounted. Quote:/dev/sda1 932G 90G 842G 10% /media/multimedia Anybody knows why? Thank you in advance. Xbian doesn´t boot with my USB Drive Connected - kandelabro - 28th Oct, 2014 06:25 PM Dear all, I have XBian 2014-03-15 installed in my Cubox-i4pro. I am trying to auto-mount my hard drive but when I try to boot my Cubox, it doesn´t boot so it is a problem. I have configured my /etc/fstab/ as the following: Quote:UUID=EC62E90262E8D1FE /media/multimedia ntfs noauto,rw,sync,nodev,noexec,noatime,nodiratime,data=ordered 0 0 But it doesn´t boot. Quote:/dev/sda1: LABEL="Seagate Backup Plus Drive" UUID="EC62E90262E8D1FE" TYPE="ntfs" It is extrange because when I connect the Hard Drive after Cubox boots the hard drive is correctly mounted. Quote:/dev/sda1 932G 90G 842G 10% /media/multimedia Anybody knows why? Thank you in advance. RE: [PROBLEM] Xbian doesn´t boot with my USB Drive Connected [Cubox-i] - rikardo1979 - 28th Oct, 2014 07:15 PM double post, merged RE: [PROBLEM] Xbian doesn´t boot with my USB Drive Connected [Cubox-i] - f1vefour - 29th Oct, 2014 04:43 AM Try removing sync and nodiratime from fstab. |