Hướng dẫn thử thách
1 / 102
Adding Disks
### Giai đoạn: Nền Tảng & Khái Niệm Cốt Lõi
**Adding Disks**
Adding disks in Linux involves partitioning, creating filesystems, and mounting. Use `lsblk` to list devices, `fdisk /dev/sdX` to create partitions, `mkfs.ext4 /dev/sdX1` to create filesystems, and `mount /dev/sdX1 /mount/point` to mount. This process prepares new storage devices for seamless integration into the Linux filesystem hierarchy.
### Khái niệm cốt lõi:
1. **Adding disks in Linux involves partitioning, creating filesystems, and mounting**
2. **Use `lsblk` to list devices, `fdisk /dev/sdX` to create partitions, `mkfs**
3. **ext4 /dev/sdX1` to create filesystems, and `mount /dev/sdX1 /mount/point` to mount**
### Tài liệu tham khảo chính thống:
- [How to Add a New Disk](https://linuxconfig.org/how-to-add-new-disk-to-existing-linux-system) (article)
- [How to Add a New Disk to an Existing Linux Server](https://www.tecmint.com/add-new-disk-to-an-existing-linux/) (article)
Nhiệm vụ của bạn
Viết giải pháp của bạn cho bài học **Adding Disks** vào trình soạn thảo bên cạnh. Bấm **Chạy Thử Nghiệm** (hoặc nhấn `Ctrl+Enter`) để thực thi và ghi nhận hoàn thành kỹ năng trên Roadmap.
### Kỹ năng cần đạt:
- `Adding`
- `Disks`
- `Engineering`
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.sh
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