Re: error: Unknown configuration node '//guestNFS' found


Successfully unset the property item:

C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata Lucid "VBoxInternal/D
evices/e1000/0/LUN#0/Config/guestNFS/GuestPort"

C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata Lucid "VBoxInternal/D
evices/e1000/0/LUN#0/Config/guestNFS/HostPort"

C:\Program Files\Oracle\VirtualBox>VBoxManage getextradata Lucid enumerate
...
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestNFS/Protocol, Value: TCP
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol, Value: TCP
...

C:\Program Files\Oracle\VirtualBox>VBoxManage setextradata Lucid "VBoxInternal/D
evices/e1000/0/LUN#0/Config/guestNFS/Protocol"

C:\Program Files\Oracle\VirtualBox>VBoxManage getextradata Lucid enumerate
...
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/GuestPort, Value: 22
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/HostPort, Value: 2222
Key: VBoxInternal/Devices/e1000/0/LUN#0/Config/guestssh/Protocol, Value: TCP
...


to be continued ...