我想按照说明在 Ubuntu 上安装NTFS
分区Dual-boot
20.04
这里但我无法得到UUID
〜你能告诉我该怎么做吗?提前谢谢。
$ sudo blkid /dev/sda3
/dev/sda3: PARTLABEL="LDM data partition" PARTUUID="1ac8435c-9d24-11e9-ae6f-1856807279f5"
$ sudo fdisk -l
Disk /dev/sda: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LX015-1U71
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: C2D7B6B3-7446-4292-8878-B7EBA2689DB0
Device Start End Sectors Size Type
/dev/sda1 34 2081 2048 1M Microsoft LDM metadata
/dev/sda2 2082 262177 260096 127M Microsoft reserved
/dev/sda3 262178 1953525134 1953262957 931.4G Microsoft LDM data
Partition 1 does not start on physical sector boundary.
Partition 2 does not start on physical sector boundary.
Partition 3 does not start on physical sector boundary.
答案1
https://linuxhandbook.com/get-uuid-disk/
ls -l /dev/disk/by-uuid/
我建议你把它放进去,/etc/fstab
这样你就不必每次都手动挂载了。只需填写正确的文件夹和 UUID,然后将此行添加到文件末尾即可。
UUID=XXXXXXXXX /home/my/folder ntfs nofail,auto 0 0
您也可以尝试从 GUI 挂载。打开文件 > 其他位置,您应该会看到驱动器分区
正如 mook765 指出的那样,需要一个新工具才能使用该 LDM 分区。