วันอังคารที่ 10 พฤศจิกายน พ.ศ. 2558

How to delete file on zfs file system when it has no space left.

open shell terminal and then type

   echo "" > path_to_file_want_to_delete

now file want to delete is empty file. Then delete this file by use rm command.

Thanks for solution from
"https://forums.freenas.org/index.php?threads/disk-full-cant-delete-any-files-please-help.12252/"