Hi all:<br>    I am using Centos 5.1. But now I have a problem when unmount a removable usb hard disk with right click and choose unmount volume command. When I did that, system reminds me with a message like this:Cannot unmount volume "xxx", Detail: Cannot remove directory, "xxx" represents a temporary directory made when the system auto mount the disk in /media, and "xxx" is simple-chinese. But in fact, the volume has been removed because there're no files or folder in xxx.<br>
    Because the file system type of the hard disk is NTFS, £É install ntfs-3g and add a script named "mount.ntfs" in /sbin, the content of the script is <br>#!/bin/sh<br>export LANG=zh_CN.UTF-8<br>exec /sbin/mount.ntfs-3g "$@"<br clear="all">
    I googled this problem for many days and didn't find any way to solve this problem. Maybe it is a bug. I hope someone can help me. Thank you.<br>-- <br>Sunny Lee