Score:0

ดิสก์ไม่อยู่ในรายการ fstab

ธง cn

เมื่อไม่นานมานี้ ฉันติดตั้ง Ubuntu 20.04 ลงในแล็ปท็อปของฉัน ฉันเชื่อว่าฉันใช้ตัวเลือกเริ่มต้นสำหรับการติดตั้งพาร์ติชัน ตอนนี้ฉันมีปัญหาในการทำความเข้าใจวิธีการตั้งค่า และฉันจะขอบคุณสำหรับความช่วยเหลือ

นี่คือเนื้อหาของไฟล์ fstab:

# /etc/fstab: ข้อมูลระบบไฟล์คงที่
#
# ใช้ 'blkid' เพื่อพิมพ์ตัวระบุที่ไม่ซ้ำกันในระดับสากลสำหรับ
# อุปกรณ์; อาจใช้กับ UUID= เป็นวิธีที่มีประสิทธิภาพมากขึ้นในการตั้งชื่ออุปกรณ์
# ที่ใช้งานได้แม้ว่าจะมีการเพิ่มและลบดิสก์ ดู fstab(5)
#
# <ระบบไฟล์> <จุดเชื่อมต่อ> <ประเภท> <ตัวเลือก> <การถ่ายโอนข้อมูล> <ผ่าน>
# / เปิด /dev/nvme0n1p2 ระหว่างการติดตั้ง
UUID=e19799b8-02b4-470b-ab41-97ac0f760845 / ext4 ข้อผิดพลาด=remount-ro 0 1
# /boot/efi เปิด /dev/nvme0n1p1 ระหว่างการติดตั้ง
UUID=50D6-96DC /boot/efi vfat umask=0077 0 1
/swapfile ไม่มี swap sw 0 0

เมื่อฉันเรียกใช้ยูทิลิตี้ดิสก์ แสดงว่ามีดิสก์ 2 แผ่น: 1) แฟลชไดรฟ์ 256GB 2) SSD 2TB

ดูเหมือนว่า 2TB SSD จะไม่ปรากฏในไฟล์ fstab แม้ว่าจะปรากฏใน Thunar ที่ /media/erik/0d210810-0cf4-48f3-ba54-47a08261c8e5/.

ข้อมูลที่แสดงในยูทิลิตี้ดิสก์มีดังต่อไปนี้:

เนื้อหา: Ext4 (เวอร์ชัน 1.0) â ติดตั้งที่ /media/erik/0d210810-0cf4-48f3-ba54-47a08261c8e5

ถ้าฉันคลิกที่ไอคอนรูปเฟืองแล้วคลิก "แก้ไขตัวเลือกการเมานต์" มันจะแสดงหน้าจอที่แสดงข้อมูลรวมถึง:

จุดเชื่อมต่อ: /mnt/0d210810-0cf4-48f3-ba54-47a08261c8e5

นี่คือบางสิ่งที่ฉันไม่เข้าใจ:

  1. ทำไม 2TB SSD ไม่อยู่ในไฟล์ fstab?
  2. ฉันคิดว่าคำสั่งถูกดำเนินการระหว่างการเริ่มต้นเพื่อเมานต์ไดรฟ์ ฉันจะดูคำสั่งนั้นได้จากที่ใด
  3. ตามที่กล่าวไว้ข้างต้น เมื่อฉันตรวจสอบไดรฟ์ในยูทิลิตี้ดิสก์...

หน้าจอหลักแสดงจุดเชื่อมต่อดังนี้:

/media/erik/0d210810-0cf4-48f3-ba54-47a08261c8e5

และหน้าจอ "แก้ไขตัวเลือกการเมานต์" จะแสดงจุดเมานท์เป็น:

/mnt/0d210810-0cf4-48f3-ba54-47a08261c8e5

ค่าทั้งสองนี้แตกต่างกันอย่างไร

  1. ไดเร็กทอรีหลักของฉันอยู่ในแฟลชไดรฟ์ 256GB ฉันจะย้ายไปยัง 2TB SSD ได้อย่างไร

  2. ฉันจะเปลี่ยนชื่อไดเร็กทอรีที่ติดตั้ง 2TB SSD ได้อย่างไร

ขอขอบคุณล่วงหน้าสำหรับความช่วยเหลือใดๆ

Score:2
ธง cn

Partitions on internal drives in your computer are not mounted automatically, except for the partitions that were included in fstab. By default nowadays, only one partition is mounted in /etc/fstab, the root partition.

Partitions on removable drives (e.g. USB drives) are automatically mounted by the graphical desktop under /media/<username>/<string>, where <string> is the volume label, or the partition's UUId if the volume has no label.

How come the 2TB SSD is not listed in the fstab file?

See above. You still can have it mounted automatically by using the utility "Disks", or adding an entry in /etc/fstab yourself.

I suppose that a command gets executed during startup to mount the drive, where can I see that command?

External drives are mounted when logging in using the udev system.

The main screen shows the mount point as: /media/erik/0d210810-0cf4-48f3-ba54-47a08261c8e5 And the "Edit Mount Options" screen shows the mount point as: /mnt/0d210810-0cf4-48f3-ba54-47a08261c8e5. How come those two values are different?

The first mount point is how the drive currently is mounted through the udev system. The second mount point is how the Disks utility would include it in /etc/fstab. If you would activate that, then, next time, that would be the mount point rather than the first one.

My home directory is on the 256GB flash drive, how can I move it to the 2TB SSD?

By default, Ubuntu is installed with a single root partition, which also contains /home. One can install a system using a separate partition for /home. It is also possible to move the /home folder to a separate partition after installation.

How can I change the name of the directory at which the 2TB SSD is mounted?

Give the volume a label. That label will then be used by the udev system to determine the name of the mount point.

โพสต์คำตอบ

คนส่วนใหญ่ไม่เข้าใจว่าการถามคำถามมากมายจะปลดล็อกการเรียนรู้และปรับปรุงความสัมพันธ์ระหว่างบุคคล ตัวอย่างเช่น ในการศึกษาของ Alison แม้ว่าผู้คนจะจำได้อย่างแม่นยำว่ามีคำถามกี่ข้อที่ถูกถามในการสนทนา แต่พวกเขาไม่เข้าใจความเชื่อมโยงระหว่างคำถามและความชอบ จากการศึกษาทั้ง 4 เรื่องที่ผู้เข้าร่วมมีส่วนร่วมในการสนทนาด้วยตนเองหรืออ่านบันทึกการสนทนาของผู้อื่น ผู้คนมักไม่ตระหนักว่าการถามคำถามจะมีอิทธิพลหรือมีอิทธิพลต่อระดับมิตรภาพระหว่างผู้สนทนา