1834465 Members
3481 Online
110067 Solutions
New Discussion

Re: raw device

 
Prashanth Waugh
Esteemed Contributor

raw device

what is the differance between raw device file & raw device file system

Thanks
For success, attitude is equally as important as ability
2 REPLIES 2
Hasan  Atasoy
Honored Contributor

Re: raw device


hi ;

raw device : oracle or another application use logical device directly without a filesystem on it . /dev/vg0123/lvol123 or /dev/dsk/c1t1dw unix buffer cache passed by this method.

filesystem : data put on the logical device by creating a filesystem on it. buffer cache is used for io .

Hasan
Jeeshan
Honored Contributor

Re: raw device

A raw device is a special kind of block device file that allows accessing a storage device such as a hard drive directly, bypassing the OS caches and buffers.

If you use the raw file for creating database or cluster the data contains in raw device file system.
a warrior never quits