smallapple 写了:不清楚是分区有问题还是文件有问题,把 /dev/sda1挂载上,文件列表看下代码: 全选
sudo mount -t ntfs /dev/sda1 /mnt ls -l /mnt
marble@marble-ubuntu:~$ sudo mount -t ntfs /dev/sda1 /mnt
marble@marble-ubuntu:~$ ls -l /mnt
总计 2339989
-rwxrwxrwx 1 root root 24 2009-06-11 05:42 autoexec.bat
drwxrwxrwx 1 root root 4096 2009-11-09 20:57 Boot
-rwxrwxrwx 1 root root 383562 2009-07-14 09:38 bootmgr
-rwxrwxrwx 1 root root 8192 2009-11-09 20:57 BOOTSECT.BAK
-rwxrwxrwx 1 root root 10 2009-06-11 05:42 config.sys
drwxrwxrwx 1 root root 0 2009-07-14 12:53 Documents and Settings
-rwxrwxrwx 1 root root 2395705344 2009-11-13 21:01 hiberfil.sys
drwxrwxrwx 1 root root 0 2009-07-14 10:37 PerfLogs
drwxrwxrwx 1 root root 4096 2009-11-12 20:38 ProgramData
drwxrwxrwx 1 root root 8192 2009-11-09 23:00 Program Files
drwxrwxrwx 1 root root 0 2009-11-09 21:26 Recovery
drwxrwxrwx 1 root root 0 2009-11-09 21:26 $Recycle.Bin
drwxrwxrwx 1 root root 0 2009-11-18 10:37 RECYCLER
drwxrwxrwx 1 root root 4096 2009-11-11 22:44 System Volume Information
drwxrwxrwx 1 root root 0 2009-11-12 21:07 TDDownload
drwxrwxrwx 1 root root 4096 2009-11-09 21:26 Users
drwxrwxrwx 1 root root 24576 2009-11-09 23:03 Windows
marble@marble-ubuntu:~$