EnglishFrenchSpanish

OnWorks favicon

eatmydata - Online in the Cloud

Run eatmydata in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command eatmydata that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


eatmydata - transparently disable fsync() and other data-to-disk synchronization calls

SYNOPSIS


eatmydata [--] command [ command arguments ... ]

DESCRIPTION


eatmydata runs a command in the environment where data-to-disk synchronization calls (like
fsync(), fdatasync(), sync(), msync() and open() O_SYNC / O_DSYNC flags) have no effect.
LD_PRELOAD library libeatmydata overrides respective C library calls with custom functions
that don't trigger synchronization but return success nevertheless.

You may use eatmydata in two ways. In normal mode, just execute eatmydata directly and
pass a command-to-be-run and its arguments via command line. In order to use symlink mode,
create a symlink to /usr/bin/eatmydata with the filename (a.k.a basename) of another
program in the PATH and execute eatmydata via that symlink. Then eatmydata will find that
program in the PATH and run it in the libeatmydata environment repassing all command line
options.

OPTIONS


Please note that eatmydata does not process any command line options in symlink mode. All
command line options will be repassed to the underlying executable as-is.

command
The command to execute. It may be either a full path or the name of the command in
PATH. In case command cannot be found in PATH, eatmydata will fail.

command arguments
Arbitrary number of arguments to pass to the command being executed.

-- Optional command separator for compatibility with similar utilities. Ignored at the
moment.

EXAMPLES


Given PATH is /usr/bin and both /usr/bin/aptitude and /usr/bin/eatmydata are installed,
the following:

$ ln -s /usr/bin/eatmydata ./aptitude
$ ./aptitude moo

is equivalent to:

$ eatmydata -- aptitude moo

Therefore, you may use symlink mode to automatically run specific programs in the
libeatmydata environment whenever you run them from PATH. For example, given standard PATH
settings, just do:

# ln -s /usr/bin/eatmydata /usr/local/bin/aptitude

and enjoy sync-free aptitude system-wide.

CAVEAT


When using eatmydata with setarch (including alias such as linux32), or anyway with
chroots with a different architectures than the host's, make sure to install the matching
architecture of libeatmydata1 both in the setarch environment and host's.

Trying to load libeatmydata manually (without using the wrapper script) and using it
through a chroot, especially if the eatmydata version differ between outside and inside,
is probably going to fail do the different position of the library on the file system.
The safest way to manually load libeatmydata is by setting the following two environment
variables (shell syntax):

LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+"$LD_LIBRARY_PATH:"}/usr/lib/libeatmydata
LD_PRELOAD=${LD_PRELOAD:+"$LD_PRELOAD "}libeatmydata.so

These two variables accounts the case of a Debian Jessie host with a Debian Wheezy chroot,
where the position of the library changed.

November 2014 eatmydata(1)

Use eatmydata online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Avogadro
    Avogadro
    Avogadro is an advanced molecular
    editor designed for cross-platform use
    in computational chemistry, molecular
    modeling, bioinformatics, materials
    science and ...
    Download Avogadro
  • 2
    XMLTV
    XMLTV
    XMLTV is a set of programs to process
    TV (tvguide) listings and help manage
    your TV viewing, storing listings in an
    XML-based format. There are utilities to
    do...
    Download XMLTV
  • 3
    strikr
    strikr
    Strikr Free Software project. Artifacts
    released under a 'intent based'
    dual license: AGPLv3 (community) and
    CC-BY-NC-ND 4.0 international
    (commercial)...
    Download strikr
  • 5
    GIFLIB
    GIFLIB
    giflib is a library for reading and
    writing gif images. It is API and ABI
    compatible with libungif which was in
    wide use while the LZW compression
    algorithm was...
    Download GIFLIB
  • 6
    Alt-F
    Alt-F
    Alt-F provides a free and open source
    alternative firmware for the DLINK
    DNS-320/320L/321/323/325/327L and
    DNR-322L. Alt-F has Samba and NFS;
    supports ext2/3/4...
    Download Alt-F
  • More »

Linux commands

  • 1
    4s-queryJ
    4s-queryJ
    4s-query � Run SPARQL queries on a
    4store storage backend ...
    Run 4s-queryJ
  • 2
    4ti2-circuits
    4ti2-circuits
    4ti2 - software package for algebraic,
    geometric and combinatorial problems on
    linear spaces ...
    Run 4ti2-circuits
  • 3
    cpufreq-set
    cpufreq-set
    cpufreq-set - A small tool which allows
    to modify cpufreq settings. SYNTAX:
    cpufreq-set [options] DESCRIPTION:
    cpufreq-set allows you to modify cpufreq
    setting...
    Run cpufreq-set
  • 4
    cpufreqd-get
    cpufreqd-get
    cpufreqd-get - Issues "get" commands to
    cpufreqd. SYNTAX: cpufreqd-get [-l]
    PARAMETERS: -l list applied Profiles for
    all cpus. DESCRIPTION: cpufreqd-get
    issues...
    Run cpufreqd-get
  • 5
    gammu
    gammu
    gammu - Does some neat things with your
    cellular phone or modem. ...
    Run gammu
  • 6
    ganglia2pcp
    ganglia2pcp
    ganglia2pcp - import ganglia data and
    create a PCP archive ...
    Run ganglia2pcp
  • More »

Ad