Subj : Re: /usr/bin/raw does not exist after installing Fedora Core 3 To : comp.os.linux From : Valentin Minzatu Date : Sat Nov 13 2004 09:46 pm What I have done so far is: 1. create files: dd if=/dev/zero of=_file_disk1 bs=1k count=1000000 2. associate a loop device to each file: losetup /dev/loop1 _file_disk1 Step 3 would be to bind a raw device to a block device created at step 2: raw /dev/raw/raw1 /dev/loop1. This is where I got stuck... Valentin wrote in message news:20041113152808.0e054390@achebe.arb... > On Sat, 13 Nov 2004 19:50:14 GMT > Lenard wrote: > > > On Sat, 13 Nov 2004 12:56:29 -0800, Valentin Minzatu wrote: > > > I have just finished installing Fedora Core 3 on my test system and > > discovered that even though I have util-linux-2.12a-16 installed, > > there no /usr/bin/raw. > > > As I am not a linux guru (rather using it to test Oracle), can > > somebody help me dealing with this issue? I need raw to create some > > fake raw devices which to feed into my ASM instance. > > Since you mention you need to create some . . . raw devices, are you > sure you looked in the correct place? Instead of /usr/bin/raw maybe > you want /dev/raw* devices. > > Later, Bob > -- > http://arbourg.freeshell.org .