|
|
RE: RE: Power safe filesystem
|
|
04/24/2009 9:08 AM
post27981
|
RE: RE: Power safe filesystem
> -----Original Message-----
> From: Lakshminarayanan R [mailto:community-noreply@qnx.com]
> Sent: April-24-09 9:02 AM
> To: general-filesystems
> Subject: Re: RE: Power safe filesystem
>
> Firstly, I tried with few more CF's but all are behaving the same way
> i.e) I'm gets mounted as read only. Can you suggest some CF vendor with
> which QNX6 is tested and is working?
>
> Secondly, on your suggestion on having two partitions I have these two
> constraints.
> 1. I'm not allowed to write even my SW/ OS after initializing it. It
> just has the blank partition.
If you are not allow to write then what is the problem with using the QNX4FS? Just mount the partition as read-only
after you've initialized it.
> 2. Running chkfsys at startup would be too costly for me. I cannot
> afford to have it.
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post27979
>
|
|
|
|
|
|
|
Re: RE: Power safe filesystem
|
|
04/25/2009 12:45 PM
post28090
|
Re: RE: Power safe filesystem
> Firstly, I tried with few more CF's but all are behaving the same way i.e) I'm
> gets mounted as read only.
Is this using "-o sync=optional" as discussed elsewhere? The problem is CF lies about its sync support, some devices
claim to support it but do nothing, others fail the command, some are write-through and don't need it, etc. You would
have to evaluate your selected h/w.
> Secondly, on your suggestion on having two partitions I have these two
> constraints.
> 1. I'm not allowed to write even my SW/ OS after initializing it. It just has
> the blank partition.
> 2. Running chkfsys at startup would be too costly for me. I cannot afford to
> have it.
If you will not be writing to the partition at runtime I don't understand your requirement for power-safety?! In this
case fs-qnx4 will have the most efficient extent layout, and will not need a chkfsys provided you mount it read-only
(I'd start "devb-eide block ro" to ensure this).
|
|
|
|
|