On 05/22/2012 08:07 PM, Richard W.M. Jones wrote:
BTW, although this is not a proper solution, using the
'utf8'
mount option should work, ie:
><fs> mount-options utf8 /dev/vda1 /
or:
guestfish --ro -a d.img -m /dev/vda1:/:utf8
Rich.
<fs> mkfs vfat /dev/vda
<fs> mount /dev/vda /
<fs> ll /
total 20
drwxr-xr-x 2 root root 16384 Jan 1 1970 .
drwxr-xr-x 23 1000 1000 4096 May 22 20:07 ..
<fs> mkdir /新建文件夹
libguestfs: error: mkdir: /新建文件夹:
Invalid argument
thanks,
Wanlong Gao