Skip to content

Commit

Permalink
挂载硬盘
Browse files Browse the repository at this point in the history
  • Loading branch information
“postyizhan” committed Nov 2, 2024
1 parent ef088ca commit 1a06fe6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/arch.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,34 @@ reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation

![](/others/arch/13.png)

## 挂载硬盘

查看挂载硬盘的 UUID

```text
lsblk -o name,mountpoint,size,uuid
```

![](/others/arch/21.png)

我想挂载的硬盘是 ntfs 类型,所以先装驱动

```text
sudo pacman -S ntfs-3g
```

然后编辑

```text
sudo vim /etc/fstab
```

在末尾添加

```text
UUID=C60E69810E696B7F /home/postyizhan/Disk ntfs defaults 0 0
```

## 美化

其实哪有什么美化,调一点东西而已
Expand Down
Binary file added docs/public/others/arch/21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a06fe6

Please sign in to comment.