did you try either of the following at the mount stage --

alter database datafile 3 offline;

or

alter database datafile 3 offline drop;

you can use the datafile name also with the full path

- Rajeev