Hi! Looks like the ataraid driver does not reread the partition table because of the ioctl call is not implemented. I cloned the code from the ide driver. The patch is attached. The atomic_t stuff might be a bit paranoid, but I was not sure if it is save to use char. (Well, I use it only as a boolean busy flag...) bye, Wilfried