From: daniel.baluta@gmail.com (Daniel Baluta)
To: kernelnewbies@lists.kernelnewbies.org
Subject: char driver error
Date: Mon, 9 May 2011 14:35:56 +0300 [thread overview]
Message-ID: <BANLkTi=1aZujj_Qz5eD+n-_DkxyA5JB3Zg@mail.gmail.com> (raw)
In-Reply-To: <BANLkTi=iRcg7Ba2ZBM76W2Eg-BHj38x5eQ@mail.gmail.com>
> i create a character special file using mknod in /dev directory.
>
> i try to write data to my file by" echo -n "abcd" > /dev/memory "
>
> and when i try to read from that file i get ?the last char was written
> to that file that is "d"
Hello Aravind,
Can you post the output for:
$ strace -n "abcd" > /dev/memory
$ strace cat /dev/memory a
thanks,
Daniel.
next prev parent reply other threads:[~2011-05-09 11:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 11:26 char driver error Aravind Vijayan
2011-05-09 11:33 ` Manohar Vanga
[not found] ` <BANLkTimiQg3WmVRC1rOVK0+S_W095r_3Jg@mail.gmail.com>
2011-05-09 12:04 ` Manohar Vanga
2011-05-09 11:35 ` Daniel Baluta [this message]
[not found] ` <BANLkTimAH6msz3YAt99RWPF=hOqWk6LkfQ@mail.gmail.com>
2011-05-09 12:08 ` Daniel Baluta
2011-05-09 12:06 ` Vikash Kumar
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='BANLkTi=1aZujj_Qz5eD+n-_DkxyA5JB3Zg@mail.gmail.com' \
--to=daniel.baluta@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.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).