Auto mount the volume in linux

vi /etc/fstab

/dev/sdb                /home/oracle               ext4 defaults        0 0
/dev/sdc                /home/weblogic             ext4 defaults        0 0

mount –a

[root@soadev db]# mount
/dev/sdb on /home/oracle type ext4 (rw)
/dev/sdc on /home/weblogic type ext4 (rw)

Comments

Popular posts from this blog

ORA-44412: XE edition memory parameter invalid or not specified

BPEL DOM Exceptions ORABPEL 09200 - 09250

How to mount a WD Book Live as NFS in OEL6U3