linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: David Greaves <david@dgreaves.com>
Cc: "Bill Davidsen" <davidsen@tmr.com>,
	"Keld Jørn Simonsen" <keld@dkuug.dk>,
	linux-raid@vger.kernel.org
Subject: Re: howto and faq
Date: Mon, 12 May 2008 09:48:31 +1000	[thread overview]
Message-ID: <18471.34255.88287.478361@notabene.brown> (raw)
In-Reply-To: message from David Greaves on Sunday May 11

On Sunday May 11, david@dgreaves.com wrote:
> Bill Davidsen wrote:
> > Keld Jørn Simonsen wrote:
> >> On Sun, Feb 10, 2008 at 06:21:08PM +0000, David Greaves wrote:
> >>  
> >>> Keld Jørn Simonsen wrote:
> >> We are now number 6 on google for "linux raid". Most of the other top
> >> pages
> >> are quite old info, say 4 to 8 years old, and not mentioning mdadm nor
> >> raid10. I would like to do some work to get rid of the outdated info, as
> >> it is quite bad guidance to users. I have contacted a number of the
> >> authors for the other top pages, but to no avail.
> >>
> >> I have then looked at who is referencing the top pages, via the Google
> >> "link: URL" feature. For our own pages this is a sad story. Almost
> >> nobody but ourselves are referencing it. That is, the links are mostly
> >> our own pages referencing our own pages, or mail archive pages of
> >> linux-raid ML referencing the wiki.
> >> I would really like to have this improved. That is, if people on this ML
> >> could add links to http://linux-raid.osdl.org/ eg from their home pages
> >> - "I am participating in the Linux kernel RAID mailing list with wiki
> >> pages at http://linux-raid.osdl.org/" and/or include a reference to the
> >> URL when discussing RAID issues on other fora.   
> > 
> > Just a public thanks and "please do" for this. I will update my
> > appropriate pages with this on the next update.
> > 
> 
> <grin> - doesn't help that the mdadm man page still says (and I checked git too):
> 
> SEE ALSO
>        For information on the various levels of RAID, check out:
> 
> >>>>              http://ostenfeld.dk/~jakob/Software-RAID.HOWTO/
> 
> 
> Err, Neil....

What exactly did you see when you checking in git?
I saw

 http://neil.brown.name/git?p=mdadm;a=commitdiff;h=3cdfb6a71259759f24f48d4c14b76e056d0bfaf6

NeilBrown

From: Neil Brown <neilb@suse.de>
Date: Mon, 28 Apr 2008 06:29:53 +0000 (+1000)
Subject: Updates some URLs in the man page.
X-Git-Url: http://neil.brown.name/git?p=mdadm;a=commitdiff_plain;h=3cdfb6a71259759f24f48d4c14b76e056d0bfaf6

Updates some URLs in the man page.

Particularly, add the wiki on osdl.org
---

diff --git a/ChangeLog b/ChangeLog
index d96aa86..df88d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ Changes Prior to this release
 	cause by problems with device-size overflow.
     -   For v0.90 superblocks, print the 'Events' count as a real count,
 	not 2 numbers separated by a dot.
+    -   Updates some URLs in the man page.
 
 Changes Prior to 2.6.4 release
     -   Make "--create --auto=mdp" work for non-standard device names.
diff --git a/mdadm.8 b/mdadm.8
index 6edc915..0969238 100644
--- a/mdadm.8
+++ b/mdadm.8
@@ -2103,12 +2103,16 @@ package, and does not use the
 configuration file at all.
 
 .SH SEE ALSO
-For information on the various levels of
-RAID, check out:
+For further information on MD and the various levels of
+RAID, see:
 
 .IP
-.UR   http://ostenfeld.dk/~jakob/Software\-RAID.HOWTO/
-http://ostenfeld.dk/~jakob/Software\-RAID.HOWTO/
+.UR  http://unthought.net/Software-RAID.HOWTO/
+http://unthought.net/Software\-RAID.HOWTO/
+.UE
+.IP
+.UR http://linux-raid.osdl.org/
+http://linux\-raid.osdl.org/
 .UE
 '''.PP
 '''for new releases of the RAID driver check out:
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-05-11 23:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-07 16:42 howto and faq Keld Jørn Simonsen
2008-02-10 10:05 ` David Greaves
2008-02-10 11:14   ` Keld Jørn Simonsen
2008-02-10 18:21     ` David Greaves
2008-02-10 18:52       ` Keld Jørn Simonsen
2008-05-11 10:32       ` Keld Jørn Simonsen
2008-05-11 11:33         ` David Greaves
2008-05-11 17:22         ` Bill Davidsen
2008-05-11 20:18           ` David Greaves
2008-05-11 23:48             ` Neil Brown [this message]
2008-05-12  8:46               ` David Greaves
2008-05-19  2:10                 ` Neil Brown
2008-05-11 19:34         ` David Greaves
2008-05-11 20:28           ` Keld Jørn Simonsen
2009-01-10 21:12     ` Keld Jørn Simonsen
2009-01-12  9:38       ` Keld Jørn Simonsen
2009-01-12 11:19         ` David Greaves

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=18471.34255.88287.478361@notabene.brown \
    --to=neilb@suse.de \
    --cc=david@dgreaves.com \
    --cc=davidsen@tmr.com \
    --cc=keld@dkuug.dk \
    --cc=linux-raid@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).