雪城的BLOG

谁能书阁下,白首太玄经。

Subscribe to RSS feed

Posts tagged with "ntfs"

ubuntu如何读写NTFS分区

,

读取只需:
mount -t ntfs -o nls=utf8,umask=000 /dev/hda1 /mnt/winc

读写需要 ntfs-3g:
1、 apt-get install ntfs-3g

成功后就可以: ntfs-3g /dev/hda1 /mnt/winc