Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to list mounts?: (4 Items)
   
How to list mounts?  
Is there a way to get a list of active mounts on QNX4?

On Linux, for example, I can run "mount" with no options to see what is mounted and where, but this doesn't work on QNX4
.
Re: How to list mounts?  
You can try the "prefix" command.


On 10-06-23 11:19 AM, "Graham Knap" <community-noreply@qnx.com> wrote:

> Is there a way to get a list of active mounts on QNX4?
> 
> On Linux, for example, I can run "mount" with no options to see what is
> mounted and where, but this doesn't work on QNX4.
> 
> 
> 
> _______________________________________________
> 
> QNX4 Community Support
> http://community.qnx.com/sf/go/post57691
> 

-- 
Hugh Brown                      (613) 591-0931 ext. 2209 (voice)
QNX Software Systems Ltd.        (613) 591-3579           (fax)
175 Terence Matthews Cres.       email:  hsbrown@qnx.com
Kanata, Ontario, Canada.
K2M 1W8
 

Re: How to list mounts?  
Re: How to list mounts?  
That's very handy, thanks.

I also figured out how to determine the manager behind each item by feeding the PID to qnx_psinfo().

I can get a driver name from disk_get_entry() but I'm wondering if there is a tidier way to do this. Ideally I'd like to
 see e.g. "Fsys.eide" instead of "EID0".

Is there any way to get the filesystem's mount options, i.e. resulting from the "aegrsu" options to the "mount" command?