relpipe-data/examples.xml
branchv_0
changeset 210 f0a2916368e2
parent 209 74fecc2ba590
child 212 bf9a704dc916
equal deleted inserted replaced
209:74fecc2ba590 210:f0a2916368e2
   373 		</blockquote>
   373 		</blockquote>
   374 		
   374 		
   375 		<h2>Rename VG in /etc/fstab using relpipe-tr-sed</h2>
   375 		<h2>Rename VG in /etc/fstab using relpipe-tr-sed</h2>
   376 		
   376 		
   377 		<p>
   377 		<p>
   378 			Let's expect that we have a <code>/etc/fstab</code> with many lines defining the mount-points (directories) of particular devices (disks) and we are using LVM.
   378 			Assume that we have an <code>/etc/fstab</code> with many lines defining the mount-points (directories) of particular devices (disks) and we are using LVM.
   379 			If we rename a volume group (VG), we have to change all of them. The lines look like this one:
   379 			If we rename a volume group (VG), we have to change all of them. The lines look like this one:
   380 		</p>
   380 		</p>
   381 		
   381 		
   382 		<pre>/dev/alpha/photos    /mnt/photos/    btrfs    noauto,noatime,nodiratime    0  0</pre>
   382 		<pre>/dev/alpha/photos    /mnt/photos/    btrfs    noauto,noatime,nodiratime    0  0</pre>
   383 		
   383