I have a problem with the hard drive connected to my setup. When I connect the HDD which is damaged, and try to bring up my system, I get some error messages continuously on my console saying
After some time, the system boots up well. Whenever I try to execute some command related to HDD, it is struck.
How can I avoid the delay that is being taken initially during bootup?
Is there any way in the driver code where we can say kernel not to probe for the HDD if it is not able to recognize it well? Please help me...
Thanks in advance...
Regards,
Sai
Moderator's Comments:
Use code tags please.
Last edited by zaxxon; 06-17-2013 at 06:43 AM..
Reason: check your PMs
You haven't told us which OS you use, but from the log i guess it is some Linux. (We shouldn't have to guess at all, so please describe always your environment.)
If so, the part probing your hardware is called "udev" and it is rule-based. Basically it scans the system permanently for (new) hardware and then executes some rule-based methods to create "devices" (=respective entries in the "/dev" hierarchy) for newly found hardware. This thing not only managed your harddisks, but also, if you are to put in (or remove) an USB stick, for instance. I suggest you read carefully the man page for "udev" to understand how it works and how certain devices (disks among them) can be "blacklisted" from probing.
If this still leaves questions feel free to ask again.
Thanks for your reply. I'm working in Linux environment.
I just wanted to explain more about the problem.
The system is still in the initial state when the delay is considered. I mean, it did not proceed till creating device nodes and all that stuff. Initially when the kernel is checking whether all the devices attached are fine, when it finds the damaged HDD, it is struck. It goes on checking and finally after some time, it reboots and then goes ahead bringing up the system.
I was asking how can we avoid the initial delay when kernel is probing for the damaged HDD?
The system is still in the initial state when the delay is considered.
This is a similar process like "udev", but controlled via "GRUB". You should research the "GRUB" (or "GRUB2", depending on which Linux system you use) documentation how to exempt a certain drive from being scanned.
Hello all,
I am EXTREMELY new to using bash and I have a bit of a problem: I'm trying to set up a shell script that can
1.) take one of several giant files off of an external hard drive
2.) use it as input for scripts on my laptop's hard drive
... (3 Replies)
Hello
I am having a problem with being able to use my 2nd hard drive as my new os doesn't recognize it. it is /dev/hdb2 and it shows as It is still in my system. it is a 73 gb hard drive and it is useless to me now. I used to have windows XP and had no problem with it,I have since changed to... (2 Replies)
I have tried to (unsuccessfully) add an old drive to get drivers (for the 3Com network card) onto a Sco Openserver 5.1 server. Now it wont boot:
I used Sco Admin to do this.
It have 3 scuzzi drives
I added an IDE
I think what I did wrong was add the IDE to existing space, and I should not have... (6 Replies)
How do I check for physical damage on red hat linux hard disks? I tried smartctl /dev/sdb but it came back so fast saying it was ok. Is there a better linux command to check for bad sectors or physical disks in linux? Is there a good way such as with parted or something else? I normally in HP... (4 Replies)
Need to replace hard drive on Ultra 10 running Solaris 2.6.
Bought new drive about the same size.
Partitioned it differently to solve a space problem.
After newfs used tar commands to copy most of the files to the new drive.
Installboot took care of the boot file.
ufsdump copied /dev and... (3 Replies)
I have a USB hard drive attached to my SCO OSR6 machine I accidently powered it off while it was mounted and now the OS complains when you try to re-mount it and it appears that it is complaining because it has a new device number so it isn't at the original device location anymore. does anyone... (1 Reply)
I have a hard drive that we are trying to jumpstart in a sunblad 1500. we keep getting errors. I placed the drive in my 1500. I want to wipe the drive clean because for some reason it has a partition table. and when i go to format and try to format the drive it says it can not use a program. is... (5 Replies)
Hi
I have 2 75GB SCSI hard drives and 2 250GB SATA hard drives which are using RAID Level 1 respectively. I wana have both FTP and Apache installed on them as services. I'm wondering what's the best partitioning schem? I wana use FC3 as my OS, so, I thought I can use the 75GB hard drive as the /... (0 Replies)
:confused: ........I have a new hard drive and I need to copy ALL info from the old to the new. I would like to use the dd command. I know the command is as follows......
dd if=/dev/rdsk/c1t1d0s0 of=/dev/rdsk/????????
Where I have the question marks is the problem.
How do I find out what the... (4 Replies)