NFS directory is no longer mounted but throws an error in df -h? - Ask Ubuntu


i have nfs server (at say, 1.2.3.4), , several clients.

on clients, had mounted local directory executing:

sudo mount 1.2.3.4:/var/nfs/stuff /mnt/nfs/var/nfs 

all until decided change location on clients /mnt/nfs. first unmounted existing mount point , remounted new one:

sudo mount 1.2.3.4:/var/nfs/stuff /mnt/nfs 

no problems that. , new mount works fine. when run df -h, error:

df: ‘/mnt/nfs/var/nfs’: no such file or directory 

and prints normal mount points. when execute:

mount -t nfs 

i still see old (/mnt/nfs/var/nfs) mount point listed, along new one. how can fix this?


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User