9 More Discussions You Might Find Interesting
1. Hardware
Hello everyone. I have a question which I may know the answer to, I'm just looking for a confirmation. When it comes to the MBR of a hard drive, i've read in multiple sources that it's always located in the first sector of the hard drive. Is the MBR there from the factory? When I buy a new blank... (3 Replies)
Discussion started by: Lost in Cyberia
3 Replies
2. Solaris
I have a T2000 Sun-Fire server. I have 2 sets of drives in a raid 1. Lets call them Set A and Set B. I had Set A installed and working. I needed a new install so I so build up Set B. After some time I wanted to put Set A back in the server. Now the system will not boot off of Set A. I tried to boot... (7 Replies)
Discussion started by: stu1811
7 Replies
3. Filesystems, Disks and Memory
Folks;
I just added 2 physical new hard drives to my SUSE server. My server is already running SUSE 10.3 version.
Is there a command i can use to add the new space or even see if the system can sees them? (3 Replies)
Discussion started by: Katkota
3 Replies
4. Solaris
Version: solaris 10 x86
I just got a western digital external harddrive formated with fat 32. this drive came with some setup files which is meant for windows or mac.
I want to reformat and partition this drive into two ( for solaris and windows) such that the setup files will still be there... (2 Replies)
Discussion started by: seyiisq
2 Replies
5. Linux
I am using an Acer Aspire 4720Z with two partitions C and D. Windows is installed on C and I decided to install Red Hat Linux 9 in partition D. The two partitions are in NTFS file system. During my installation of the the Linux, a prompt was displayed on screen with the message: "No hard drives... (2 Replies)
Discussion started by: tamcomng
2 Replies
6. Solaris
Hello,
Running a Sun Solaris 9 E250 and need advice or suggestions on what type of external hard disks are compatible and or available. It's an old machine and is due for replacement soon but in the short term need an external hard drive for backup etc as the partner/backup machine has just... (2 Replies)
Discussion started by: KenLynch
2 Replies
7. Filesystems, Disks and Memory
I need to make it possible to automatically copy files from an external usb hard drive to a directory when i plug it in....if you can point me in the right direction, i would be very grateful....thanks a lot. :confused: (0 Replies)
Discussion started by: backman4sakn
0 Replies
8. Solaris
Hi guys.
Am about to install Solaris10 x86 and I was wondering if there are any news as to whether it is possible or not to install the os on an external drive, especially firewire, I suppose I will have to open my tower and put in the drive to install it..the machine I want to put it on,... (0 Replies)
Discussion started by: BSDDomi
0 Replies
9. UNIX for Dummies Questions & Answers
Will some one tell me what this means.
"warning: ida 0 <slot 6> : command timed out on dev 1/42 blk 4824290 logical unit=0 blocks=5512102, size 2, cmd=0x20."
I'm running SCO 505 on a proliant 1600r.
Thnank you in advance. (3 Replies)
Discussion started by: franruiz
3 Replies
IDA(4) BSD Kernel Interfaces Manual IDA(4)
NAME
ida -- Compaq Intelligent Drive Array Controllers
SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device scbus
device ida
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
ida_load="YES"
DESCRIPTION
The Compaq Intelligent Drive Array (IDA) technology is used to distribute data across an array of hard drives. It unites these hard drives
into one or more high-performance logical drives. The drive array is managed by an array controller.
These controllers have the ability to provide fault tolerance for the connected drives and optionally provide write cache for the logical
drives. It is also possible for an application to access the SCSI bus subsystem directly by using the pass-through interface.
HARDWARE
The following controllers are supported by the ida driver:
o Compaq SMART Array 221
o Compaq Integrated SMART Array Controller
o Compaq SMART Array 4200
o Compaq SMART Array 4250ES
o Compaq SMART 3200 Controller
o Compaq SMART 3100ES Controller
o Compaq SMART-2/DH Controller
o Compaq SMART-2/SL Controller
o Compaq SMART-2/P Controller
o Compaq SMART-2/E Controller
o Compaq SMART Controller
IMPLEMENTATION NOTES
Extreme caution should be exercised when using the pass-through interface. It is possible to interfere with normal system I/O and cause
hangs if pass-through is used to an active device. Pass-through should only be used to a device that is otherwise quiescent.
SEE ALSO
cam(4), pass(4), xpt(4), camcontrol(8)
AUTHORS
The ida driver was written by Jonathan Lemon <jlemon@FreeBSD.org> and Matthew N. Dodd <mdodd@FreeBSD.org>. This manual page was written by
Tom Rhodes <trhodes@FreeBSD.org>.
BSD
August 8, 2004 BSD