Unless you need the data on that particular drive, you really shouldn't have to install Disksuite. If the format
command sees the drive, then go into format and re-partition
the drive to whatever slices you may want and then re-label
the drive before exiting the format program. Then do a
"newfs" command on each partition and "fsck" that same
partition and then that partition should be mountable. I
would use the following command line to do everything:
newfs -m 2 /dev/rdsk/c0t0d0s1; fsck /dev/rdsk/c0t0d0s1
You may want to read the man pages for "newfs" to see all
the options, because some admins like to allow more free
space than the 2% that I used, but I hate to waste disk
space.