Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle ASM Problem
> Have you issued the command:
>
> partprobe
>
> or rebooted the machine after creating the devices?
>
> Can you access them with a dd?
>
> dd if=/dev/zero of=/dev/sda10 count=100 bs=4096
>
> Regards
>
> --
> Fabrizio Magni
>
> fabrizio.magni_at_mycontinent.com
>
> replace mycontinent with europe
Yes I did rebooted the machine after creating the partitions and I'm able to use the partitions as well.
[root_at_whp-lindbmon software]# dd if=/dev/zero of=/dev/sda10 count=100
bs=4096
100+0 records in
100+0 records out
[root_at_whp-lindbmon software]#
Received on Wed Aug 16 2006 - 10:28:34 CDT