Help new on ubuntu and a node

Hi,

I want to start a node on ubuntu, I did run this command … from above any help on this?

root@sos-home:/home/sv2# docker run -d --restart unless-stopped -p 28967:28967 -p 127.0.0.1:14002:14002 -e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX” -e EMAIL="user@example.com" -e ADDRESS=“domain.ddns.net:28967” -e BANDWIDTH=“20TB” -e STORAGE=“2TB” --mount type=bind,source="",destination=/app/identity --mount type=bind,source="",destination=/app/config --name storagenode storjlabs/storagenode:beta
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘’ mount path must be absolute.
See ‘docker run --help’.

did you mounted your HDD by Fstab record? If not you should.

Hi,

No… i am new on this

You need to change it to the location where your identity and storage will be

root@sos-home:/mnt# fdisk -l
Disk /dev/sda: 238,5 GiB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7ea332a4

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 31250431 31248384 14,9G 83 Linux
/dev/sda2 31252478 46874623 15622146 7,5G 5 Extended
/dev/sda5 31252480 46874623 15622144 7,5G 82 Linux swap / Solaris

Disk /dev/sdb: 1,8 TiB, 2000398934016 bytes, 3907029168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x770118e2

Disk /dev/sdc: 5,5 TiB, 6001175126016 bytes, 11721045168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 916ED365-9657-4C12-BE59-93DBC720F307

Device Start End Sectors Size Type
/dev/sdc1 2048 11721043968 11721041921 5,5T Linux filesystem
root@sos-home:/mnt# df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 8155188 0 8155188 0% /dev
tmpfs 1642752 9656 1633096 1% /run
/dev/sda1 15247760 7146792 7303376 50% /
tmpfs 8213760 184 8213576 1% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 8213760 0 8213760 0% /sys/fs/cgroup
tmpfs 1642752 72 1642680 1% /run/user/1000
/dev/sdc1 5858434048 131228 5858302820 1% /var/lib/docker

I want to put the 5.5 TB and 1.8 TB for this… or only the 5.5

sudo docker run -d --restart unless-stopped -p 28967:28967 -e WALLET="" -e EMAIL="" -e ADDRESS=":28967" -e BANDWIDTH=“20TB” -e STORAGE=“3TB” --mount type=bind,source="/insert/insert/Storagenode/Identity/storagenode",destination=/app/identity --mount type=bind,source="/insert/insert/Storagenode/Storage",destination=/app/config --name storagenode storjlabs/storagenode:beta

You will not beable to use more then one hard drive less in a raid

16 posts were split to a new topic: After hour there is no network traffic

Hi i want to use only 1 hard drive.
root@sos-home:/home/sv2# –name storagenode storjlabs/storagenode:beta^C
root@sos-home:/home/sv2# docker run -d --restart unless-stopped -p 28967:28967 \

-e WALLET="0xd122111a4640e8b1fce80123ae65c6a2fda4db75" \
-e EMAIL="adrian.tuto@gmail.com" \
-e ADDRESS="84.117.53.104:28967" \
-e BANDWIDTH="20TB" \
-e STORAGE="5TB" \
--mount type=bind,source="/insert/insert/Storagenode/Identity/storagenode",destination=/app/identity \
--mount type=bind,source="/insert/insert/Storagenode/Storage",destination=/app/config \
--name storagenode storjlabs/storagenode:beta

docker: Error response from daemon: invalid mount config for type “bind”: bind source path does not exist: /insert/insert/Storagenode/Identity/storagenode.
See ‘docker run --help’.
root@sos-home:/home/sv2#

Hello You will need to update the locations of your storagenode and where the identity is located.

Storage Node Dashboard ( Node Version: v0.26.2 )

======================

ID 1UYvdXeGi4teCq7EGkKgQJ6WBpE5rAa9QeyFRgXMfSoJ5hdjTv
Last Contact ONLINE
Uptime 3m24s

               Available       Used     Egress     Ingress
 Bandwidth       10.0 PB     9.7 MB     2.0 MB      7.7 MB (since Dec 1)
      Disk        5.2 TB     7.7 MB

Internal 127.0.0.1:7778
External 84.117.53.104:28967