System administrators use the disk init command to initialize new database devices with the disk init command.
Maps the specified physical disk device or operating system file to a database device name
Lists the new device in master..sysdevices
Prepares the device for database storage
disk init divides the database devices into allocation units, groups of 256 logical pages. The size of the allocation unit depends on which logical page size your server is configured for (2, 4, 8, or 16K). In each allocation unit, the disk init command initializes the first page as the allocation page, which contains information about the database (if any) that resides on the allocation unit.
The disk init command initializes a physical device or file and makes it usable by SAP ASE.
See the Reference Manual: Commands for the disk init syntax.