Need help on mounting a 4TB NTFS GPT drive onto rasbian.
First is output of the sudo fdisk -l
##########################################################
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 1801.8 GB, 1801763774464 bytes
256 heads, 63 sectors/track, 218196 cylinders, total 3519069872 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x864314f4
Device Boot Start End Blocks Id System
/dev/sda1 1 4294967295 2147483647+ ee GPT
##########################################################
It says it does not work with GPT so I tried parted
sudo parted -l
##########################################################
Error: Can't have a partition outside the disk!
##########################################################
I was reading about how to fix this issue with gparted official website but it need to use fdisk to solve this outside issue and maybe even need to format my drive. I cant format it at all since it is loaded almost full and I dont have a spare one.
Can someone in this form point me the right direction to mount this drive? My ultimate goal is to make a raspberry nas plex media center using this 4tb 3.5 inches drive. However, I am stuck.
