Changes

From SME Server
Jump to navigationJump to search
76 bytes added ,  10:39, 25 October 2007
Line 89: Line 89:     
====labeling your USB drive====
 
====labeling your USB drive====
 +
Only required if you didn't label your drive using the previous section.
 +
 
=====ext2/ext3=====
 
=====ext2/ext3=====
 
  e2label /dev/sdd1 MyLabel
 
  e2label /dev/sdd1 MyLabel
Line 116: Line 118:  
  dosfslabel /dev/sdd1
 
  dosfslabel /dev/sdd1
 
produces the following output:
 
produces the following output:
Warning: FAT32 support is still ALPHA.
+
Warning: FAT32 support is still ALPHA.
MyLabel
+
MyLabel
    
While it is safe to use <code>dosfslabel</code> to check the label on a drive, you should not use it to create or change the label on any drive that contains data you care about.
 
While it is safe to use <code>dosfslabel</code> to check the label on a drive, you should not use it to create or change the label on any drive that contains data you care about.

Navigation menu