Sponsored Content
Full Discussion: About gvfsd-metadata
Special Forums UNIX and Linux Applications About gvfsd-metadata Post 302966860 by 1in10 on Wednesday 17th of February 2016 09:48:24 AM
Old 02-17-2016
About gvfsd-metadata

I need a hint about gvfsd-metadata using mate on bsd. Or dual-core cpu, quad-core cpu ore an old laptop single core, the gvfsd is an obstacle and does not accelerate anything, vice versa, it slows down many processes, coming from gnome. So someone can give me a hint how to wipe it out for good? I set it as a cron-job to be done every minute, but this cannot be the solution.
Code:
pkill gvfsd-metadata

Thanks in advance.
 

3 More Discussions You Might Find Interesting

1. Programming

Best way to dump metadata to file: when and by who?

Hi, my application (actually library) indexes a file of many GB producing tables (arrays of offset and length of the data indexed) for later reuse. The tables produced are pretty big too, so big that I ran out of memory in my process (3GB limit), when indexing more than 8GB of file or so.... (9 Replies)
Discussion started by: emitrax
9 Replies

2. Shell Programming and Scripting

print metadata to jpg

Hi all, I would like to write a scipt that gets gps informatoin from a jpg and print 's it on the lower left corner, In order to get the gps data I have found a tool called jhead. In know that with the help of the imagemagick command convert it is possible to print text on the pictures. ... (11 Replies)
Discussion started by: flash80
11 Replies

3. UNIX for Advanced & Expert Users

LVM - restore metadata on other disk

Hi guys, I would like to ask your opinion about my theory, how to fix my broken LVM without risking any data loss. I use Archlinux at home. I just love this distro, even it gives me a lots of work (particularly after system updates). Basic system spec: AMD FX(tm)-6100 Six-Core Processor... (1 Reply)
Discussion started by: lyynxxx
1 Replies
CACHE_REPAIR(8) 					      System Manager's Manual						   CACHE_REPAIR(8)

NAME
cache_repair - repair cache binary metadata from device/file to device/file SYNOPSIS
cache_repair [options] -i {device|file} -o {device|file} DESCRIPTION
cache_repair reads binary cache metadata created by the respective device-mapper target from one device or file , repairs it and writes it to another device or file. If written to a metadata device , the metadata can be processed by the device-mapper target. -i, --input {device|file} Input file or device with binary metadata. -o, --output {device|file} Output file or device for repaired binary metadata. -h, --help Print help and exit. -V, --version Output version information and exit. EXAMPLE
Reads the binary cache metadata from file metadata , repairs it and writes it to logical volume /dev/vg/metadata for further processing by the respective device-mapper target: cache_repair -i metadata -o /dev/vg/metadata DIAGNOSTICS
cache_repair returns an exit code of 0 for success or 1 for error. SEE ALSO
cache_dump(8) cache_check(8) cache_restore(8) AUTHOR
Joe Thornber <ejt@redhat.com> Heinz Mauelshagen <HeinzM@RedHat.com> Red Hat, Inc. Thin Provisioning Tools CACHE_REPAIR(8)
All times are GMT -4. The time now is 05:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy