Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Giorgos Keramidas
On 2007-11-09 22:27, Ceri Davies <[EMAIL PROTECTED]> wrote: > On Sat, Nov 10, 2007 at 12:05:51AM +0200, Giorgos Keramidas wrote: > > Similar concerns have been raised by bde a while ago. I have a slightly > > improved patch now, which describes *all* the steps of the example. > > > > This one actu

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Ceri Davies
On Sat, Nov 10, 2007 at 12:05:51AM +0200, Giorgos Keramidas wrote: > On 2007-11-09 21:34, Ceri Davies <[EMAIL PROTECTED]> wrote: > > On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: > > > keramida2007-11-09 18:02:51 UTC > > > > > > FreeBSD src repository (doc committer) > >

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Giorgos Keramidas
On 2007-11-09 21:34, Ceri Davies <[EMAIL PROTECTED]> wrote: > On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: > > keramida2007-11-09 18:02:51 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > sbin/mdconfigmdconfig.8 > > Log: > >

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Ceri Davies
On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: > keramida2007-11-09 18:02:51 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/mdconfigmdconfig.8 > Log: > Instead of hardcoding md10 as the device node in the cd9660 example, >

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Pawel Jakub Dawidek
On Fri, Nov 09, 2007 at 09:50:52PM +0200, Giorgos Keramidas wrote: > On 2007-11-09 20:22, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: > >>> Another trick is to just skip '-t vnode' as it is assumed when -f is > >>> used. > >> > >> Nice to know :) Should I update mdconfig.8 again? I was a bit w

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Remko Lodder
On Fri, November 9, 2007 8:50 pm, Giorgos Keramidas wrote: > On 2007-11-09 20:22, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: Another trick is to just skip '-t vnode' as it is assumed when -f is used. >>> >>> Nice to know :) Should I update mdconfig.8 again? I was a bit worried >>>

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Giorgos Keramidas
On 2007-11-09 20:22, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: >>> Another trick is to just skip '-t vnode' as it is assumed when -f is >>> used. >> >> Nice to know :) Should I update mdconfig.8 again? I was a bit worried >> about thhe `backquoted command` length, but it seems to fit nicely

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Pawel Jakub Dawidek
On Fri, Nov 09, 2007 at 08:55:58PM +0200, Giorgos Keramidas wrote: > On 2007-11-09 19:26, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: > >On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: > >> Instead of hardcoding md10 as the device node in the cd9660 example, > >> use a tri

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Giorgos Keramidas
On 2007-11-09 19:26, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: >On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: >> Instead of hardcoding md10 as the device node in the cd9660 example, >> use a trick submitted by Ruslan. >> >> Revision ChangesPath >> 1.38 +2

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-11-09 Thread Pawel Jakub Dawidek
On Fri, Nov 09, 2007 at 06:02:52PM +, Giorgos Keramidas wrote: > keramida2007-11-09 18:02:51 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/mdconfigmdconfig.8 > Log: > Instead of hardcoding md10 as the device node in the cd9660 example, >

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-20 Thread Giorgos Keramidas
On 2007-05-20 12:33, Dag-Erling Sm??rgrav <[EMAIL PROTECTED]> wrote: > Giorgos Keramidas <[EMAIL PROTECTED]> writes: > > On 2007-05-19 08:07, Bruce Evans <[EMAIL PROTECTED]> wrote: > > > - it spells the mount command as mount_cd9660 instead of "mount -t > > > cd9660". > > Both right on the spot.

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-20 Thread Dag-Erling Smørgrav
Giorgos Keramidas <[EMAIL PROTECTED]> writes: > On 2007-05-19 08:07, Bruce Evans <[EMAIL PROTECTED]> wrote: > > - it spells the mount command as mount_cd9660 instead of "mount -t cd9660". > Both right on the spot. Would the following look better? > > To attach an md(4) device to an ISO 9660 C

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-20 Thread Giorgos Keramidas
On 2007-05-19 21:25, Tim Kientzle <[EMAIL PROTECTED]> wrote: >An interesting trick is that bsdtar can read ISO files without >needing to mount them - I wonder if a cross-reference is >appropriate. >>>Even bsdtar itself doesn't document this explicitly, at least in 6.2. >>>It points to l

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-19 Thread Tim Kientzle
An interesting trick is that bsdtar can read ISO files without needing to mount them - I wonder if a cross-reference is appropriate. Even bsdtar itself doesn't document this explicitly, at least in 6.2. It points to libarchive(5) for the complete list of supported formats. Excellent point. Per

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-19 Thread Giorgos Keramidas
On 2007-05-19 08:07, Bruce Evans <[EMAIL PROTECTED]> wrote: >On Fri, 18 May 2007, Giorgos Keramidas wrote: >>On 2007-05-18 16:41, Kris Kennaway <[EMAIL PROTECTED]> wrote: >>>On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: keramida2007-05-18 13:57:17 UTC FreeBSD

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Daniel O'Connor
On Saturday 19 May 2007 06:11, Kris Kennaway wrote: > On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: > > keramida2007-05-18 13:57:17 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > sbin/mdconfigmdconfig.8 > > Log: > > Add an

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Bruce Evans
On Fri, 18 May 2007, Giorgos Keramidas wrote: On 2007-05-18 16:41, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: keramida2007-05-18 13:57:17 UTC FreeBSD src repository (doc committer) Modified files: sbin/mdconfig

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Giorgos Keramidas
On 2007-05-18 16:41, Kris Kennaway <[EMAIL PROTECTED]> wrote: >On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: >> keramida2007-05-18 13:57:17 UTC >> >> FreeBSD src repository (doc committer) >> >> Modified files: >> sbin/mdconfigmdconfig.8 >> Log: >> Ad

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Kris Kennaway
On Fri, May 18, 2007 at 11:53:40PM +0300, Giorgos Keramidas wrote: > On 2007-05-18 16:41, Kris Kennaway <[EMAIL PROTECTED]> wrote: > >On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: > >> keramida2007-05-18 13:57:17 UTC > >> > >> FreeBSD src repository (doc committer) > >>

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Kris Kennaway
On Fri, May 18, 2007 at 10:53:08PM +0200, Pav Lucistnik wrote: > Kris Kennaway p??e v p? 18. 05. 2007 v 16:41 -0400: > > On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: > > > keramida2007-05-18 13:57:17 UTC > > > > > > FreeBSD src repository (doc committer) > > > > > >

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Pav Lucistnik
Kris Kennaway píše v pá 18. 05. 2007 v 16:41 -0400: > On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: > > keramida2007-05-18 13:57:17 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > sbin/mdconfigmdconfig.8 > > Log: > > Add

