util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Soul-Rebel <thelostrebelsoul@gmail.com>
To: util-linux@vger.kernel.org, ngupta@vflare.org
Subject: zram: Compressed RAM-based block devices
Date: Tue, 1 Oct 2024 10:46:43 -0500	[thread overview]
Message-ID: <bef43546-6e2c-48ad-8943-0bb7b33ac96d@gmail.com> (raw)

Hi hello,

REF: https://docs.kernel.org/admin-guide/blockdev/zram.html

Reading over the document explaining zram and see some spelling errors 
in step 4 of the usage section.  the word dictionary was misspelled in 
the path example "/etc/dictioary"

#pass path to pre-trained zstd dictionary
echo "algo=zstd dict=/etc/dictioary" > /sys/block/zram0/algorithm_params

#same, but using algorithm priority
echo "priority=1 dict=/etc/dictioary" > \

         /sys/block/zram0/algorithm_params

#pass path to pre-trained zstd dictionary and compression level
echo "algo=zstd level=8 dict=/etc/dictioary" > \
         /sys/block/zram0/algorithm_params


Regards

                 reply	other threads:[~2024-10-01 15:46 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bef43546-6e2c-48ad-8943-0bb7b33ac96d@gmail.com \
    --to=thelostrebelsoul@gmail.com \
    --cc=ngupta@vflare.org \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).