fs.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 03 Aug 2010 12:20:07 +0300
changeset 483 a5ebcd5c7544
parent 447 4c923e95c2e5
child 519 bf4dcc22ccd9
permissions -rw-r--r--
Cygwin installation info.

-*- 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