[SunHELP] SCSI Disk Array
Will Mc Donald
sunhelp at sunhelp.org
Fri Dec 8 08:28:43 CST 2000
If it's a newly installed device it's probably worthwhile dropping to the OK
prompt, doing...
probe-scsi all
... and then...
boot -r
Once the machine's backup you can run the format command (man format) to
partition your new disks then newfs the partitions to place a UFS filesystem
on them. Then you can mount them by...
# mount /dev/dsk/cXtXdXsX /mountpoint
The c is controller, the t is target, the d is disk and the s is slice (or
partition) so something like
# mount /dev/dsk/c0t0d0s0 /
Have a look at the existing /etc/vfstab to see what's already being mounted
and where.
Hope this helps.
Will.
----- Original Message -----
From: Patrick Ouellet <patrick.ouellet at microtecsecurite.com>
To: Sun Help Organism <sunhelp at sunhelp.org>
Sent: Friday, December 08, 2000 2:09 PM
Subject: [SunHELP] SCSI Disk Array
> Ok, Im new to Solaris and Sun hardware
> and I just found myself a external Micropolis
> Microdisk LT disk Array.
>
> Now I have plugged it into the SparcStation 5
> SCSI port on its back. What I need to know
> is how to format the drive, how to mount it...
>
> Ths anything else you could tell me you think I
> would need ??
>
> Thanx a lot in advance
> --
>
More information about the SunHELP
mailing list