i just plugged a 3TB NTFS drive that i had been using with windows into the pogoplug and it doesn't recognize it at all.
fdisk -l returns only the flash drive i boot from, and a 1.5TB (NTFS) drive i have attached.
$this->bbcode_second_pass_code('', '[root@pogoserver ~]# fdisk -l
Disk /dev/sda: 2055 MB, 2055019520 bytes, 4013710 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: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 62 4011647 2005793 83 Linux
Disk /dev/sdb: 1500.3 GB, 1500301909504 bytes, 2930277167 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: 0x4161615b
Device Boot Start End Blocks Id System
/dev/sdb1 63 2930272127 1465136032+ 7 HPFS/NTFS/exFAT
')
i remember that i had to convert the 3TB drive to GPT for windows to see the entire thing. it's a hitachi touro desk pro drive
is this the reason why? if so, what do i do to fix it, since arch can't even see the drive for me to do anything with it?