I'm not sure if this is the proper procedure, but I found a little bug in the ultrix compatibility code: in line 776 of my version it reads lp->d_magic = DISKMAGIC and the same for d_magic2 in the next line wrap both lines with a #ifndef COMPAT_ULTRIX (some fancier solutions are possible) and it will actually preserve the partition map from ultrix. Robert