LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   sdb1 missing (https://www.linuxquestions.org/questions/linux-newbie-8/sdb1-missing-4175434679/)

sassmeister 10-29-2012 07:25 PM

sdb1 missing
 
I'm investigating RDX backup failure on new server build
It's a TX120 S3 on RHEL6
When comparing with a working server I found that sdb1 is missing from /dev

How do I get this created or am I looking in the wrong place to start with?

Thanks in advance for your time

TB0ne 10-30-2012 12:02 PM

Quote:

Originally Posted by sassmeister (Post 4817762)
I'm investigating RDX backup failure on new server build
It's a TX120 S3 on RHEL6
When comparing with a working server I found that sdb1 is missing from /dev

How do I get this created or am I looking in the wrong place to start with?

Thanks in advance for your time

Devices are created when the system boots/is built. The /dev/sdb1 is a partition...the actual device is /dev/sdb, so look for that. If it's not there, then your drive may be unplugged or has died. Replace the drive, or fix whatever the problem is. Also, since you're using RHEL...have you contacted RHEL support, since RHEL is a pay-for, commercial distro?

sassmeister 11-07-2012 01:57 PM

Quote:

Originally Posted by TB0ne (Post 4818314)
Devices are created when the system boots/is built. The /dev/sdb1 is a partition...the actual device is /dev/sdb, so look for that. If it's not there, then your drive may be unplugged or has died. Replace the drive, or fix whatever the problem is. Also, since you're using RHEL...have you contacted RHEL support, since RHEL is a pay-for, commercial distro?

Thanks for your feedback.

I ran 'fdisk -l' again, but it still wasn't picking up the sdb1 device
I then ran 'fdisk -l /dev/sdb/' and this somehow worked!
Ran 'fdisk -l' again and now can see the sdb1 device


All times are GMT -5. The time now is 09:31 AM.