1

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:

fdisk -l grep -H . /sys/block/sd*/device/model 
4
  • 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. Commented Nov 21, 2012 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? Commented Nov 21, 2012 at 16:11
  • @Kevdog777 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). Commented Nov 21, 2012 at 23:02
  • Check the BIOS setup of your box, whether BIOS detects the disk or not. Commented Nov 23, 2012 at 7:33

1 Answer 1

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.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.