Add file system in Linux

 /sbin/mkfs.ext4 -L /ora01 /dev/sdi1

mkdir /ora01
create the partions 

fdisk -l

n

p

wq

mount /dev/sdi1 /ora01

mount

 vi /etc/fstab


add below line 

LABEL=/ora01            /ora01              ext4    defaults        1 2

on other node:

/dev/sdi1

Comments

Popular posts from this blog

MY NOTEPAD

Oracle OEM Holistic Patch

Upgrade Oracle 19c DB to 21c using Auto Upgrade utility inprogress