Skip to content

Commit bc3a805

Browse files
authored
Merge pull request #1 from echennells/docs/improve-vps-instructions
Improve VPS volume setup instructions
2 parents 2091d00 + 06231dd commit bc3a805

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2023-05-04-vps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ To make sure our server automatically mounts this volume when we start it, we ar
155155
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:
156156

157157
```shell
158-
blkid
158+
lsblk -f
159159
```
160160

161-
Typically, the first line corresponds to your main disk, while the 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`.
162162

163163
Next, we are going to open the nano editor and edit the `fstab` file:
164164

0 commit comments

Comments
 (0)