Login  Register

Re: mount acfs filesystem

Posted by Roshan on Apr 04, 2023; 3:50pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/mount-acfs-filesystem-tp11759p11761.html

I checked again. Yes we created an ACFS filesystem and registered it. It's a replica of DR server(not on exadata but on X8): the ACFS file systems are local on server

When I touch a file, I get Permission denied.

If I stop all replication activities, will this allow writing to this filesystem?


initially the volumes are disabled.

asmcmd volinfo -G INTERFACE INTERFACE01
Diskgroup Name: INTERFACE

         Volume Name: INTERFACE01
         Volume Device: /dev/asm/interface01-433
         State: DISABLED
         Size (MB): 261120
         Resize Unit (MB): 64
         Redundancy: UNPROT
         Stripe Columns: 8
         Stripe Width (K): 1024
         Usage: ACFS
         Mountpath: /osashare

asmcmd volinfo -G OSASHARE OSASHARE01

Diskgroup Name: OSASHARE

         Volume Name: OSASHARE01
         Volume Device: /dev/asm/osashare01-2
         State: DISABLED
         Size (MB): 261120
         Resize Unit (MB): 64
         Redundancy: UNPROT
         Stripe Columns: 8
         Stripe Width (K): 1024
         Usage: ACFS
         Mountpath: /interface

then i enable the volume
asmcmd volenable -G INTERFACE INTERFACE01
asmcmd volenable -G OSASHARE OSASHARE01


then i mount
 /bin/mount -t acfs /dev/asm/osashare01-2 /interface
 /bin/mount -t acfs /dev/asm/interface01-433 /osashare

Device is on X8 (ASM)