Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiennm99 committed Nov 30, 2024
1 parent 9f083b3 commit 88a250b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions content/posts/2024/12/1/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Cách mở rộng ổ đĩa trong Oracle Cloud Infrastructure (OCI)"
date: 2024-09-24
tags: [ "Linux", "OCI" ]
---

Khi dùng Oracle trên Oracle Cloud, dù lúc setup bạn chọn Boot Volume 200GB nhưng Oracle chỉ nhận 50GB?

Đây là do Oracle Cloud chưa nhận hết dung lượng, bạn cần phải mở rộng ổ đĩa để sử dụng hết dung lượng đã chọn.

## Cách làm

Bạn sử dụng lệnh sau:

```bash
sudo /usr/libexec/oci-growfs -y
```

Tham khảo:
- [https://docs.oracle.com/en-us/iaas/Content/Block/Tasks/resizingavolume.htm](https://docs.oracle.com/en-us/iaas/Content/Block/Tasks/resizingavolume.htm)
- [https://docs.oracle.com/en-us/iaas/oracle-linux/oci-utils/index.htm#oci-growfs](https://docs.oracle.com/en-us/iaas/oracle-linux/oci-utils/index.htm#oci-growfs)

0 comments on commit 88a250b

Please sign in to comment.