All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: "Nikolai Vladychevski" <niko@isl.net.mx>
Cc: linux-mtd@lists.infradead.org
Subject: Re: nftl driver
Date: Sun, 23 Sep 2001 09:32:08 +0100	[thread overview]
Message-ID: <20004.1001233928@redhat.com> (raw)
In-Reply-To: <20010922160958.5797.qmail@qis>

niko@isl.net.mx said:
>  If this problem of writing zeros  is due to the module unloading
> problem, how can I solve it if the driver is  in the kernel and cant
> be reloaded? 

Almost certainly. The driver has lots if internal state about the old NFTL
format cached, and you've gone and changed it all. You should never need to
use nftl_format. If you want new data, just write new data to /dev/nftla. 
You don't need to do a low-level format just to change the data.

--
dwmw2

  reply	other threads:[~2001-09-23  8:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-22 16:09 nftl driver Nikolai Vladychevski
2001-09-23  8:32 ` David Woodhouse [this message]
2001-09-24 22:12   ` Nikolai Vladychevski
2001-09-24 23:10     ` David Woodhouse
2001-09-23 15:06 ` jffs2_gcd_mtd4 <defunct> Joakim Tjernlund
2001-09-23 15:12   ` David Woodhouse

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=20004.1001233928@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=niko@isl.net.mx \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.