I have followed the procedures in other AskUbuntu question, however, it did not solve my issue. I have a 6T hard drive with the following info:
Disk /dev/sdb: 6001.2 GB, 6001175126016 bytes
255 heads, 63 sectors/track, 729601 cylinders, total 11721045168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 4294967295 2147483647+ ee GPT
Partition 1 does not start on physical sector boundary.
and,
Model: ATA WDC WD6002FRYZ-0 (scsi)
Disk /dev/sdb: 6001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Number Start End Size File system Name Flags
1 2097kB 6001GB 6001GB ext4
That I would like to add to the existing /dev/sda
and mount it for further storage. Using Gparted
, I did set the starting location at 1 MiB, 2 MiB, and 4MiB to conform with the 4096 sector size, yet it gives me the warning again. Any suggestions are appreciated. My start default at fdisk
was 6 and using it also gave the warning again. More info:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 92G 23G 65G 26% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
udev 16G 12K 16G 1% /dev
tmpfs 3.2G 1.4M 3.2G 1% /run
none 5.0M 0 5.0M 0% /run/lock
none 16G 152K 16G 1% /run/shm
none 100M 32K 100M 1% /run/user
/dev/sda3 92G 12G 76G 13% /opt
/dev/sda4 705G 562G 108G 84% /home
/dev/sdb1 5.5T 58M 5.2T 1% /TF
and,
*-volume
description: EXT4 volume
vendor: Linux
physical id: 1
bus info: scsi@2:0.0.0,1
logical name: /dev/sdb1
logical name: /TF
version: 1.0
serial: e8e573af-8306-4314-acc0-975100227f08
size: 5589GiB
capabilities: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
configuration: created=2018-10-11 19:57:14 filesystem=ext4 label=TF modified=2018-10-11 20:09:26 mount.fstype=ext4 mount.options=rw,relatime,data=ordered mounted=2018-10-11 20:09:26 state=mounted
Update: I did not have X11 access, and thus were interested in using cli methods.
gdisk
orgparted
should be used on GPT partitioned disks. – heynnema Oct 13 '18 at 16:15