On Fri, 2005-12-02 at 13:47 -0800, chen li wrote: > Now I can make it. One more question: How do I umount > it after I am done with my files? I typed the command > (umount /mnt/win) as root and the terminal says > /mnt/win is busy. So what is going on? > --- cd / umount /mnt/win you can't umount a removable disk if your cwd is on the path. Craig