Thread: raw disk device
View Single Post

   
  #4 (permalink)  
Old 01-16-2008, 08:39 PM
Tom Laird
 
Posts: n/a
Default Re: raw disk device

All a raw device is, is a partition that has no filesystem on it - you don't
format the raw device. Create a partition, and give that path to Informix
for it's data instead of a filesystem mounted path - like
/dev/vgdba/rlvinformix in HPUX world, instead of /home/informix.


Reply With Quote