Hello, do you know any best practices about creating and mounting filesystems in Linux for Oracle Databases?
There is note Improve I/O Performance On ext3/ext4 File Systems With The "noatime" Mount Option (Doc ID 1561740.1) it says to mount filesystems with noatime option. As known redo logs has 512 bytes block size if thats mean we should create filesystem with 512 block size (mkfs.ext4 -b 512)?