How to mount a disk on Debian: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 August 2025

  • curprev 10:0810:08, 18 August 2025Mwroot talk contribs 383 bytes +89 No edit summary
  • curprev 10:0610:06, 18 August 2025Mwroot talk contribs 294 bytes +294 Created page with "# 找到 UUID 和磁盘格式:<code>sudo blkid</code> 找到 UUID。<code>lsblk -f</code> 查磁盘分区结构。 # 创建挂载目录:mkdir some # 打开 /etc/fstab 按以下格式写入:<code>UUID=39c71dc4-5576-4660-9f0d-150d8c6c93c2 /home/to/some ext4 defaults,noatime 0 2</code>"