Hello
I’ve had to get a new USB external harddrive, as the last one showed behavior of failing. I managed to copy most of the data over to the new one. But now I am unable to mount it. It does not automatically mount, not possible to browse it or manually add it in OSMC.
Have also tried through SSH with the root user, there are some errors given and messages indicating wrong or missing folders.
The device /dev/sda2 (2.7 TB) is the old one, while disk /dev/sda (4.6 TB) is the new one. I cannot make sense of this unfortunately.
Logs: http://paste.osmc.io/equzalucum
root@osmc:/# fdisk -l
...
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 2048 499711 497664 243M c W95 FAT32 (LBA)
/dev/mmcblk0p2 501760 3862527 3360768 1.6G 83 Linux
The backup GPT table is corrupt, but the primary appears OK, so that will be used.
**Disk /dev/sda: 4.6 TiB, 5000981078016 bytes, 1220942646 sectors**
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: F4835E06-3794-4BAE-A39B-C18EC56ED4F4
Device Start End Sectors Size Type
/dev/sda1 6 32773 32768 128M Microsoft reserved
/dev/sda2 33024 732566527 732533504 2.7T Microsoft basic data
Hope to get to mount the 4.6 TB one soon slight_smile:
These are the commands I’ve tried:
root@osmc:/# mount -t ntfs-3g /dev/sda /media/Media
NTFS signature is missing.
Failed to mount '/dev/sda': Invalid argument
The device '/dev/sda' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
root@osmc:/# mount -t ntfs-3g /dev/sdc1 /media/Media
ntfs-3g: Failed to access volume '/dev/sdc1': No such file or directory
root@osmc:/# su -c 'mount /dev/sda2 /media/Media'
Failed to read last sector (9767276542): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
root@osmc:/media# mount -t ntfs-3g /dev/sda2 /Media/Media
Failed to read last sector (9767276542): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Also some other stuff I’ve tried to no avail. The disk was quick formatted with NTFS when I got it.