Failed to install on Ubuntu 20.04

root@instance-1:~# bash -c “$(curl -fsSL https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)”

Cloning Repositories…

Cloning into ‘/root/.netdrive/kernel-ndfuse’…

remote: Enumerating objects: 14, done.

remote: Counting objects: 100% (14/14), done.

remote: Compressing objects: 100% (14/14), done.

remote: Total 14 (delta 0), reused 10 (delta 0), pack-reused 0

Unpacking objects: 100% (14/14), 69.95 KiB | 1.94 MiB/s, done.

Cloning into ‘/root/.netdrive/installer’…

remote: Enumerating objects: 47, done.

remote: Counting objects: 100% (47/47), done.

remote: Compressing objects: 100% (33/33), done.

remote: Total 47 (delta 3), reused 41 (delta 2), pack-reused 0

Unpacking objects: 100% (47/47), 335.18 KiB | 3.38 MiB/s, done.

~ ~

ndfuse module not loaded.

environment: line 108: make: command not found

NetDrive for Linux does not support Ubuntu 20.04. Current version supports only 16.04.

i try to install on 16.04 and still have similar error

~$ bash -c “$(wget -O- https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)”
–2021-06-21 03:03:50-- https://raw.githubusercontent.com/NetDrive/installer/master/install.sh
Resolving raw.githubusercontent.com (raw.githubusercontent.com)… 185.199.109.133, 185.199.110.133, 185.199.111.133, …
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 4164 (4.1K) [text/plain]
Saving to: ‘STDOUT’

  •                        100%[=============================================>]   4.07K  --.-KB/s    in 0s      
    

2021-06-21 03:03:50 (91.3 MB/s) - written to stdout [4164/4164]

Cloning Repositories…
Cloning into ‘/home/ubuntu/.netdrive/kernel-ndfuse’…
remote: Enumerating objects: 14, done.
remote: Counting objects: 100% (14/14), done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 14 (delta 0), reused 10 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), done.
Checking connectivity… done.
Cloning into ‘/home/ubuntu/.netdrive/installer’…
remote: Enumerating objects: 47, done.
remote: Counting objects: 100% (47/47), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 47 (delta 3), reused 41 (delta 2), pack-reused 0
Unpacking objects: 100% (47/47), done.
Checking connectivity… done.

~ ~
ndfuse module not loaded.
bash: line 108: make: command not found

should i install this

Before this

Can someone help? since installation for linux is lack of documentation

Yes, you need to install kernel-ndfuse before installing NetDrive.

can you please tell me what command to install kernel-ndfuse?? i dont find any ways to install it, i try it on ubuntu 16.04 and i cant still do that

Sorry for the confusion. When you use following command it will install ndfuse.

bash -c "$(curl -fsSL https://raw.githubusercontent.com/NetDrive/installer/master/install.sh)"

From the error message you it seems that your system needs development tools to compile ndfuse.

bash: line 108: make: command not found

Please refer to ‘Prerequisites’ on following page:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.