Re: [CentOS] sdc1 without the sdc

2007-11-16 Thread Scott Moseman
On Nov 13, 2007 10:49 AM, Scott Moseman <[EMAIL PROTECTED]> wrote: > > > Normally udev dynamically makes the different /dev entries. So either > > udev is screwing up or the iSCSI driver itself is doing something wrong > > What version of CentOS is this and what iSCSI initiator are you using ? > >

Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
On Nov 13, 2007 9:50 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > > > Running 'mknod sdc b 8 32' worked great. I could fdisk and the data > > looked good. However, when I rebooted to start from a clean slate, > > sdc disappeared again. Is there something that must be done to make > > the 'mkno

Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Tim Verhoeven
On Nov 13, 2007 4:47 PM, Scott Moseman <[EMAIL PROTECTED]> wrote: > > Running 'mknod sdc b 8 32' worked great. I could fdisk and the data > looked good. However, when I rebooted to start from a clean slate, > sdc disappeared again. Is there something that must be done to make > the 'mknod' chang

Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
On Nov 13, 2007 9:19 AM, Tim Verhoeven <[EMAIL PROTECTED]> wrote: > > > # ls -l /dev/sdc* > > brw-rw 1 root disk 8, 33 Nov 7 14:45 /dev/sdc1 > > Really weird. Anyway you can use mknod to create the missing device. > In your case mknod sdc b 8 32 should do the trick. > Hey Tim, Running 'mkno

Re: [CentOS] sdc1 without the sdc

2007-11-13 Thread Tim Verhoeven
On Nov 13, 2007 4:11 PM, Scott Moseman <[EMAIL PROTECTED]> wrote: > So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm > not sure when this might have happened, but it appears that the > /dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is > mountable. Is there a

[CentOS] sdc1 without the sdc

2007-11-13 Thread Scott Moseman
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm not sure when this might have happened, but it appears that the /dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is mountable. Is there a method to re-create the /dev/sdc device? I cannot dd or fdisk it, obvious