Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Exporting to Raw Device

Re: Exporting to Raw Device

From: Uwe Schneider <pi_at_xlink.net>
Date: Thu, 09 Apr 1998 17:17:00 +0200
Message-ID: <352CE66C.88941D6E@xlink.net>


Billy Verreynne wrote:
>
> W Douglas wrote in message <35292f76.2149188_at_nntp.cott.com>...
> >Will I be able to overcome the 4G file system limit on HP-UX 10.01 by
> >using a raw disk device for export ?
> >
> >Are there any problems in doing this ?
>
> The only way AFAIK to "access" a raw device is via dd. So to export to raw
> device, you could create a FIFO pipe, start DD to read from it and write to
> the raw device, and then fire up export and export to the pipe. Right?
>
> BTW, consider yourself lucky - I'm still stuck with 2GB file system limit.
> Actually 1.7/1.8GB if you include the Unix file system overheads... [sigh]
>
> regards,
> Billy

Hi,
in my understanding "dd" is only a data shuffling program without magic features like suid root, etc.
Every program should be able to open(2) a character special device file IF the EUID/EGID properties of the resulting process allows writing to the devices (disk partitions). Note that they are normaly owned by root.

Uwe Received on Thu Apr 09 1998 - 10:17:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US