Nov 12, 2002 #1 Michael42 Programmer Oct 8, 2001 1,454 US On a Solaris 8 system using the format command, what is the quickest way to remove all the partitions? I want to redo all my partitions but ensure I start from scratch. Thanks! Michael
On a Solaris 8 system using the format command, what is the quickest way to remove all the partitions? I want to redo all my partitions but ensure I start from scratch. Thanks! Michael
Nov 12, 2002 #2 Annihilannic MIS Jun 22, 2000 6,317 AU Just set their start and end cylinders to 0. Best to leave partition 2 (backup) as it is though. If you need to do this for many disks look at the man pages for prtvtoc and fmthard. Annihilannic. Upvote 0 Downvote
Just set their start and end cylinders to 0. Best to leave partition 2 (backup) as it is though. If you need to do this for many disks look at the man pages for prtvtoc and fmthard. Annihilannic.
Nov 13, 2002 Thread starter #3 Michael42 Programmer Oct 8, 2001 1,454 US Annihilannic, nice suggestion. Thanks! Michael Upvote 0 Downvote
Nov 13, 2002 #4 Annihilannic MIS Jun 22, 2000 6,317 AU Actually, I've just seen in a colleague's notes a quicker way is fmthard -s /dev/null /dev/rdsk/c?t?d?s?. Annihilannic. Upvote 0 Downvote
Actually, I've just seen in a colleague's notes a quicker way is fmthard -s /dev/null /dev/rdsk/c?t?d?s?. Annihilannic.