This is what I did to get mine working;

So, steps to set the disk up for PCFS;
1. Attach the disk and check the new device in format.
2. fdisk /dev/rdsk/c7t0d0p0
   Slice it up: 25% as FAT=32, the remainder for Solaris2
3. mkfs -F pcfs -o fat=32 /dev/rdsk/c7t0d0p0:c
Unplug and plug back in again and the new partition is mounted;
Filesystem             size   used  avail capacity  Mounted on
/dev/dsk/c7t0d0p0:1    233G    64K   233G     1%    /media/NONAME

Steps to set the other partition up for ZFS;
1. format
  Select disk and slice up vtoc such that there are no overlapping slices. 
format will automagically take you into the Solaris partition so no worries 
there.
2. zpool create neo /dev/dsk/c7t0d0s0
-- 
This message posted from opensolaris.org

Reply via email to