Formating an External Drive

hey Guys

Is there a way to get apple script to call format on an external HDD?

e.g /Volumes/FormatMe

Cheers

Hi,

AppleScript can’t do it, but you could use a shell script call with diskutil

Cheers Stefan

So this shoudl work ?


Do Shell Script

diskutil SecureEraseVolume Level 0 HFS+ UntitledHFS /Volumes/MyDisk

ot this?



diskutil SecureEraseVolume 1 /Volumes/MyDisk


Hey Guys,

Am still stuck on this one…

Any help is really appreciated