[问题]ubuntu所在ntfs分区无法显示中文文件,其他分区都可以
发表于 : 2008-05-03 14:18
用wubi安装ubuntu后,ubuntu所在ntfs分区无法显示中文文件,其他分区都可以
我的分区信息
zhouyr@zhouyr-laptop:~$ sudo fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4b3ff212
Device Boot Start End Blocks Id System
/dev/sda1 1 7 56196 ce Unknown
/dev/sda2 * 8 1313 10490445 7 HPFS/NTFS
/dev/sda3 1314 7296 48058447+ f W95 Ext'd (LBA)
/dev/sda5 1314 4501 25607578+ 7 HPFS/NTFS
/dev/sda6 4502 7296 22450806 7 HPFS/NTFS
ubuntu安装在sda6中,起动后该分区自动挂载在 /host/下,结果凡是有中文的文件和文件夹都无法显示
sda2 sda5通过/etc/fstab挂载可以正常显示中文文件
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/host/ubuntu/disks/root.disk / ext3 loop,errors=remount-ro 0 1
/host/ubuntu/disks/boot /boot none bind 0 0
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/sda6 /media/ZHOUYR ntfs umask=222,utf8 0 0
/dev/sda2 /media/system ntfs umask=222,utf8 0 0
/dev/sda5 /media/work ntfs umask=222,utf8 0 0
希望各位指教 谢谢
我的分区信息
zhouyr@zhouyr-laptop:~$ sudo fdisk -l
Disk /dev/sda: 60.0 GB, 60011642880 bytes
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x4b3ff212
Device Boot Start End Blocks Id System
/dev/sda1 1 7 56196 ce Unknown
/dev/sda2 * 8 1313 10490445 7 HPFS/NTFS
/dev/sda3 1314 7296 48058447+ f W95 Ext'd (LBA)
/dev/sda5 1314 4501 25607578+ 7 HPFS/NTFS
/dev/sda6 4502 7296 22450806 7 HPFS/NTFS
ubuntu安装在sda6中,起动后该分区自动挂载在 /host/下,结果凡是有中文的文件和文件夹都无法显示
sda2 sda5通过/etc/fstab挂载可以正常显示中文文件
# /etc/fstab: static file system information.
#
# -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/host/ubuntu/disks/root.disk / ext3 loop,errors=remount-ro 0 1
/host/ubuntu/disks/boot /boot none bind 0 0
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
#/dev/sda6 /media/ZHOUYR ntfs umask=222,utf8 0 0
/dev/sda2 /media/system ntfs umask=222,utf8 0 0
/dev/sda5 /media/work ntfs umask=222,utf8 0 0
希望各位指教 谢谢