首先,我必须说我过去曾成功使用过磁盘工具,因此我可以重命名我的分区。
但是昨天,我看到我的分区没有挂载,所以我使用存储设备管理器让它们在启动时自动挂载。这也很成功,但我看到分区被标记为 sda1 和 sda7 而不是它们最初的样子。所以我习惯了再次打开磁盘工具来重命名它们。
问题是,无论我尝试打开应用程序多少次,它都根本无法启动!我不知道它为什么这样做,正如我已经说过的,我过去可以很好地使用它。我不知道应用程序的这种“反应迟钝”是我之前描述的操作的结果,还是其他原因。
但我正在考虑尝试在终端中启动磁盘工具。也许我会强制它运行并解决标签问题。你有什么想法?
哪些情况会导致硬盘 UUID 发生变化?是否有任何制造商为硬盘驱动器分配了不太可能更改的唯一 ID?
I'm trying to setup /etc/fstab
to automatically mount two external NTFS hard drives on boot, and decided to use the UUIDs as reference instead of the device names.
Strangely, blkid
reports that both hard disks have the exact same UUID, so I am unable to add both entries into the file. Here's what it shows for the two disks:
/dev/sdc1: LABEL="Hank's Legacy" UUID="D8249BB8249B97D8" TYPE="ntfs" PARTUUID="61bf885b-01"
/dev/sdb1: LABEL="Hank's Mainframe" UUID="D8249BB8249B97D8" TYPE="ntfs" PARTUUID="f865b797-01"
Run Code Online (Sandbox Code Playgroud)
I read that tune2fs
cannot be used to modify …
我想将主目录中的一些文件夹与 NTFS 分区中的一些文件夹绑定。仅使用defaults
参数挂载 NTFS 分区会影响我的读/写访问吗?
fstab ×2
uuid ×2
command-line ×1
disk-utility ×1
external-hdd ×1
hard-drive ×1
mount ×1
ntfs ×1
permissions ×1
usb ×1
usb-drive ×1