CentOS7 mount: özel cihaz / dev / sdb1 mevcut değil, ancak fdisk ile görebiliyorum


0

Bir makinede çalışan centos7 vardı. USB3 ile ekli bir 4TB WD yeşil HD tutan bir disk caddy vardı. Bu benim için mükemmel çalıştı. Ve önceki centos7 makinesinde bile çalıştı.

Üzerinde centos 7 yüklü yeni bir bilgisayar var. Diske takılı.
fdisk -l yap ve al:

Disk /dev/sdb: 1801.8 GB, 1801763774464 bytes, 3519069872 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk label type: dos
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1  4294967295  2147483647+  ee  GPT

Ama monte etmeye gittiğimde anlıyorum:

mount: special device /dev/sdb1 does not exist

Fstab'dan bağla:

/dev/sdb1 /mnt/mediastorage ext4 defaults,noauto 0 2

Bu işe almak için nasıl gitmek konusunda herhangi bir öneriniz?

Teşekkürler GÜNCELLEME EDIT: Bazı araştırma ve önerilerden sonra yorumda.

Sanırım GPT masam az önce hortumludur. Önceki iki işletim sisteminde nasıl çalıştığından emin değilim. Yeni bir bilgisayara taşıdığımda kötü gittiğine inanmak zor. ama işte biraz daha çıktı.

[root@vhost ~]# hdparm -N /dev/sdb

/dev/sdb:
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
SG_IO: bad/missing sense data, sb[]:  70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 max sectors   = 0/1, HPA is enabled
[root@vhost ~]# partprobe 
Error: Invalid argument during seek for read on /dev/sdb
[root@vhost ~]# partprobe /dev/sdb
Error: Invalid argument during seek for read on /dev/sdb
[root@vhost ~]# partprobe /dev/sdb1
Error: Could not stat device /dev/sdb1 - No such file or directory.
[root@vhost ~]# gdisk /dev/sdb
GPT fdisk (gdisk) version 0.8.6

Warning! Disk size is smaller than the main header indicates! Loading
secondary header from the last sector of the disk! You should use 'v' to
verify disk integrity, and perhaps options on the experts' menu to repair
the disk.
Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): r

Recovery/transformation command (? for help): x

Expert command (? for help): e
Relocating backup data structures to the end of the disk

Expert command (? for help): w

Warning! Secondary partition table overlaps the last partition by
4294965617 blocks!
You will need to delete this partition or resize it in another utility.

Problem: partition 1 is too big for the disk.
Aborting write operation!
Aborting write of new partition table.


parted /dev/sdb
p
Error: Invalid argument during seek for read on /dev/sdb
Retry/Ignore/Cancel? Ignore                                               
Error: The backup GPT table is corrupt, but the primary appears OK, so that will be used.
OK/Cancel? OK                                                             
Model: WDC WD40 EZRX-00SPEB0 (scsi)
Disk /dev/sdb: 1802GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags: 
(parted)  

(yanlışlıkla yorumum silindi) Gerçekten bir 4TB disk mi? Komutlar 2TB yerine rapor vermeye devam ediyor.
kbolino

Evet bir 4TB
Robin Masters

Gördüğün şeyin bir sürücü sorunu olduğundan şüpheleniyorum. Bozuk bir MBR'niz yoktu, ancak diskinizin yalnızca 2TB'si bir nedenle işletim sistemi tarafından görülebilir.
kbolino

iyi ... bu bir olasılık. İşin garibi tho, güncellenmiş bir centos7'den başka bir güncellenmiş centos7'ye geldim. Farklı donanım tho. Ama aynı caddy ve HD. Sanırım tek şey fark USB3 denetleyicisi.
Robin Masters
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.