To remove all partitions from Disk and prepare for NAS drive.
Type following command using Terminal to overwrite the partition table.
sudo dd if=/dev/zero of=/dev/disk?? bs=1m count=2
Cloud Service Provider
To remove all partitions from Disk and prepare for NAS drive.
Type following command using Terminal to overwrite the partition table.
sudo dd if=/dev/zero of=/dev/disk?? bs=1m count=2