how to check disk free space of qnx ?

I have a hard disk which have 8G capability.The disk have 3 sectorization.
C (3.89G)and D use for windows 98 ,E (about 2195M)use for qnx6.1.0.
And the qnx system setup in window98 environment ,but only use 2048M
capability.
In qnx system,I want to see the free space in qnx disk,so I use the
Utility–df.

#df -p

Filesystem 512-blocks Used Available Capacity Mounted on
/dev/fd0 0 0 0 100%
/dev/cd0 0 0 0 100% (/fs/cd0/)
/dev/hd0t11.2 4496600 4310164 186436 96% /fs/hd0-dos/
/dev/hd0t11.1 4120560 3212104 908456 78% /fs/hd0-dos-2/
/dev/hd0t11 8177064 6600216 1576848 81% /fs/hd0-dos-3/
/dev/hd0 16841665 16841665 0 100%

I know that /fs/hd0-dos-3/ is C,/fs/hd0-dos-2/ is D ,/fs/hd0-dos/ is E
I install qnx6.1.0 ,in max space 2048M.
Now I only know that 96% of E use for qnx,but I don’t know how many free
space in qnx.
So I don’t know when the qnx disk space is full.
My question is how to know that disk free space of qnx?

Interestingly, the /dev/hd0t79 or /dev/hd0t77 is not listed in the table you
give. I have not tried to install QNX on dos filesystem, so I not sure if
/dev/hd0t79 should be one of the devices at /dev. If you could find
/dev/hd0t79, please use the df utility to try this device and see the free
space.

Shrimp

“zhz_zhang” <zhz_zhang26@sina.com> дÈëÏûÏ¢ÐÂÎÅ:ad4h6f$nt6$1@inn.qnx.com

I have a hard disk which have 8G capability.The disk have 3 sectorization.
C (3.89G)and D use for windows 98 ,E (about 2195M)use for qnx6.1.0.
And the qnx system setup in window98 environment ,but only use 2048M
capability.
In qnx system,I want to see the free space in qnx disk,so I use the
Utility–df.

#df -p

Filesystem 512-blocks Used Available Capacity Mounted on
/dev/fd0 0 0 0 100%
/dev/cd0 0 0 0 100% (/fs/cd0/)
/dev/hd0t11.2 4496600 4310164 186436 96% /fs/hd0-dos/
/dev/hd0t11.1 4120560 3212104 908456 78% /fs/hd0-dos-2/
/dev/hd0t11 8177064 6600216 1576848 81% /fs/hd0-dos-3/
/dev/hd0 16841665 16841665 0 100%

I know that /fs/hd0-dos-3/ is C,/fs/hd0-dos-2/ is D ,/fs/hd0-dos/ is E
I install qnx6.1.0 ,in max space 2048M.
Now I only know that 96% of E use for qnx,but I don’t know how many free
space in qnx.
So I don’t know when the qnx disk space is full.
My question is how to know that disk free space of qnx?










\

zhz_zhang <zhz_zhang26@sina.com> wrote in article <ad4h6f$nt6$1@inn.qnx.com>…
[x]

My question is how to know that disk free space of qnx?

df /fs/hd0-dos/root.qfs ?
(which image do you see on E: in windows?)

Eduard.
ed1k at ukr dot net