Hello, I've just bought and connected 3TB USB drive to my Pogoplug Pro (Oxnas). Drive gets recognized and mounted as NTFS with no problem. But I'm not happy with performance so I want to format it as EXT3.
I guess I have to do some magic with GPT and gdisk and than use mkfs.ext3 ... could you please give me some advice how to do it?
$this->bbcode_second_pass_code('', '[root@PogoPlugPro /]# gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.7
Partition table scan:
MBR: MBR only
BSD: not present
APM: not present
GPT: not present
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sdb: 732566645 sectors, 2.7 TiB
Logical sector size: 4096 bytes
Disk identifier (GUID): A547D78A-8B98-491A-BF3F-5FF788E23A59
Partition table holds up to 128 entries
First usable sector is 6, last usable sector is 732566639
Partitions will be aligned on 64-sector boundaries
Total free space is 2634 sectors (10.3 MiB)
Number Start (sector) End (sector) Size Code Name
1 64 732564063 2.7 TiB 0700 Microsoft basic data
')
$this->bbcode_second_pass_code('', '[root@PogoPlugPro /]# cat /proc/partitions
major minor #blocks name
31 0 131072 mtdblock0
31 1 14336 mtdblock1
31 2 116736 mtdblock2
8 0 3915776 sda
8 1 3915648 sda1
8 16 2930266580 sdb
8 17 2930256000 sdb1
')
P.S.: Can be a swap partition created on the same drive or swap should be enabled through swapfile?
Thank you!
M