I have a probably stupid question.
How do you go about creating dev devices, like hard drives.
Where you have the /dev/hda, then you have /dev/hda1, hda2, hda3 etc etc.
I am curious because i have to create a dev for a diskonchip device. The
diskonchip acts like a harddrive in that it has a ext3 file system on it.
Now I could use MAKEDEV to create a /dev/nftla. However when I try
nftla1, nftla2, ext for each partition, on nftla it fails with this error.
don't know how to make device "nftla1"
Now nftla is disk 93 16.
So would mknod nftla1 disk 93 17 do what I am looking for?
How do you go about creating dev devices, like hard drives.
Where you have the /dev/hda, then you have /dev/hda1, hda2, hda3 etc etc.
I am curious because i have to create a dev for a diskonchip device. The
diskonchip acts like a harddrive in that it has a ext3 file system on it.
Now I could use MAKEDEV to create a /dev/nftla. However when I try
nftla1, nftla2, ext for each partition, on nftla it fails with this error.
don't know how to make device "nftla1"
Now nftla is disk 93 16.
So would mknod nftla1 disk 93 17 do what I am looking for?
