Dmitry Brant
Dmitry Brant

Reputation: 7719

Can't open physical disk device in macOS 10.13

I'm developing some low-level system tools that need to read the physical storage device. Prior to macOS 10.13, I was able to open /dev/disk0, /dev/disk1, etc. and read raw data from the device. But after upgrading, I'm no longer able to open these devices, and I get "Operation not permitted" errors, even though I'm running as sudo. Is there a way to access the physical drive in this version?

Upvotes: 1

Views: 1121

Answers (1)

uame426
uame426

Reputation: 36

Macos10.13, must disable the SIP to access the disk0.

1.boot into recovery

2.execute cmdline: csrutil disable

ref: https://www.easeus.com/mac-data-recovery-software/data-recovery-from-system-disk-under-new-macos.html

Upvotes: 2

Related Questions