Re: BTRFS setup advice for laptop performance ?

2014-04-05 Thread Garry T. Williams
data_$i.t touch data_$i chattr +C data_$i cp data_$i.t data_$i rm data_$i.t done I carefully walked all the directories, while none of the applications above were running, converting all of the files to +C. It took a while as I remember. :-) -- Garry T. Williams

Re: Possible to wait for snapshot deletion?

2014-02-13 Thread Garry T. Williams
On 2-13-14 20:02:43 Kai Krakow wrote: Is it technically possible to wait for a snapshot completely purged from disk? I imagine an option like --wait for btrfs delete subvolume. This may be what you're looking for: http://www.spinics.net/lists/linux-btrfs/msg29833.html -- Garry T

Btrfs RAID1 File System Grew Something Extra

2013-12-17 Thread Garry T. Williams
the snapshot. garry@vfr$ uname -r 3.11.10-200.fc19.x86_64 garry@vfr$ rpm -q btrfs-progs btrfs-progs-3.12-1.fc19.x86_64 -- Garry T. Williams -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: Btrfs RAID1 File System Grew Something Extra

2013-12-17 Thread Garry T. Williams
On 12-18-13 10:46:29 Anand Jain wrote: On 12/18/2013 10:03 AM, Garry T. Williams wrote: I have been using btrfs for my /home partition on my home machine for a few years now. I created the file system RAID1 using two disk partitions. Recently I noticed btrfs fi df shows extra Data, System

Re: unclean shutdown and space cache rebuild

2013-06-30 Thread Garry T. Williams
the same. Also, see these: https://btrfs.wiki.kernel.org/index.php/Problem_FAQ#Defragmenting_a_directory_doesn.27t_work https://btrfs.wiki.kernel.org/index.php/UseCases#How_do_I_defragment_many_files.3F $ uname -r 3.9.6-200.fc18.x86_64 $ -- Garry T. Williams

Re: extended attributes wiredness

2012-11-23 Thread Garry T. Williams
On Friday, November 23, 2012 18:45:04 David Arendt wrote: for (i = 0; i attrslen; i+= strlen(attrs[i]) + 1) { printf(processing attribute %s\n, attrs[i]); valuelen = lgetxattr(argv[1], attrs[i], value, 1024); if (valuelen 0); Hmmm ^ -- Garry T