Monday, October 26, 2020

Partition u01 in CentOS Linux

 HDD partition on centos

=========================


# lsblk

# fdisk /dev/vdb

partprobe /dev/sdb


# mkfs.ext4 /dev/vdb1

# mount /dev/vdb1 /u01

# vim /etc/fstab

/dev/vdb1 /u01 ext4 defaults 0 0

# mount -a



sac -vdb


No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...