public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* [1.7] /proc/mounts, /etc/mtab
@ 2009-01-05  3:22 Yaakov (Cygwin/X)
  2009-01-07 15:38 ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2009-01-05  3:22 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

It would be a helpful enhancement to have a /proc/mounts interface to
the mountpoint data, with /etc/mtab perhaps being a symlink thereto.  Is
this something that could be easily added, or is this a case of PTC?


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAklhZoIACgkQpiWmPGlmQSOENQCglMGgQMbzY1fc5RkHsmuQbr66
WNMAn1lsX/OvohJaG4MJoCN0q8TQotSX
=AX1H
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [1.7] /proc/mounts, /etc/mtab
  2009-01-05  3:22 [1.7] /proc/mounts, /etc/mtab Yaakov (Cygwin/X)
@ 2009-01-07 15:38 ` Corinna Vinschen
  2009-02-04 16:44   ` Corinna Vinschen
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2009-01-07 15:38 UTC (permalink / raw)
  To: cygwin

On Jan  4 19:46, Yaakov (Cygwin/X) wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
> 
> It would be a helpful enhancement to have a /proc/mounts interface to
> the mountpoint data, with /etc/mtab perhaps being a symlink thereto.  Is
> this something that could be easily added, or is this a case of PTC?

Nice idea.  I would like to reduce further extensions to Cygwin until we
eventually released the first 1.7 officially.  But a P would certainly
be CT ;)


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [1.7] /proc/mounts, /etc/mtab
  2009-01-07 15:38 ` Corinna Vinschen
@ 2009-02-04 16:44   ` Corinna Vinschen
  2009-02-04 16:56     ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 4+ messages in thread
From: Corinna Vinschen @ 2009-02-04 16:44 UTC (permalink / raw)
  To: cygwin

On Jan  7 15:29, Corinna Vinschen wrote:
> On Jan  4 19:46, Yaakov (Cygwin/X) wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA256
> > 
> > It would be a helpful enhancement to have a /proc/mounts interface to
> > the mountpoint data, with /etc/mtab perhaps being a symlink thereto.  Is
> > this something that could be easily added, or is this a case of PTC?
> 
> Nice idea.  I would like to reduce further extensions to Cygwin until we
> eventually released the first 1.7 officially.  But a P would certainly
> be CT ;)

I just implemented /proc/$PID/mounts as well as the /proc/mounts
symlink to /proc/self/mounts as on Linux.  We just have to add
`ln -s /proc/mounts /etc/mtab' to some base script.


HTH,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [1.7] /proc/mounts, /etc/mtab
  2009-02-04 16:44   ` Corinna Vinschen
@ 2009-02-04 16:56     ` Yaakov (Cygwin/X)
  0 siblings, 0 replies; 4+ messages in thread
From: Yaakov (Cygwin/X) @ 2009-02-04 16:56 UTC (permalink / raw)
  To: cygwin

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Corinna Vinschen wrote:
> I just implemented /proc/$PID/mounts as well as the /proc/mounts
> symlink to /proc/self/mounts as on Linux.  We just have to add
> `ln -s /proc/mounts /etc/mtab' to some base script.

Great; thank you!


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkmJyJ4ACgkQpiWmPGlmQSM84ACgvHmXSXEM13vz8FWjXtqxugR2
7rIAn1ufpWVchE6cfzN5jiIY/gKEI3KV
=Wlvl
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-02-04 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-05  3:22 [1.7] /proc/mounts, /etc/mtab Yaakov (Cygwin/X)
2009-01-07 15:38 ` Corinna Vinschen
2009-02-04 16:44   ` Corinna Vinschen
2009-02-04 16:56     ` Yaakov (Cygwin/X)

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 read-only IMAP folder(s) and NNTP newsgroup(s).