SanPolicy (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the SanPolicy setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the type of Storage Area Network (SAN) policy to apply to the device.

The following table shows the possible values.

Value

Description

1

Mounts all available storage devices.

2

Mounts all storage devices except those on a shared bus.

Examples of shared buses are SCSI, iSCSI, Fiber, and SAS.

3

Does not mount storage devices.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

PartitionManager

Products/Embedded Core/PartitionManager/SanPolicy

XML Example

The following XML example shows how to configure SANPolicy to mount all available storage devices.

<PartitionManager>
    <SanPolicy>1</SanPolicy>
<\PartitionManager>

See Also

Concepts

Embedded Core Settings