相思爱文 于 2012-08-30 22:11:07发表:
C盘是什么格式,fat32还是NTFS(现在好像没有人用fat32了吧) mkdir /mnt/windows/c这个命令不能建立多级目录,要加 -p参数 mount -t vfat /dev/sda1 /mnt/windows/cp这里-t vfat只能挂载fat32格式的文件系统,挂载NTFS用ntfs-3g
相思爱文 于 2012-08-30 22:11:07发表:
C盘是什么格式,fat32还是NTFS(现在好像没有人用fat32了吧)
mkdir /mnt/windows/c这个命令不能建立多级目录,要加 -p参数
mount -t vfat /dev/sda1 /mnt/windows/cp这里-t vfat只能挂载fat32格式的文件系统,挂载NTFS用ntfs-3g