[PROBLEM] my external hd will not mount - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: [PROBLEM] my external hd will not mount (/thread-3974.html) |
my external hd will not mount - Mentalblaze - 13th Apr, 2018 03:26 PM Hi. I have an xbian on a raspberry pi 3 and the axternal HD used to mount but it seema I removed it one too many while running and now it won't show up when I connect it. The drive is a 2.5 external usb3 hd. and I have a usb with external power on it as well. The drive works fine in windows (ntfs) but I cant see it in xbian. I also tried using an usb2 hubb I have without any luck. I run the xbian from a connected USB stick (sda1) so this should be sdb1, I guess. Tried "mount" but only the sda1 is shown. Have there been some remnants left from my pulling the cord that I need to clean up? And if that is the case, how do I do that? RE: my external hd will not mount - Nachteule - 13th Apr, 2018 10:34 PM If reboot does not help, a look in dmesg after connecting external disk may help to figure out whats going on RE: my external hd will not mount - Mentalblaze - 13th Apr, 2018 10:54 PM Thanks. There it shows that some error have occured. Not sure what I can do about it though. Code: [ 51.843695] sd 1:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x01 dri verbyte=0x00 RE: my external hd will not mount - Nachteule - 13th Apr, 2018 10:59 PM (13th Apr, 2018 10:54 PM)Mentalblaze Wrote: Thanks. There it shows that some error have occured. That does not look very good. You reported, that you can mount disk under windows. First I would do is to run a complete check under windows. Another check could be, to run sudo dd if=/dev/sdb of=/dev/zero bs=1M status=progress on XBian side, to see if disk can be read completely without errors RE: my external hd will not mount - Mentalblaze - 14th Apr, 2018 12:01 AM No errors in windows disc check but back in xbian I get this: Code: [ 231.029973] systemd-logind[2663]: New session c2 of user xbian. RE: my external hd will not mount - Nachteule - 14th Apr, 2018 05:17 AM Hmm, sorry, no idea whats causing this. Seems things are going worser and worser RE: my external hd will not mount - Mentalblaze - 14th Apr, 2018 06:55 PM Thanks for the help in any case. I'll probably take a backup on Kodi and install a new version. For now I have a backup with pc and chromecast. RE: my external hd will not mount - Nachteule - 14th Apr, 2018 06:57 PM (14th Apr, 2018 06:55 PM)Mentalblaze Wrote: Thanks for the help in any case. I'll probably take a backup on Kodi and install a new version. Good luck |