Unwanted automount

Hello everyone.

I’m new to QNX and I’ve installed QNX 6.3.2 in my PC (x86).

I have a question. When I start the QNX system, it always mount a FAT partition automatically. I would like to know how to configure the system to just only mount the partitions that I want.

Thank you!

I suspect that this happens during the boot process. You could create your own custom .boot file but it would be easier I think to just unmount the FAT partition if you don’t want it visible.

Thanks maschoen.

What I really want to know is if there is any file in QNX similar to /etc/fstab in Linux.

Regards.

There is no /etc/fstab, the filesystem (devb-eide) just mount every partition it understands.

You can either change the boot image to change how devb-eide should start. Or you can put something like “umount /fs/hd0-dos” in your /etc/rc.d/rc.local to umount the unwanted fs.