relpipe-data/examples/relpipe-out-fstab.xml
branchv_0
changeset 234 2fc56dd7f003
equal deleted inserted replaced
233:a8029bd1c87a 234:2fc56dd7f003
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <relpipe xmlns="tag:globalcode.info,2018:relpipe">
       
     3 	<relation>
       
     4 		<name>fstab</name>
       
     5 		<attributes-metadata>
       
     6 			<attribute-metadata name="scheme" type="string"/>
       
     7 			<attribute-metadata name="device" type="string"/>
       
     8 			<attribute-metadata name="mount_point" type="string"/>
       
     9 			<attribute-metadata name="type" type="string"/>
       
    10 			<attribute-metadata name="options" type="string"/>
       
    11 			<attribute-metadata name="dump" type="integer"/>
       
    12 			<attribute-metadata name="pass" type="integer"/>
       
    13 		</attributes-metadata>
       
    14 		<record>
       
    15 			<attribute name="scheme" type="string">UUID</attribute>
       
    16 			<attribute name="device" type="string">29758270-fd25-4a6c-a7bb-9a18302816af</attribute>
       
    17 			<attribute name="mount_point" type="string">/</attribute>
       
    18 			<attribute name="type" type="string">ext4</attribute>
       
    19 			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
       
    20 			<attribute name="dump" type="integer">0</attribute>
       
    21 			<attribute name="pass" type="integer">1</attribute>
       
    22 		</record>
       
    23 		<record>
       
    24 			<attribute name="scheme" type="string"></attribute>
       
    25 			<attribute name="device" type="string">/dev/sr0</attribute>
       
    26 			<attribute name="mount_point" type="string">/media/cdrom0</attribute>
       
    27 			<attribute name="type" type="string">udf,iso9660</attribute>
       
    28 			<attribute name="options" type="string">user,noauto</attribute>
       
    29 			<attribute name="dump" type="integer">0</attribute>
       
    30 			<attribute name="pass" type="integer">0</attribute>
       
    31 		</record>
       
    32 		<record>
       
    33 			<attribute name="scheme" type="string"></attribute>
       
    34 			<attribute name="device" type="string">/dev/sde</attribute>
       
    35 			<attribute name="mount_point" type="string">/mnt/data</attribute>
       
    36 			<attribute name="type" type="string">ext4</attribute>
       
    37 			<attribute name="options" type="string">relatime,user_xattr,errors=remount-ro</attribute>
       
    38 			<attribute name="dump" type="integer">0</attribute>
       
    39 			<attribute name="pass" type="integer">2</attribute>
       
    40 		</record>
       
    41 		<record>
       
    42 			<attribute name="scheme" type="string">UUID</attribute>
       
    43 			<attribute name="device" type="string">a2b5f230-a795-4f6f-a39b-9b57686c86d5</attribute>
       
    44 			<attribute name="mount_point" type="string">/home</attribute>
       
    45 			<attribute name="type" type="string">btrfs</attribute>
       
    46 			<attribute name="options" type="string">relatime</attribute>
       
    47 			<attribute name="dump" type="integer">0</attribute>
       
    48 			<attribute name="pass" type="integer">2</attribute>
       
    49 		</record>
       
    50 		<record>
       
    51 			<attribute name="scheme" type="string"></attribute>
       
    52 			<attribute name="device" type="string">/dev/mapper/sdf_crypt</attribute>
       
    53 			<attribute name="mount_point" type="string">/mnt/private</attribute>
       
    54 			<attribute name="type" type="string">xfs</attribute>
       
    55 			<attribute name="options" type="string">relatime</attribute>
       
    56 			<attribute name="dump" type="integer">0</attribute>
       
    57 			<attribute name="pass" type="integer">2</attribute>
       
    58 		</record>
       
    59 	</relation>
       
    60 </relpipe>