Hello all,
If anyone knows how to properly create a fat32 partition under solaris, any help would be greatly appreciated.
bash-3.00# mkfs -F pcfs /dev/rdsk/c2t1d0s2
Device /dev/rdsk/c2t1d0s2 was assumed to be a diskette.
A diskette specific operation failed on this device.
If the device is a hard disk, provide the name of the full physical disk,
and qualify that name with a logical drive specifier.
Hint: the device is usually something similar to
/dev/rdsk/c0d0p0 or /dev/rdsk/c0t0d0p0 (x86)
/dev/rdsk/c0t5d0s2 (sparc)
The drive specifier is appended to the device name. For example:
/dev/rdsk/c0t5d0s2:c or /dev/rdsk/c0d0p0:boot
ok lets try that
bash-3.00# mkfs -F pcfs /dev/rdsk/c2t1d0s2:c
Bad Sig on master boot record!
nope, that did not worked either
--------------------------------------------------------------------------
here is the format
bash-3.00# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0t0d0 <SEAGATE-ST118273LC-6246 cyl 7499 alt 2 hd 20 sec 237> scsi0
/pci@1f,4000/scsi@3/sd@0,0
1. c0t1d0 <SEAGATE-ST118273LC-5702 cyl 7499 alt 2 hd 20 sec 237> scsi1
/pci@1f,4000/scsi@3/sd@1,0
2. c2t0d1 <DGC-RAID5-0511 cyl 54194 alt 2 hd 5 sec 640>
/pci@1f,2000/fibre-channel@1/sd@0,1
3. c2t0d3 <DGC-RAID5-0511 cyl 54194 alt 2 hd 9 sec 640>
/pci@1f,2000/fibre-channel@1/sd@0,3
4. c2t1d0 <DGC-RAID5-0511 cyl 54194 alt 2 hd 8 sec 640>
/pci@1f,2000/fibre-channel@1/sd@1,0
c2t1d0 is a raid 5 on a clariion storage. I find a lot of documentation for ide drives which make reference to c2t1P0:c something like that but, in my case everything is fibre channel. Sort of lost on this one any help would be nice.
I have broken the array and recreated it to see if the boot record would be fixed but that did not helped.
Thanks in advance.
POPKORN
If anyone knows how to properly create a fat32 partition under solaris, any help would be greatly appreciated.
bash-3.00# mkfs -F pcfs /dev/rdsk/c2t1d0s2
Device /dev/rdsk/c2t1d0s2 was assumed to be a diskette.
A diskette specific operation failed on this device.
If the device is a hard disk, provide the name of the full physical disk,
and qualify that name with a logical drive specifier.
Hint: the device is usually something similar to
/dev/rdsk/c0d0p0 or /dev/rdsk/c0t0d0p0 (x86)
/dev/rdsk/c0t5d0s2 (sparc)
The drive specifier is appended to the device name. For example:
/dev/rdsk/c0t5d0s2:c or /dev/rdsk/c0d0p0:boot
ok lets try that
bash-3.00# mkfs -F pcfs /dev/rdsk/c2t1d0s2:c
Bad Sig on master boot record!
nope, that did not worked either
--------------------------------------------------------------------------
here is the format
bash-3.00# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0t0d0 <SEAGATE-ST118273LC-6246 cyl 7499 alt 2 hd 20 sec 237> scsi0
/pci@1f,4000/scsi@3/sd@0,0
1. c0t1d0 <SEAGATE-ST118273LC-5702 cyl 7499 alt 2 hd 20 sec 237> scsi1
/pci@1f,4000/scsi@3/sd@1,0
2. c2t0d1 <DGC-RAID5-0511 cyl 54194 alt 2 hd 5 sec 640>
/pci@1f,2000/fibre-channel@1/sd@0,1
3. c2t0d3 <DGC-RAID5-0511 cyl 54194 alt 2 hd 9 sec 640>
/pci@1f,2000/fibre-channel@1/sd@0,3
4. c2t1d0 <DGC-RAID5-0511 cyl 54194 alt 2 hd 8 sec 640>
/pci@1f,2000/fibre-channel@1/sd@1,0
c2t1d0 is a raid 5 on a clariion storage. I find a lot of documentation for ide drives which make reference to c2t1P0:c something like that but, in my case everything is fibre channel. Sort of lost on this one any help would be nice.
I have broken the array and recreated it to see if the boot record would be fixed but that did not helped.
Thanks in advance.
POPKORN