Il disco rigido smontato va espulso o montato

0

Ho un Drobo collegato tramite Firewire al mio MBP che mi sta causando alcuni problemi. Ecco le informazioni su diskutil:

Device Identifier:        disk2s2
   Device Node:              /dev/disk2s2
   Whole:                    No
   Part of Whole:            disk2
   Device / Media Name:      MacDrobo

   Volume Name:              Mac Drobo

   Mounted:                  No

   File System Personality:  HFS+
   Type (Bundle):            hfs
   Name (User Visible):      Mac OS Extended
   Journal:                  Unknown (not mounted)
   Owners:                   Disabled

   Partition Type:           Apple_HFS
   OS Can Be Installed:      No
   Media Type:               Generic
   Protocol:                 FireWire
   SMART Status:             Not Supported
   Volume UUID:              A97C9EAF-E18F-3BE3-80CD-8A8C6FB6E8E7
   Disk / Partition UUID:    3776B4B3-8530-495E-A413-AFB0A221281B

   Total Size:               2.2 TB (2200000000000 Bytes) (exactly 4296875000 512-Byte-Units)
   Volume Free Space:        0 B (0 Bytes) (exactly 0 512-Byte-Units)
   Device Block Size:        512 Bytes

   Read-Only Media:          No
   Read-Only Volume:         Not applicable (not mounted)

   Device Location:          External
   Removable Media:          No

Non è montato, ma è ancora molto attivo nella lettura e nella scrittura ... Lo sento parlare. Quando provo a espellere o montare ho degli errori di timeout, quando provo a eseguire verifyVolume, ottengo un errore un po 'più complesso.

MacTravis:~ travis$ Sudo diskutil eject disk2
  Volume timed out while waiting to eject

MacTravis:~ travis$ Sudo diskutil mount ReadOnly disk2
  Volume on disk2 timed out waiting to mount

MacTravis:~ travis$ Sudo diskutil verifyVolume disk2s2
  Started file system verification on disk2s2 Mac Drobo
  Verifying file system
  File system check exit code is 8
  Error: -69845: File system verify or repair failed
  Underlying error: 8: POSIX reports: Exec format error

Presumo che il mio computer stia facendo qualcosa in background come quando scollego il drive che smette di essere attivo, e si riattiva quando lo ricollego. Ho provato a usare Utility Disco per vedere cosa succede ma se l'unità è collegato, quindi DU non carica mai completamente, se è aperto, quindi collego l'unità non compare nulla. C'è un modo per vedere cosa sta succedendo con l'unità, se OS X lo sta riparando in background, o cosa sta succedendo?

    
posta traisjames 25.02.2016 - 06:45
fonte

1 risposta

1

Considerando la dimensione totale del disco, suppongo di essere colpito dal limite di 2,2 TB delle tabelle delle partizioni MBR.

Since block addresses and sizes are stored in the partition table of an MBR using 32 bits, the maximum size as well as the highest start address of a partition using drives that have 512-byte sectors (actual or emulated) cannot exceed 2 TiB−512 bytes (2,199,023,255,040 bytes or 4,294,967,295 (2^32−1) sectors × 512 (2^9) bytes per sector). Alleviating this capacity limitation was one of the prime motivations for the development of the GPT.

Quindi ripartiziona il disco con una tabella delle partizioni GPT.

    
risposta data 24.03.2016 - 02:21
fonte

Leggi altre domande sui tag