Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] my external hd will not mount
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: my external hd will not mount
13th Apr, 2018, 03:26 PM
Post: #1
Mentalblaze Offline
Registered
Posts: 8
Joined: Apr 2016
Reputation: 0
my external hd will not mount
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?
Find all posts by this user
Quote this message in a reply
13th Apr, 2018, 10:34 PM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: my external hd will not mount
If reboot does not help, a look in dmesg after connecting external disk may help to figure out whats going on
Find all posts by this user
Quote this message in a reply
13th Apr, 2018, 10:54 PM
Post: #3
Mentalblaze Offline
Registered
Posts: 8
Joined: Apr 2016
Reputation: 0
RE: my external hd will not mount
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
]
Find all posts by this user
Quote this message in a reply
13th Apr, 2018, 10:59 PM
Post: #4
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: my external hd will not mount
(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
Find all posts by this user
Quote this message in a reply
14th Apr, 2018, 12:01 AM
Post: #5
Mentalblaze Offline
Registered
Posts: 8
Joined: Apr 2016
Reputation: 0
RE: my external hd will not mount
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
Find all posts by this user
Quote this message in a reply
14th Apr, 2018, 05:17 AM
Post: #6
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: my external hd will not mount
Hmm, sorry, no idea whats causing this. Seems things are going worser and worser
Find all posts by this user
Quote this message in a reply
14th Apr, 2018, 06:55 PM
Post: #7
Mentalblaze Offline
Registered
Posts: 8
Joined: Apr 2016
Reputation: 0
RE: my external hd will not mount
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.
Find all posts by this user
Quote this message in a reply
14th Apr, 2018, 06:57 PM
Post: #8
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: my external hd will not mount
(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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 21st May, 2025, 04:08 AM Powered By MyBB, © 2002-2025 MyBB Group.