PROBLEM: (70564) (PATCH ID: OSF445-154) ******** This patch provides several fixes including: 1) Signal parent process to enable user notification of mount failure. 2) Return functionality to accept disk-type from user. 3) Exit if overlap detected and not being run interactively. 4) Don't do check_usage for -N option or mfs. 5) Move common variable declarations to header file. 6) Adjust fssize and references to it to handle larger file systems. PROBLEM: (84770) (PATCH ID: OSF445-682) ******** The cylinder summary area of UFS was created with a static capacity of 256k. This limits the total number of cylinder groups to 16384 which may be less than the number of cylinder groups required for a large file system of approximately 800gb or more. This can cause system panics when attempting to access data beyond cyl group 16K.