A friendly hello :
I've been searching in the FreeBSD forum and on global google and found no answer which makes sense to me ... I have to say that I'm not an expert when it come to ZFS or inodes
I have a couple vbox trueos guests with zfs
As a reference, for now I'm not using snapshots ... as I use the zfs based vbox guest trueos machines I assume that as file write / delete cycles progress there will be more inodes or so which hold deleted files and are not zeroed out ... in windows guests one would use sdelete to zero these deleted file remainders out and in linux one would use
now the "VBoxManage modifyhd <name>.vdi --compact" command would do the vdi compact operation.
Since the zfs is a copy-on-write file system would this "dd zero operation" work and or is it necessary ... have found a few conflicting suggestions
What would need to be done to be sure that any deleted files-pace is being reclaimed with the vboxmanage compact operation
Many many thanks in advance
Cheers Klaus
I've been searching in the FreeBSD forum and on global google and found no answer which makes sense to me ... I have to say that I'm not an expert when it come to ZFS or inodes
I have a couple vbox trueos guests with zfs
As a reference, for now I'm not using snapshots ... as I use the zfs based vbox guest trueos machines I assume that as file write / delete cycles progress there will be more inodes or so which hold deleted files and are not zeroed out ... in windows guests one would use sdelete to zero these deleted file remainders out and in linux one would use
dd if=/dev/zero of=bigfile bs 4096
followed by a rm bigfile
and all would be zeroed outnow the "VBoxManage modifyhd <name>.vdi --compact" command would do the vdi compact operation.
Since the zfs is a copy-on-write file system would this "dd zero operation" work and or is it necessary ... have found a few conflicting suggestions
What would need to be done to be sure that any deleted files-pace is being reclaimed with the vboxmanage compact operation
Many many thanks in advance
Cheers Klaus