Posts Tagged ‘ntfs’

无法挂载NTFS分区

星期日, 三月 8th, 2009

yingouqlj@qlj-sh-cn:~$ sudo mount /dev/sda1 /media/disk_c
Windows is hibernated, refused to mount.
Failed to mount ‘/dev/sda1′: Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows
properly, or mount the volume read-only with the ‘ro’ mount option, or
mount the volume read-write with the ‘remove_hiberfile’ mount option.
For example type on the command line:

mount -t ntfs-3g /dev/sda1 /media/disk_c -o remove_hiberfile
(更多…)