Storage 'nfs' is not online

untungc

New Member
Jun 2, 2022
13
0
1
Hi, i can't add NFS storage in my proxmox.

root@hootech:/mnt/pve# pvesm add nfs nfs --path /mnt/pve/TrueNAS-NFS --server 10.1.2.26 --options vers=4.1,nolock,tcp --export /mnt/tank/bigdata --content images,iso,vztmpl,backup,rootdir
create storage failed: storage 'nfs' is not online

root@hootech:/mnt/pve# pvesm nfsscan 10.1.2.26
/mnt/tank/bigdata (everyone)

Any one have some problem ?
 
Helo, pavkamlc. thx for your reply. but isn't work. Something wrong ?

pvesm add nfs --path /mnt/pve/TrueNAS-NFS --server 10.1.2.26 --options vers=4.1,nolock,tcp --export /mnt/tank/bigdata --content images,iso,vztmpl,backup,rootdir
400 not enough arguments
pvesm add <type> <storage> [OPTIONS]
 
Hi,
Helo, pavkamlc. thx for your reply. but isn't work. Something wrong ?

pvesm add nfs --path /mnt/pve/TrueNAS-NFS --server 10.1.2.26 --options vers=4.1,nolock,tcp --export /mnt/tank/bigdata --content images,iso,vztmpl,backup,rootdir
400 not enough arguments
pvesm add <type> <storage> [OPTIONS]
you need to specify a name/ID for your storage after its type, e.g. pvesm add nfs namegoeshere --path ...