Hi Jocko
I ran the commands fdisk e gdisk and both saw the disk. The mount command contain only sda disk.
I'm remotely and only tomorrow I will have a partner on site to unplug/plug the disk and post the content of the messages file.
Bellow the result of the fdisk and gdisk commands:
- Code: Select all
root@ESTILLO_NAS:/ # fdisk -l /dev/sdb
Disk /dev/sdb: 2000.3 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 267350 2147483647+ ee EFI GPT
-------------------------------------------------------------------------
- Code: Select all
root@ESTILLO_NAS:/ # gdisk -l /dev/sdb
GPT fdisk (gdisk) version 0.8.5
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
Logical sector size: 512 bytes
Disk identifier (GUID): F64B92F6-5C27-4E40-AE26-DEC9C8AF3AFD
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 2157 sectors (1.1 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 3907028991 1.8 TiB 0700 Basic data partition
Thanks