Am Mittwoch, 11. Januar 2012 schrieb jun emile lou Alfanta: > how can i delete the output were there is no output > file in my hard disk but it occupies the space of my hard disk annd its > 4gb.
- Close all applications, that have already an open handle to this file. Because files may not longer be part of any directory after deleting them but still be part of the file system as long as the file is open. - AFAIK btrfs does not free disc space of deleted files immediately, but you may force a defragmentation or balance using btrfs (e.g. »sudo -i btrfs fi balance MOUNTPOINT« or »sudo -i btrfs fi defragment MOUNTPOINT«). See <https://btrfs.wiki.kernel.org/articles/f/a/q/FAQ_1fe9.html> for more information if you are using btrfs. Markus
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
