j'ai lancé -all si ca peut aider:merci ca coince malheureusement par ici:
Bloc de code:-bash-3.2# bless --info /Volumes/Mac* No mount point for /Volumes/Mac* Can't get mount point for /Volumes/Mac* -bash-3.2# ls /volumes/Mac* ls: /volumes/Mac*: No such file or directory -bash-3.2# diskutil info /volumes/Mac* Could not find disk: /volumes/Mac* -bash-3.2#
Bloc de code:
Device Identifier: disk2
Device Node: /dev/disk2
Whole: Yes
Part of Whole: disk2
Device / Media Name: TOSHIBA MK5065GSXF
Volume Name: Macintosh HD
Mounted: No
File System Personality: Journaled HFS+
Type (Bundle): hfs
Name (User Visible): Mac OS Extended (Journaled)
Journal: Unknown (not mounted)
Owners: Disabled
Content (IOContent): Apple_HFS
OS Can Be Installed: No
Recovery Disk: disk0s3
Media Type: Generic
Protocol: SATA
SMART Status: Not Supported
Volume UUID: 73B17E51-B093-33A8-8E4C-9DB3E5AC7B74
Disk / Partition UUID: FD9D5818-82AE-4EAF-A311-ADB62C1E15AD
Total Size: 498.9 GB (498876809216 Bytes) (exactly 974368768 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: Internal
Removable Media: No
Solid State: No
Virtual: Yes
OS 9 Drivers: No
Low Level Format: Not supported
This disk is a Core Storage Logical Volume (LV). Core Storage Information:
LV UUID: FD9D5818-82AE-4EAF-A311-ADB62C1E15AD
LVF UUID: F5B5A22D-C0CD-41D7-ACDC-4696C48A7BC7
LVG UUID: 35251962-9232-45C2-947E-2407F68D06DE
Fusion Drive: No
Encrypted: No
**********
et voilaAh ! d'accord... Le volume Macintosh HD ne monte pas : c'est pourquoi les commandes ne le trouvaient pas.
Passe la commande :
Bloc de code:diskutil verifyVolume disk2
- la commande vérifie --> a) le système de stockage CoreStorage > b) le système de fichiers jhfs+ générateur du volume Macintosh HD
Poste l'affichage complet retourné par la commande.
Bloc de code:
-bash-3.2# diskutil verifyVolume disk2
Started file system verification on disk2 Macintosh HD
Verifying storage system
Checking volume
disk0s2: Scan for Volume Headers
disk0s2: Scan for Disk Labels
Logical Volume Group 35251962-9232-45C2-947E-2407F68D06DE on 1 device
disk0s2: Scan for Metadata Volume
Logical Volume Group has a 24 MB Metadata Volume with double redundancy
Start scanning metadata for a valid checkpoint
Load and verify Segment Headers
Load and verify Checkpoint Payload
Load and verify Transaction Segment
Incorporate 0 newer non-checkpoint transactions
Load and verify Virtual Address Table
Load and verify Segment Usage Table
Load and verify Metadata Superblock
Load and verify Logical Volumes B-Trees
Logical Volume Group contains 1 Logical Volume
Load and verify F5B5A22D-C0CD-41D7-ACDC-4696C48A7BC7
Load and verify FD9D5818-82AE-4EAF-A311-ADB62C1E15AD
Load and verify Freespace Summary
Load and verify Block Accounting
Load and verify Live Virtual Addresses
Newest transaction commit checkpoint is valid
Load and verify Segment Cleaning
The volume 35251962-9232-45C2-947E-2407F68D06DE appears to be OK
Storage system check exit code is 0
Verifying file system
Checking Journaled HFS Plus volume
Invalid key length
Invalid key length
Catalog file entry not found for extent
The volume could not be verified completely
File system check exit code is 8
Error: -69845: File system verify or repair failed
Underlying error: 8: POSIX reports: Exec format error
-bash-3.2#
Dernière édition: