[SOLVED] Beginner add disk

Good morning,
I'm a beginner and I need help. I discover this fantastic firmware, and I installed with success on my 5big.
now, I try to add another disk, but i'm lost with tutorials.
I follow the steps detailled in Add additonal disks instruction document.
- Making gpt partition table using gdisk
commands :
I got now :
I saw both Vol-A and Vol-B in "disk setup", but in File Share, I didn't have Vol-B available ?
More, I don't know what is best, have 2 shares with 2TB or get an array 0 with these.
My objective is to get a media NAS to share all at home.
I'm a beginner and I need help. I discover this fantastic firmware, and I installed with success on my 5big.
now, I try to add another disk, but i'm lost with tutorials.
I follow the steps detailled in Add additonal disks instruction document.
- Making gpt partition table using gdisk
commands :
- Code: Select all
gdisk /dev/sdb
x
l
4096
m
n
8
5804032 (start sector)
(enter) (end sector)
8300
w
y
mke2fs -j -m 1 /dev/sdb8
I got now :
- Code: Select all
Disk /dev/sda: 3907029168 sectors, 1.8 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 7C0031C0-9E56-443B-B101-B51748F57357
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3907029134
Partitions will be aligned on 2048-sector boundaries
Total free space is 4062 sectors (2.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 4096 1052671 512.0 MiB 8300 Linux filesystem
2 1052672 2101247 512.0 MiB 8300 Linux filesystem
3 2101248 3149823 512.0 MiB 8200 Linux swap
4 3149824 3166207 8.0 MiB 8300 Linux filesystem
5 3166208 4739071 768.0 MiB 8300 Linux filesystem
6 4739072 4755455 8.0 MiB 8300 Linux filesystem
7 4755456 5804031 512.0 MiB 8300 Linux filesystem
8 5804032 3907029134 1.8 TiB 8300 Linux filesystem
Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): 3FB35D4F-58DE-45DC-BC2C-59BB374F59F8
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 3907029134
Partitions will be aligned on 2048-sector boundaries
Total free space is 5803998 sectors (2.8 GiB)
Number Start (sector) End (sector) Size Code Name
8 5804032 3907029134 1.8 TiB 8300 Linux filesystem
I saw both Vol-A and Vol-B in "disk setup", but in File Share, I didn't have Vol-B available ?
More, I don't know what is best, have 2 shares with 2TB or get an array 0 with these.
My objective is to get a media NAS to share all at home.