CONVMVFS(1)
NAME
convmvfs - utility that mirrors a whole filesystem tree from one
charset to another.
SYNOPSIS
convmvfs mountpoint [ options ]
DESCRIPTION
This manual page documents briefly the convmvfs command.
convmvfs is a FUSE (File System in Userspace) utility that transparently mirrors a filesystem tree converting the filenames from one
charset to another on the fly. Only the names of files and directories
are converted, the file content remains intact. The mirrored tree is
mounted at the given mountpoint.
OPTIONS
- General options
- -o opt[,opt...]
mount options
- -h, --help
print help
- -V, --version
print version
- -h, --help
show summary of options
- FUSE options
- -d, -o debug
enable debug output (implies -f)
- -f foreground operation
- -s disable multi-threaded operation
- -o Mount options are specified with a -o flag followed by a comma
separated list of options. The following options are recognized:allow_otherallow access to other usersallow_rootallow access to rootnonemptyallow mounts over non-empty file/dirdefault_permissionsenable permission checking by kernelfsname=NAMEset filesystem namelarge_readissue large read requests (2.4 only)max_read=Nset maximum size of read requestshard_removeimmediate removal (don't hide files)use_inolet filesystem set inode numbersreaddir_inotry to fill in d_ino in readdirdirect_iouse direct I/Okernel_cachecache files in kernelumask=Mset file permissions (octal)uid=N set file ownergid=N set file groupentry_timeout=Tcache timeout for names (1.0s)negative_timeout=Tcache timeout for deleted names (0.0s)attr_timeout=Tcache timeout for attributes (1.0s)srcdir=PATHwhich directory to converticharset=CHARSETcharset used in srcdirocharset=CHARSETcharset used in mounted filesystem
NOTES
If you use a normal user account to mount the file system be sure to
have r/w permissions to /dev/fuse.
Use iconv --list to see which charsets are supported.
To allow other users to access the mount point use allow_other option.
IMPORTANT: if the mount point and srcdir point at the same directory, readdir call will enter a dead loop. BE SURE TO AVOID THIS SITUATION!
SAMPLE USE
to mount:
$ convmvfs /ftp/pub_gbk -o srcdir=/ftp/pub,icharset=utf8,ocharset=gbk
to unmount:
$ fusermount -u /ftp/pub_gbk
SEE ALSO
AUTHOR
convmvfs was written by Z.C. Miao <hellwolf.misty@gmail.com>.
- This manual page was written by Stanislav Maslovski
<stanislav.maslovski@gmail.com>, for the Debian project (but may be
used by others).