PDA

View Full Version : Linux Raw Device ?


townscream
03-26-02, 08:24
Does anybody know if we could
use raw devices in a Linux System ?

TIA

Miranda

muratmy
05-17-02, 05:20
Yes ,
it is possible to use raw device on linux.It depends on your kernel.Search the cdi for "raw device on linux", I am sure you will even find "how to" s.


Murat

tomyang
12-28-02, 11:45
in my /opt/informix/etc/onconfig.kkk:

ROOTNAME rootdbs # Root dbspace name
ROOTPATH /dev/rootdbs # Path for device containing ROOTOFFSET 0 # Offset of root dbspace into device
ROOTSIZE 522000 # Size of root dbspace (Kbytes)

in /dev:

/dev/rootdbs -> /dev/sda10

/dev/sda10 is simply a regular raw partition.