From: Mikael Cluseau <nwrk@nwrk.dyndns.org>
To: aotto1968@t-online.de
Cc: reiserfs-list@namesys.com
Subject: Re: I've done a very bad mistake
Date: Thu, 01 Jul 2004 17:36:40 +0200 [thread overview]
Message-ID: <1088696200.11333.58.camel@localhost> (raw)
In-Reply-To: <200407011523.48481.aotto1968@onlinehome.de>
Le jeu 01/07/2004 à 15:23, Andreas Otto a écrit :
> Hi,
>
> I've done as root:
> >> cp some_file /dev/hdb7
I remember that cp ask to *replace* a file, not to "put the source file
at the beginning of the target file". Did you really verified that your
partition was really modified ? I would be very surprised of this
attitude from cp...
In that case,
# rm /dev/hdb7 &&
# mknod /dev/hdb7 b 3 71
should work on a non-devfs system, and
# rm /dev/hdb7 &&
# ln -s ide/host0/bus0/target1/lun0/part7 /dev/hdb7
should work on a devfs system.
--
Mikael.
next prev parent reply other threads:[~2004-07-01 15:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-01 13:23 I've done a very bad mistake Andreas Otto
2004-07-01 15:25 ` mjt
2004-07-01 15:36 ` Mikael Cluseau [this message]
2004-07-01 17:10 ` evilninja
2004-07-01 17:33 ` Redeeman
2004-07-02 4:02 ` David Masover
2004-07-02 12:45 ` Redeeman
-- strict thread matches above, loose matches on Subject: below --
2004-07-06 6:28 Andreas Otto
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=1088696200.11333.58.camel@localhost \
--to=nwrk@nwrk.dyndns.org \
--cc=aotto1968@t-online.de \
--cc=reiserfs-list@namesys.com \
/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.