I have inserted one new 600 GB HDD to my Linux server. Green light is glowing but in my Oracle Enterprise Linux 5.5 OS it is not showing after executing the command below:
Is the HDD formatted correctly? ... I know that in MS Windows, that you add a new HDD, and if it is formatted incorrectly, it won't be detected.
– Kevdog777Nov 21 '12 at 16:02
2
Please check if anything popped up on dmesg when you inserted the drive. Also, I assume you're using hot-swap capable hardware, right?
– derobertNov 21 '12 at 16:11
Check the BIOS setup of your box, whether BIOS detects the disk or not.
– DokaNov 23 '12 at 07:33
1 Answers1
1
If this is how-swappable hardware, you still need to issue a scsi-rescan. You can do this from the command line directly ,or have a script do it for you.
fdisk -l
will show the drive even if it doesn't have a partition table (it will tell you it couldn't find a partition table). – Gilles 'SO- stop being evil' Nov 21 '12 at 23:02