Edision Mio+ Can't Access HD

This morning I heard my external 1TB USB hard drive making a whirring sound. When I tried to access it from the Mio+ using the PVR button, I couldn't see anything. My short list of recordings seem to be gone. Otherwise, the Mio+ is working normally in every way on TNAP6.

I recently did a complete backup and noticed this backup took over an hour to complete. Usually it takes only 10 or 15 minutes. Not sure if this is related.

I would like to avoid formatting the drive but I will if that is necessary. Anyway, I'm not familiar with how to do that with the Mio+.

Below are some screen captures taken using Mount Manager. I notice one says "The backup GPT table is corrupt". That doesn't sound good. But it adds "...but the primary seems OK so that will be used".

How can I proceed?

Mio+ HD issue_1.webp
Mio+ HD issue_2.webp
Mio+ HD issue_3.webp
Mio+ HD issue_4.webp
 
The unusual sound of the drive is worrisome. Post the output of these simple tests.
# Check if drive is detected by kernel
dmesg | tail -20
dmesg | grep -i usb
dmesg | grep -i error


# See all block devices
cat /proc/partitions

# Check what's currently mounted
mount | grep sda
cat /proc/mounts | grep sda


# Basic drive info
ls -la /dev/sd*

# Check free space (if mounted)
df -h

Test Drive Health:


# Look for drive errors in system log
dmesg | grep -i "i/o error"
dmesg | grep -i "reset"
dmesg | grep -i "abort"


# Check USB connection status
cat /sys/block/sda/removable # Should show 1 for USB drives
cat /sys/block/sda/size # Shows size in 512-byte sectors
 
Attached is result after plugging the USB cable back into the Mio+. I notice when I power up the hard drive that I can hear what sounds like it attempting to do something repeatedly maybe 6 or 7 times then the sound stops.
 

Attachments

Try powering the receiver off and swapping usb ports for the hard drive. A debug file of 702 MB's probably related to the logging of USB drive failure. Is the drive recognized on another device such as Windows or Ubuntu computer?
 
Powering the receiver ON/OFF and changing ports had no effect. A PC running Windows 10 cannot detect the hard disk at all. I downloaded some disk recovery software and it also cannot detect the disk. At this point, I think the disk is either physically damaged (the disk head can't move properly over the disk?) or something important like both the primary and backup GPT tables are corrupted as the error message mentioned. I read about fixing the GPT table last night using Linux but my head was swimming after all the tech babble.

At this point, I don't care about the disk content. Is there any "rough" way to do a complete re-format of the disk so it could be used? If not, my next step is going to be to physically open the disk and see what there is to see.
 
Back
Top