Re: cvs commit: src/sbin/mdconfig mdconfig.8

2007-05-18 Thread Kris Kennaway
On Fri, May 18, 2007 at 01:57:17PM +, Giorgos Keramidas wrote: > keramida2007-05-18 13:57:17 UTC > > FreeBSD src repository (doc committer) > > Modified files: > sbin/mdconfigmdconfig.8 > Log: > Add an example which shows how mdconfig(8) can be used > to mount an IS

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-27 Thread Nate Lawson
Nick Hibma wrote: > n_hibma 2007-02-27 09:04:56 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sbin/mdconfigmdconfig.8 mdconfig.c > Log: > MFC > rev. 1.34-1.36 mdconfig.8 > rev. 1.52-1.54 mdconfig.c > > Make attach

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-25 Thread Jeremie Le Hen
Hi, Nick, On Tue, Feb 20, 2007 at 09:29:31PM +, Nick Hibma wrote: > n_hibma 2007-02-20 21:29:31 UTC > > FreeBSD src repository > > Modified files: > sbin/mdconfigmdconfig.8 mdconfig.c > Log: > [Found the original diff I made, see previous commit for other part] > A

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-21 Thread Kris Kennaway
On Wed, Feb 21, 2007 at 11:13:09AM +, Robert Watson wrote: > > On Wed, 21 Feb 2007, John Baldwin wrote: > > >On Wednesday 21 February 2007 05:36, Robert Watson wrote: > >> > >>On Tue, 20 Feb 2007, Nick Hibma wrote: > >> > >>>n_hibma 2007-02-20 22:04:23 UTC > >>> > >>> FreeBSD src reposito

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-21 Thread Robert Watson
On Wed, 21 Feb 2007, John Baldwin wrote: On Wednesday 21 February 2007 05:36, Robert Watson wrote: On Tue, 20 Feb 2007, Nick Hibma wrote: n_hibma 2007-02-20 22:04:23 UTC FreeBSD src repository Modified files: sbin/mdconfigmdconfig.8 mdconfig.c Log: Kris suggested that s

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-21 Thread John Baldwin
On Wednesday 21 February 2007 05:36, Robert Watson wrote: > > On Tue, 20 Feb 2007, Nick Hibma wrote: > > > n_hibma 2007-02-20 22:04:23 UTC > > > > FreeBSD src repository > > > > Modified files: > >sbin/mdconfigmdconfig.8 mdconfig.c > > Log: > > Kris suggested that swap is a be

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-21 Thread Robert Watson
On Tue, 20 Feb 2007, Nick Hibma wrote: n_hibma 2007-02-20 22:04:23 UTC FreeBSD src repository Modified files: sbin/mdconfigmdconfig.8 mdconfig.c Log: Kris suggested that swap is a better choice as a default than malloc. MFC:1 week Are you sure this should be MFC'd?

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-20 Thread Nick Hibma
Yes, good point. That's been discussed some time ago I believe. On Tue, Feb 20, 2007 at 09:29:31PM +, Nick Hibma wrote: n_hibma 2007-02-20 21:29:31 UTC FreeBSD src repository Modified files: sbin/mdconfigmdconfig.8 mdconfig.c Log: [Found the original diff I made,

Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c

2007-02-20 Thread Kris Kennaway
On Tue, Feb 20, 2007 at 09:29:31PM +, Nick Hibma wrote: > n_hibma 2007-02-20 21:29:31 UTC > > FreeBSD src repository > > Modified files: > sbin/mdconfigmdconfig.8 mdconfig.c > Log: > [Found the original diff I made, see previous commit for other part] > Assume '-a'