Re: mounted device list

2005-08-06 Thread The Saltydog
On 8/5/05, Brian J. Tarricone [EMAIL PROTECTED] wrote: Note that /proc/mounts is not portable... Is /etc/mtab portable? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

mounted device list

2005-08-05 Thread The Saltydog
Is there some VFS or glib function to get the list of all mounted devices with their mount points, or should I use standard GNU-C libraries? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: mounted device list

2005-08-05 Thread John Coppens
On Fri, 5 Aug 2005 21:39:11 +0200 The Saltydog [EMAIL PROTECTED] wrote: Is there some VFS or glib function to get the list of all mounted devices with their mount points, or should I use standard GNU-C libraries? Probably the easiest way to do that is to access the /etc/mtab file or the /proc

Re: mounted device list

2005-08-05 Thread Brian J. Tarricone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Coppens wrote: On Fri, 5 Aug 2005 21:39:11 +0200 The Saltydog [EMAIL PROTECTED] wrote: Is there some VFS or glib function to get the list of all mounted devices with their mount points, or should I use standard GNU-C libraries?