I’m having an issue, in terminal with my disk0 it won’t let me mount in from disk utility or in terminal with command:
diskutil mountDisk /dev/disk0
In terminal it shows that the partition map appears to be ok with the following command:
diskutil verifyDisk /dev/disk0
it also shows that it is ok with the command:
diskutil repairDisk /dev/disk0
But when I try to repair the volume it shows error. The command is:
diskutil repairVolume /dev/disk0s2
The error it shows is:
Error: -69845: File system verify or repair failed
Underlying error: 8: POSIX reports: Exec format error.
I don’t know what to do.
diskutil mountDisk /dev/disk0
In terminal it shows that the partition map appears to be ok with the following command:
diskutil verifyDisk /dev/disk0
it also shows that it is ok with the command:
diskutil repairDisk /dev/disk0
But when I try to repair the volume it shows error. The command is:
diskutil repairVolume /dev/disk0s2
The error it shows is:
Error: -69845: File system verify or repair failed
Underlying error: 8: POSIX reports: Exec format error.
I don’t know what to do.