i just received a new MacBook Pro 2020 and i'm trying to completely wipe the internal hard disk to start with a fresh drive with no partitions. i can boot to CentOS 8 linux from a thumb drive. when i do:
lsblk
ls /dev/sd*
ls /dev/nvme*
from the shell or terminal, i can not find any trace of the internal hard disk of the mac itself.
how come? and how do i access it so i can:
dd if=/dev/zero of=/dev/nvm_whatever_drive bs=10M
am i making sense? thank you in advance, lucas
sudo lshw -class disk
? – cutrightjm Oct 06 '21 at 02:54