diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-586A88EC-45CC-504B-BB75-9BD88233D88F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-586A88EC-45CC-504B-BB75-9BD88233D88F.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,55 @@ + + + + + +Configuring +the msgPriorityDriveList.ini fileA list of priority drives with priority set to each drive is maintained +by Message Server. The list supports only seven drives out of which one must +be the device system drive. +

Before you start, +you must understand Handling +Multiple Disk Drives.

+

Before updating +the file, read the following considerations:

    +
  • The drive list is read +by message server only if the list is not already present in the central repository.

  • +
  • The drive list must +be an ordered list, with the highest priority drive at the beginning of the +list.

  • +
  • The first drive in the +list which is either empty or has a valid message store will be the current +drive.

  • +
  • The device system drive +must be present in the preferred drive list. If the drive is not mentioned +in the list, it will be appended at the end of the preferred drive list. The +last drive hence mentioned below will be removed from the list.

  • +
  • If there are more than +seven drives are mentioned in the list below, only first seven drives will +be read.

  • +
+ +To include the priority +drives to the msgPriorityDriveList.ini file, modify it, +before building the Messaging Middleware module. + The msgPriorityDriveList.ini file holds +the list of drives that must be the part of a priority drive list. + + +msgPriorityDriveList.ini +example # The preferred drive list. + +PriorityDrive1 = C +PriorityDrive2 = D +PriorityDrive3 = E +PriorityDrive4 = F +PriorityDrive5 = G +PriorityDrive6 = H +PriorityDrive7 = I +
\ No newline at end of file