fs.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 16 Jul 2010 10:05:43 +0300
changeset 446 047e6ecce4ee
parent 381 bce5618a8704
child 447 4c923e95c2e5
permissions -rw-r--r--
File names.

-*- 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%28VS.85%29.aspx
                Naming Files, Paths, and Namespaces