标签:style blog color http c com
【问题描述】
我本来有ubuntu和win8双系统,ubuntu引导系统启动,后来重装了win8,再使用ubuntu系统盘对grub重建恢复系统启动引导文件,却发现ubuntu下无法挂载ntfs了。
【解决办法】
在网上搜了一个办法,感谢http://blog.csdn.net/sishuiliunian0710/article/details/9033833,让我临时解决了这个问题。但是发现c盘无法挂载,提示权限问题。下面具体过程:(蓝色字体为相应命令)
xwch@xwch:~$ sudo fdisk
-l
[sudo] password for xwch:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track,
38913 cylinders, total 625142448 sectors
Units = 扇区 of 1 * 512 = 512
bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size
(minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2bd2c32a
设备 启动 起点 终点 块数 Id 系统
/dev/sda1 * 63 104872319 52436128+
7 HPFS/NTFS/exFAT
/dev/sda2 104872381 625141759 260134689+ f
W95 扩展 (LBA)
/dev/sda5 104872383 278952659 87040138+ 7
HPFS/NTFS/exFAT
/dev/sda6 278952723 453032999 87040138+ 7
HPFS/NTFS/exFAT
/dev/sda7 453033984 550924287 48945152 83
Linux
/dev/sda8 550926336 556783615 2928640 82 Linux 交换 /
Solaris
/dev/sda9 556785664 625141759 34178048 83
Linux
xwch@xwch:~$ sudo ntfsfix
/dev/sda6
Mounting volume... The disk contains an unclean file system
(0, 0).
Metadata kept in Windows cache, refused to
mount.
FAILED
Attempting to correct errors...
Processing $MFT and
$MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing
$MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed
successfully.
Setting required flags on partition... OK
Going to empty the
journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS
volume version is 3.1.
NTFS partition /dev/sda6 was processed
successfully.
xwch@xwch:~$ sudo ntfsfix
/dev/sda1
Mounting volume... Windows is hibernated, refused to
mount.
FAILED
Attempting to correct errors...
Processing $MFT and
$MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing
$MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed
successfully.
Setting required flags on partition... OK
Going to empty the
journal ($LogFile)... OK
Windows is hibernated, refused to mount.
Remount
failed: Operation not permitted
ubuntu13.10出现无法挂载ntfs问题,布布扣,bubuko.com
标签:style blog color http c com
原文地址:http://www.cnblogs.com/crazyeagle/p/3718328.html