relpipe-data/examples/relpipe-out-fstab.xml
author František Kučera <franta-hg@frantovo.cz>
Fri, 11 Jan 2019 23:08:47 +0100
branchv_0
changeset 234 2fc56dd7f003
permissions -rw-r--r--
examples: update XML example (namespace, metadata) and move it to a separate file

<?xml version="1.0" encoding="UTF-8"?>
<relpipe xmlns="tag:globalcode.info,2018:relpipe">
	<relation>
		<name>fstab</name>
		<attributes-metadata>
			<attribute-metadata name="scheme" type="string"/>
			<attribute-metadata name="device" type="string"/>
			<attribute-metadata name="mount_point" type="string"/>
			<attribute-metadata name="type" type="string"/>
			<attribute-metadata name="options" type="string"/>
			<attribute-metadata name="dump" type="integer"/>
			<attribute-metadata name="pass" type="integer"/>
		</attributes-metadata>
		<record>
			<attribute name="scheme" type="string">UUID</attribute>
			<attribute name="device" type="string">29758270-fd25-4a6c-a7bb-9a18302816af</attribute>
			<attribute name="mount_point" type="string">/</attribute>
			<attribute name="type" type="string">ext4</attribute>
			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
			<attribute name="dump" type="integer">0</attribute>
			<attribute name="pass" type="integer">1</attribute>
		</record>
		<record>
			<attribute name="scheme" type="string"></attribute>
			<attribute name="device" type="string">/dev/sr0</attribute>
			<attribute name="mount_point" type="string">/media/cdrom0</attribute>
			<attribute name="type" type="string">udf,iso9660</attribute>
			<attribute name="options" type="string">user,noauto</attribute>
			<attribute name="dump" type="integer">0</attribute>
			<attribute name="pass" type="integer">0</attribute>
		</record>
		<record>
			<attribute name="scheme" type="string"></attribute>
			<attribute name="device" type="string">/dev/sde</attribute>
			<attribute name="mount_point" type="string">/mnt/data</attribute>
			<attribute name="type" type="string">ext4</attribute>
			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
			<attribute name="dump" type="integer">0</attribute>
			<attribute name="pass" type="integer">2</attribute>
		</record>
		<record>
			<attribute name="scheme" type="string">UUID</attribute>
			<attribute name="device" type="string">a2b5f230-a795-4f6f-a39b-9b57686c86d5</attribute>
			<attribute name="mount_point" type="string">/home</attribute>
			<attribute name="type" type="string">btrfs</attribute>
			<attribute name="options" type="string">relatime</attribute>
			<attribute name="dump" type="integer">0</attribute>
			<attribute name="pass" type="integer">2</attribute>
		</record>
		<record>
			<attribute name="scheme" type="string"></attribute>
			<attribute name="device" type="string">/dev/mapper/sdf_crypt</attribute>
			<attribute name="mount_point" type="string">/mnt/private</attribute>
			<attribute name="type" type="string">xfs</attribute>
			<attribute name="options" type="string">relatime</attribute>
			<attribute name="dump" type="integer">0</attribute>
			<attribute name="pass" type="integer">2</attribute>
		</record>
	</relation>
</relpipe>