cyan
Posts: 1
Joined: Fri May 09, 2014 7:56 pm

Need help on mounting a NTFS GPT 4TB drive onto rasbian

Wed Jun 17, 2015 5:59 am

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.

Aydan
Posts: 729
Joined: Fri Apr 13, 2012 11:48 am
Location: Germany, near Lake Constance

Re: Need help on mounting a NTFS GPT 4TB drive onto rasbian

Wed Jun 17, 2015 12:15 pm

For GPT disks use gdisk which is fdisk for GPT disks.

Regards
Aydan

plugwash
Forum Moderator
Forum Moderator
Posts: 3630
Joined: Wed Dec 28, 2011 11:45 pm

Re: Need help on mounting a NTFS GPT 4TB drive onto rasbian

Wed Jun 17, 2015 12:21 pm

What do you get from

cat /proc/partitions

From what i'm seeing so-far it looks like linux isn't seeing the size of the drive correctly. I suspect this is an issue related to the USB to SATA converter you are using.

Return to “General discussion”