[Ocfs-users] problems creating ocfs filesystem

Sunil Mushran Sunil.Mushran at oracle.com
Mon May 16 17:15:12 CDT 2005


mkfs.ocfs, as well other ocfs userspace tools, use the raw interface
as a way to perform o_direct operations. They do so because of a
limitation in 2.4.9 (RHAS21).

What it is doing is, mapping /dev/sdf1 to /dev/raw/raw41.
It scans the /dev/raw/rawXX from 0 to 255 and uses the first
available.

Do,
raw /dev/raw/raw41 /dev/sdf1
See what the error is. Maybe that raw device is not in /dev/raw.
If not, mknod it.

Vicente Málaga wrote:

>Hello list users.
>I am trying to create an ocfs filesystem but when I execute the command says
>the following thing to me:
>
>rac01:~ # mkfs.ocfs -b 128 -g oinstall -u oracle -L ocfs_pruebas 
>-m /opt/oracle/oradata/OCFS -p 755 /dev/sdf1
>Error opening device /dev/raw/raw41.
>Not a directory
>
>But it isn't a raw device.
>
>Any one know why it search for a raw device ?
>
>Thanks
><DIV><FONT size="1">
>============================================================================
>This e-mail message and any attached files are intended SOLELY for the addressee/s identified 
>herein. It may contain CONFIDENTIAL and/or LEGALLY PRIVILEGED information and may not
> necessarily represent the opinion of this company. If you receive this message in ERROR, 
>please immediately notify the sender and DELETE it since you ARE NOT AUTHORIZED to use,
> disclose, distribute, print or copy all or part of the contained information. Thank you. 
>============================================================================
></FONT></DIV>
>
>_______________________________________________
>Ocfs-users mailing list
>Ocfs-users at oss.oracle.com
>http://oss.oracle.com/mailman/listinfo/ocfs-users
>  
>


More information about the Ocfs-users mailing list