When an administrator manually copies files to the host and accidentally uses an incorrect path (that is, one outside /vmfs/volumes), the following error message appears:
The ramdisk 'root' is full. As a result, the file /testfile could not be written.
In the /var/log/vmkernel.log file, the following message may also appear.
VisorFSRam: 233: Cannot extend visorfs file /var/lib/vmware/hostd/journal/ because its ramdisk (root) is full.
Files on the affected RAM disk can no longer be extended.
Various administrative actions depend on the ability to write files to various parts of the root file system and may fail if a RAM disk is full.
To view and identify large files larger than 1 MB, review the below steps:
vdf -h
find / -size +1024k -exec du -h {} \; | less