You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2023-05-04-vps.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,10 +155,10 @@ To make sure our server automatically mounts this volume when we start it, we ar
155
155
First, we will find out the UUID of our SSD by running the following. If we can't see our drive, we have to reboot the machine with `sudo reboot now`, then reconnect via SSH:
156
156
157
157
```shell
158
-
blkid
158
+
lsblk -f
159
159
```
160
160
161
-
Typically, the first line corresponds to your main disk, whilethe second and subsequent lines correspond to your external disks. We will also check that the beginning of the line starts with the correct file system, in the above case`/dev/vdc`. A typical UUID looks like this: `50fb9f4-60e7-4024-adde-2a9959214dd6`.
161
+
Typically, the last line will show the mounted bitcoin disk. Look for`vdc` under NAME and `/mnt/bitcoin` under MOUNTPOINTS. A typical UUID looks like this: `50fb9f4-60e7-4024-adde-2a9959214dd6`.
162
162
163
163
Next, we are going to open the nano editor and edit the `fstab` file:
0 commit comments