1756751 Members
3366 Online
108852 Solutions
New Discussion юеВ

Device file Missing

 
SOLVED
Go to solution
yoga_1
Occasional Contributor

Device file Missing

Hi Vg02 has logical volume in the name of (lvol10) the file system is currently mounted and i could not able to see the device file in the /dev/vg02 but i can able to see the rlvol10 in the same location any way to retrieve the device file.
2 REPLIES 2
Jollyjet
Valued Contributor
Solution

Re: Device file Missing

make it manually

ls -l /dev/vg02/rlvol10

Write down the minor number 0x02000a (probably this, but can be different)

mknod /dev/vg02/lvol10 b 64 0x02000a (or the exact minor number)
yoga_1
Occasional Contributor

Re: Device file Missing

Thanks it worked.