[SCM] live-manual branch, master, updated. debian/20100101-1-7-g3251630

Marco Amadori amadorim at vdavda.com
Mon Feb 22 14:42:24 UTC 2010


The following commit has been merged in the master branch:
commit 3251630d5399ae23a75de46d71b9920be9135068
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Mon Feb 22 15:37:03 2010 +0100

    Persistence: how to change filesystem labels.
    
    * Useful for already existing partitions.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

diff --git a/xml/chapters/live-environment.xml b/xml/chapters/live-environment.xml
index c12c3be..29e7ae1 100644
--- a/xml/chapters/live-environment.xml
+++ b/xml/chapters/live-environment.xml
@@ -92,6 +92,13 @@ Note that on old versions of <literal>console-setup</literal> (i.e. Lenny's one)
 # mkfs.ext2 -L live-rw /dev/sdb1
 </screen>
 
+<para>If you already have a partition on your device, you could just change the label with one of the following:</para>
+
+<screen>
+# tune2fs -L live-rw /dev/sdb1 # for ext2,3,4 filesystems
+# dosfslabel /dev/sdb1 live-rw # for a fat filesystem
+</screen>
+
 <para>But since live system users cannot always use a hard drive partition, and considering that most USB keys have poor write speeds, 'full' persistence could be also used with just image files, so you could create a file representing a partition and put this image file even on a NTFS partition of a foreign OS, with something like:</para>
 
 <screen>

-- 
live-manual



More information about the debian-live-changes mailing list