View Single Post
Old 18th August 2011
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

Perhaps dd would work for you from Ubuntu, since it doesn't work from OpenBSD. The command would be the same, except for the device node.

# dd if=/dev/zero of=<device node> count=1

That will put zeros in the MBR sector, making the drive appear to be "blank" to Windows.
Reply With Quote