[Gambas-user] Calling library functions in Gambas2

timothy timothy.marshal-nichols at ...247...
Sun Sep 2 09:31:58 CEST 2007


> -----Original Message-----
> From: gambas-user-bounces at lists.sourceforge.net 
> [mailto:gambas-user-bounces at lists.sourceforge.net] On Behalf 
> Of Rolf Schmidt
> Sent: Friday, 31 August 2007 08:13 AM
> To: mailing list for gambas users
> Subject: Re: [Gambas-user] Calling library functions in Gambas2
> 
> 
> Hello easuter:
> 
> > Ron: unfortunately, fdisk returns the filesystem type (ID), not the 
> > filesystem name. It will identify both reiserfs and ext3 simply as 
> > "Linux", thats why its not very useful.
> 
> Try "df -T" to see all mounted partitions an the filesystem they use.
>  
> Greetings
> Rolf
> 


Rolf is right. 

You can also use the 'a' option to show all partitions. This includes
things like the virtual proc file system.

And the 'h' option to show the results in human readable form.


So we have: "df -aTh"


It should be fast enough!

Thanks

8-{)} Timothy Marshal-Nichols
<mailto: timothy.marshal-nichols at ...247...>






More information about the User mailing list