aloveboy 于 2007-05-28 20:24:09发表:
mount -t vfat -o codepage=936,iocharset=cp936 /dev/sda1 /mnt/usbdisk
aloveboy 于 2007-05-28 20:22:44发表:
中文乱码? cd /mnt mkdir usbdisk mount -t vfat -o codepage=936,iosetchar=cp936 /dev/sda1 /mnt/usbdisk 这样一般乱码都能解决
ary104 于 2007-05-28 16:45:11发表:
试试看
aloveboy 于 2007-05-28 20:24:09发表:
mount -t vfat -o codepage=936,iocharset=cp936 /dev/sda1 /mnt/usbdisk
aloveboy 于 2007-05-28 20:22:44发表:
中文乱码?
cd /mnt
mkdir usbdisk
mount -t vfat -o codepage=936,iosetchar=cp936 /dev/sda1 /mnt/usbdisk
这样一般乱码都能解决
ary104 于 2007-05-28 16:45:11发表:
试试看