Forum

Full Version: my external hd will not mount
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
If reboot does not help, a look in dmesg after connecting external disk may help to figure out whats going on
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
[   51.843732] sd 1:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 00 00 00 00 00 00                                                  04 00
[   51.843750] blk_update_request: I/O error, dev sdb, sector 0
[   51.843768] Buffer I/O error on dev sdb, logical block 0, async page read
[   51.843867] sd 1:0:0:0: [sdb] tag#0 UNKNOWN(0x2003) Result: hostbyte=0x01 dri                                                 verbyte=0x00
[   51.843887] sd 1:0:0:0: [sdb] tag#0 CDB: opcode=0x28 28 00 00 00 00 04 00 00                                                  04 00
[   51.843900] blk_update_request: I/O error, dev sdb, sector 4
[   51.843913] Buffer I/O error on dev sdb, logical block 1, async page read
[   51.844158]  sdb: unable to read partition table
[   51.845333] sd 1:0:0:0: [sdb] Read Capacity(10) failed: Result: hostbyte=0x01                                                  driverbyte=0x00
[   51.845348] sd 1:0:0:0: [sdb] Sense not available.
[   51.845511] sd 1:0:0:0: [sdb] Attached SCSI disk
[/code
]
(13th Apr, 2018 10:54 PM)Mentalblaze Wrote: [ -> ]Thanks. There it shows that some error have occured.

Not sure what I can do about it though.

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
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.
[  307.035340] usb 1-1.5: new full-speed USB device number 10 using dwc_otg
[  307.108652] usb 1-1.5: device descriptor read/64, error -32
[  307.288656] usb 1-1.5: device descriptor read/64, error -32
[  307.468654] usb 1-1.5: new full-speed USB device number 11 using dwc_otg
[  307.542018] usb 1-1.5: device descriptor read/64, error -32
[  307.721990] usb 1-1.5: device descriptor read/64, error -32
[  307.828814] usb 1-1-port5: attempt power cycle
[  308.422031] usb 1-1.5: new full-speed USB device number 12 using dwc_otg
[  308.835343] usb 1-1.5: device not accepting address 12, error -32
[  308.908641] usb 1-1.5: new full-speed USB device number 13 using dwc_otg
[  309.322000] usb 1-1.5: device not accepting address 13, error -32
[  309.322164] usb 1-1-port5: unable to enumerate USB device
Hmm, sorry, no idea whats causing this. Seems things are going worser and worser
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.
(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
Reference URL's