Hi Spirit
I'm new to Linux, so I followed the directions on
http://www.debiantutorials.com/how-...-or-partition-using-uuid-and-ext4-filesystem/
I'm adding 2 drives
There is a
2TB Drive sda Proxmox install etc
2TB Drive sdb Backups etc Working correctly.
5TB Drive sdc Backups in Proxmox onlu showing as 500GB
5TB Drive sdd Backups in Proxmox onlu showing as 500GB
Here is the results from the fdisk -l
====================================================
root@proxmox:~# fdisk -l
Disk /dev/sdb: 1999.0 GB, 1998998994944 bytes
224 heads, 56 sectors/track, 311248 cylinders, total 3904294912 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: 0x0003c3c8
Device Boot Start End Blocks Id System
/dev/sdb1 2048 3904294911 1952146432 83 Linux
Disk /dev/sda: 1999.0 GB, 1998998994944 bytes
255 heads, 63 sectors/track, 243031 cylinders, total 3904294912 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: 0x000b4871
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1048575 523264 83 Linux
/dev/sda2 1048576 3904294911 1951623168 8e Linux LVM
Disk /dev/sdc: 5000.0 GB, 4999999389696 bytes
255 heads, 63 sectors/track, 607881 cylinders, total 9765623808 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/sdc1 63 1175689215 587844576+ 83 Linux
Partition 1 does not start on physical sector boundary.
Disk /dev/sdd: 5000.0 GB, 4999999389696 bytes
255 heads, 63 sectors/track, 607881 cylinders, total 9765623808 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/sdd1 63 1175689215 587844576+ 83 Linux
Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/pve-root: 103.1 GB, 103079215104 bytes
255 heads, 63 sectors/track, 12532 cylinders, total 201326592 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
Disk /dev/mapper/pve-root doesn't contain a valid partition table
Disk /dev/mapper/pve-swap: 33.3 GB, 33285996544 bytes
255 heads, 63 sectors/track, 4046 cylinders, total 65011712 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
Disk /dev/mapper/pve-swap doesn't contain a valid partition table
Disk /dev/mapper/pve-data: 1844.9 GB, 1844919140352 bytes
255 heads, 63 sectors/track, 224298 cylinders, total 3603357696 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
Disk /dev/mapper/pve-data doesn't contain a valid partition table
root@proxmox:~#
====================================================
In the Web GUI I click the Drive on the Left hand side,
On the right under status it shows.
Enabled Yes
Active Yes
Content All selected, but have tried variations.
Type directory
Shared No
Size 551.82GB
Used 28.22GB
Avail 523.59GB
I now click the 2TB Drive
On the right under status it shows.
Enabled Yes
Active Yes
Content VZDump backup file
Type directory
Shared No
Size 1.79TB
Used 1.14TB
Avail 665.70GB
Is my explanation clear??
Tom