xuanthungonhu
New member
** Cách mở rộng dung lượng lưu trữ nội bộ của Raspberry Pi 4 sau khi cài đặt Android Pie **
<br>
** tl; dr: **
1. Sử dụng lệnh DD để tạo phân vùng trên thẻ SD của bạn.
2. Định dạng phân vùng là ext4.
3. Gắn phân vùng vào /dữ liệu.
<br>
**Hướng dẫn chi tiết:**
1. Chèn thẻ SD của bạn vào máy tính của bạn.
2. Mở một cửa sổ thiết bị đầu cuối.
3. Nhập lệnh sau để tạo phân vùng trên thẻ SD của bạn:
`` `
dd if =/dev/zero của =/dev/sdx bs = 1m đếm = 1024
`` `
Trong đó `/dev/sdx` là nút thiết bị cho thẻ SD của bạn.
4. Nhập lệnh sau để định dạng phân vùng là ext4:
`` `
mkfs.ext4 /dev /sdx1
`` `
5. Nhập lệnh sau để gắn phân vùng vào `/data`:
`` `
gắn kết /dev /sdx1 /dữ liệu
`` `
6. Khởi động lại Raspberry Pi của bạn.
<br>
**Ghi chú:**
* Bạn có thể cần thay đổi nút thiết bị cho thẻ SD của bạn trong các lệnh trên.Để tìm nút thiết bị, hãy sử dụng lệnh sau:
`` `
LSBLK
`` `
* Tham số `Count` trong lệnh` dd` chỉ định kích thước của phân vùng trong megabyte.Bạn có thể thay đổi tham số này để tạo một phân vùng của bất kỳ kích thước nào.
* Lệnh `mkfs.ext4` tạo một hệ thống tập tin ext4 trên phân vùng.Bạn có thể sử dụng bất kỳ hệ thống tập tin nào khác mà bạn thích.
* Lệnh `Mount` gắn phân vùng vào thư mục`/data`.Bạn có thể gắn nó vào bất kỳ thư mục nào khác mà bạn thích.
<br>
**Tôi hi vọng cái này giúp được!**
=======================================
**How to expand the internal storage capacity of your Raspberry Pi 4 after installing Android Pie**
<br>
**TL;DR:**
1. Use the dd command to create a partition on your SD card.
2. Format the partition as ext4.
3. Mount the partition to /data.
<br>
**Detailed instructions:**
1. Insert your SD card into your computer.
2. Open a terminal window.
3. Type the following command to create a partition on your SD card:
```
dd if=/dev/zero of=/dev/sdX bs=1M count=1024
```
where `/dev/sdX` is the device node for your SD card.
4. Type the following command to format the partition as ext4:
```
mkfs.ext4 /dev/sdX1
```
5. Type the following command to mount the partition to `/data`:
```
mount /dev/sdX1 /data
```
6. Reboot your Raspberry Pi.
<br>
**Note:**
* You may need to change the device node for your SD card in the above commands. To find the device node, use the following command:
```
lsblk
```
* The `count` parameter in the `dd` command specifies the size of the partition in megabytes. You can change this parameter to create a partition of any size.
* The `mkfs.ext4` command creates an ext4 filesystem on the partition. You can use any other filesystem that you prefer.
* The `mount` command mounts the partition to the `/data` directory. You can mount it to any other directory that you prefer.
<br>
**I hope this helps!**
<br>
** tl; dr: **
1. Sử dụng lệnh DD để tạo phân vùng trên thẻ SD của bạn.
2. Định dạng phân vùng là ext4.
3. Gắn phân vùng vào /dữ liệu.
<br>
**Hướng dẫn chi tiết:**
1. Chèn thẻ SD của bạn vào máy tính của bạn.
2. Mở một cửa sổ thiết bị đầu cuối.
3. Nhập lệnh sau để tạo phân vùng trên thẻ SD của bạn:
`` `
dd if =/dev/zero của =/dev/sdx bs = 1m đếm = 1024
`` `
Trong đó `/dev/sdx` là nút thiết bị cho thẻ SD của bạn.
4. Nhập lệnh sau để định dạng phân vùng là ext4:
`` `
mkfs.ext4 /dev /sdx1
`` `
5. Nhập lệnh sau để gắn phân vùng vào `/data`:
`` `
gắn kết /dev /sdx1 /dữ liệu
`` `
6. Khởi động lại Raspberry Pi của bạn.
<br>
**Ghi chú:**
* Bạn có thể cần thay đổi nút thiết bị cho thẻ SD của bạn trong các lệnh trên.Để tìm nút thiết bị, hãy sử dụng lệnh sau:
`` `
LSBLK
`` `
* Tham số `Count` trong lệnh` dd` chỉ định kích thước của phân vùng trong megabyte.Bạn có thể thay đổi tham số này để tạo một phân vùng của bất kỳ kích thước nào.
* Lệnh `mkfs.ext4` tạo một hệ thống tập tin ext4 trên phân vùng.Bạn có thể sử dụng bất kỳ hệ thống tập tin nào khác mà bạn thích.
* Lệnh `Mount` gắn phân vùng vào thư mục`/data`.Bạn có thể gắn nó vào bất kỳ thư mục nào khác mà bạn thích.
<br>
**Tôi hi vọng cái này giúp được!**
=======================================
**How to expand the internal storage capacity of your Raspberry Pi 4 after installing Android Pie**
<br>
**TL;DR:**
1. Use the dd command to create a partition on your SD card.
2. Format the partition as ext4.
3. Mount the partition to /data.
<br>
**Detailed instructions:**
1. Insert your SD card into your computer.
2. Open a terminal window.
3. Type the following command to create a partition on your SD card:
```
dd if=/dev/zero of=/dev/sdX bs=1M count=1024
```
where `/dev/sdX` is the device node for your SD card.
4. Type the following command to format the partition as ext4:
```
mkfs.ext4 /dev/sdX1
```
5. Type the following command to mount the partition to `/data`:
```
mount /dev/sdX1 /data
```
6. Reboot your Raspberry Pi.
<br>
**Note:**
* You may need to change the device node for your SD card in the above commands. To find the device node, use the following command:
```
lsblk
```
* The `count` parameter in the `dd` command specifies the size of the partition in megabytes. You can change this parameter to create a partition of any size.
* The `mkfs.ext4` command creates an ext4 filesystem on the partition. You can use any other filesystem that you prefer.
* The `mount` command mounts the partition to the `/data` directory. You can mount it to any other directory that you prefer.
<br>
**I hope this helps!**