Hi,
Objective: New Linux build on a new SSD and re-using the 3x HDD from my Windows HTPC which contain movie / music / TV content. One of the ntfs drives will not mount.
Deviation: drive will not mount, other ntfs drives have successfully mounted
The drive shows up in fdisk
and in partition manager but as an unknown type:
but I've been unable to successfully mount it.
Attempts so far:
This resulted in an NFTS signature missing error with an invalid argument I tried mounting sdc, sdc1 and sdc2.
Running
I can see sdc is missing the type.
Question - is this recoverable within a Linux environment or am I better rebuilding the device back with the original Win10 c: drive and changing the storage drive in there?
thank you!
Objective: New Linux build on a new SSD and re-using the 3x HDD from my Windows HTPC which contain movie / music / TV content. One of the ntfs drives will not mount.
Deviation: drive will not mount, other ntfs drives have successfully mounted
The drive shows up in fdisk
Disk model: ST4000DM004-2CV1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 81E0FD96-ED59-11E7-9819-D43D7E9DDC22
Device Start End Sectors SizeType
/dev/sdc1 34 32801 32768 16M Microsoft reserved
/dev/sdc2 34816 7814035455 7814000640 3.6T Microsoft Storage Spaces
Partition 1 does not start on physical sector boundary.
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 81E0FD96-ED59-11E7-9819-D43D7E9DDC22
Device Start End Sectors SizeType
/dev/sdc1 34 32801 32768 16M Microsoft reserved
/dev/sdc2 34816 7814035455 7814000640 3.6T Microsoft Storage Spaces
Partition 1 does not start on physical sector boundary.
but I've been unable to successfully mount it.
Attempts so far:
sudo mkdir /mnt/Movies2
sudo mount /sdc2 /mnt/Movies2
sudo mount /sdc2 /mnt/Movies2
Running
lsblk -o name,size,fstype
I can see sdc is missing the type.
Question - is this recoverable within a Linux environment or am I better rebuilding the device back with the original Win10 c: drive and changing the storage drive in there?
thank you!
Comment