fs.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 12 Aug 2010 00:02:09 +0300
changeset 497 8550e7dc31e1
parent 447 4c923e95c2e5
child 519 bf4dcc22ccd9
permissions -rw-r--r--
Intel SpeedstepВ® Technology.

-*- mode:outline; coding: utf-8 -*-

* Make label on FAT32 volume.

The volume name can be up to 11 characters long.

  $ sudo mlabel -i /dev/<device> ::my-label

or when create FAT32 file system:

  $ sudo mkdosfs -n <vol-name> /dev/<device>

* Convert file name coding.

  $ convmv --nosmart -f cp-1251 -t utf-8 -r $dir

* File names.

** POSIX.

** Windows.

  http://msdn.microsoft.com/en-us/library/aa365247.aspx
                Naming Files, Paths, and Namespaces