1833937 Members
1381 Online
110063 Solutions
New Discussion

Re: device files

 
Remy_1
Occasional Advisor

device files

Hi,

What is the command for installing new device files?
I'm trying to to install/create the device files for a new disk that I'm installing, but I don't know what command to run.
Please help.

Thanks,
RC
6 REPLIES 6
Sandip Ghosh
Honored Contributor

Re: device files

You can run insf -e to create the device file.

Sandip
Good Luck!!!
Shannon Petry
Honored Contributor

Re: device files

In addition, run insf by itself with no arguments. I.E.

insf
insf -e


This will re-create all device files.

Remember that if kernel modules are required and not loaded, device files will not be created. I.E. tape devices.

Regards,
Shannon
Microsoft. When do you want a virus today?
James R. Ferguson
Acclaimed Contributor

Re: device files

Hi Remy:

See the man pages for 'insf'. However, with new disk, you can install the disk and upon reboot, device files will be built automatically.

Regards!

...JRF...
V. V. Ravi Kumar_1
Respected Contributor

Re: device files

Hi,
since drivers for disk class are already loaded
insf -e
will do.

Regards
Never Say No
Sunil Sharma_1
Honored Contributor

Re: device files

Hi,

You can install device file using insf -e
You can use mknod and mksf to create customize device files.

Sunil Sharma
*** Dream as if you'll live forever. Live as if you'll die today ***
Ajay_14
Occasional Advisor

Re: device files

Hi.

Use insf -e to create the new device files.
After installing the hdd, a reboot will also do the work.

regards,
Ajit