How to delete Files
-
I have fogserver .32 running on VMware it was only 40 GB and after 2 images it locked up no access to GUI. I have been able to add another drive for storing images to but i cannot delete the image(s) from the original 40 GB drive ive tried rm /images, and a bunch of other things. it tells me “no such file or directory” but if i do a du -h /images, i get a listing of 2 images, 1- 19 GB and the other 20 GB.
Im a newbie climbing the learning curve fast so if you know of something else i could try im all ears.
Thanks
-
if you want to delete the whole directory, try
rm -r /images
maybe you need to put a “sudo” in front of it.