We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6799687 commit 2bb9f33Copy full SHA for 2bb9f33
_setup_utils/mount.sh
@@ -1,10 +1,12 @@
1
# script to format mount and copy data.
2
3
# remove a leftover instance mount
4
-rm -rf ~/db-benchmark-metal
+rm -rf /var/lib/mount/db-benchmark-metal
5
6
# format the mount
7
8
+source path.env
9
+
10
mount_name=$(sudo lsblk | awk '
11
NR > 1 && $1 ~ /^nvme/ && $7 == "" {
12
# Convert SIZE column to bytes for comparison
0 commit comments