1. ไปที่เครื่อง VM ที่ต้องการเพิ่ม HDD คลิกขวาที่เครื่องที่ต้องการ เลือก
Edit Setting เครื่องที่ต้องการจะปิดหรือเปิดเครื่องอยู่ก็ทำได้
2. Add Hard Disk เพิ่มเข้ามา
3. ที่ Disk จะติ๊ก Independent คือ ไม่มีผลหลังจากทำ Snap Shot แต่ถ้าติ๊กคือมีผลด้วย
4. เข้าที่เครื่อง fdisk -l ดู จะมี HDD ขึ้นมาอีก 1 ก้อนที่ยังไม่ได้สร้าง Partition
5. ใช้คำสั่ง sudo fdisk /dev/sda
6. กด m เพื่อ ดู help
7. Creating a Partition
Use the n command to create a new partition. You can create a logical or primary partition (l for logical or p for primary). A disk can only have four primary partitions.
8. Use w to write the changes you’ve made to disk. Or Use q if you want to quit without saving changes.
9. Formatting a Partition use the command. sda5 is mean disk.
sudo mkfs.ext4 /dev/sda5
10. check disk fdisk -l
11. Use partition by follow link http://porpramarn.blogspot.com/2016/06/ubuntu-symbolic-link-shortcut.html
Step :
- Create /DATA
- Set fstab for mount DATA when boot ever.
- Set Symbolic Link
- Move Data.
No comments:
Post a Comment