Hello guys,
i'm facing with some strange behavior of my HDD.
This is a single 3TB disk but looks like 2 separate drives on my computers (tryed on manjaro and via armbian -- the same result):
$ lsblk | grep sd
sdb 8:16 0 2T 0 disk
sdc 8:32 0 746.5G 0 disk
Looks like that one of that separate drives has partition:
$ sudo fdisk -l | grep /dev
Disk /dev/sdb: 2 TiB, 2199023255040 bytes, 4294967295 sectors
/dev/sdb1 1 4294967295 4294967295 2T ee GPT
Disk /dev/sdc: 746.5 GiB, 801569726464 bytes, 1565565872 sectors
But:
$ sudo mount /dev/sdb1 /tmp/1
mount: /tmp/1: special device /dev/sdb1 does not exist.
And i can't mount "drives" too:
$ sudo mount /dev/sdc /tmp/1
mount: /tmp/1: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.
$ sudo mount /dev/sdb /tmp/1
mount: /tmp/1: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
I'm not sure but it can be btrfs formated volume, but i can't check.
I wan to mount it somehow and read data.
Thanks for any advices on it.
i'm facing with some strange behavior of my HDD.
This is a single 3TB disk but looks like 2 separate drives on my computers (tryed on manjaro and via armbian -- the same result):
$ lsblk | grep sd
sdb 8:16 0 2T 0 disk
sdc 8:32 0 746.5G 0 disk
Looks like that one of that separate drives has partition:
$ sudo fdisk -l | grep /dev
Disk /dev/sdb: 2 TiB, 2199023255040 bytes, 4294967295 sectors
/dev/sdb1 1 4294967295 4294967295 2T ee GPT
Disk /dev/sdc: 746.5 GiB, 801569726464 bytes, 1565565872 sectors
But:
$ sudo mount /dev/sdb1 /tmp/1
mount: /tmp/1: special device /dev/sdb1 does not exist.
And i can't mount "drives" too:
$ sudo mount /dev/sdc /tmp/1
mount: /tmp/1: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.
$ sudo mount /dev/sdb /tmp/1
mount: /tmp/1: wrong fs type, bad option, bad superblock on /dev/sdb, missing codepage or helper program, or other error.
I'm not sure but it can be btrfs formated volume, but i can't check.
I wan to mount it somehow and read data.
Thanks for any advices on it.