The following warning often appears in the ubuntu linux which is configurative with a windows system when you try to mount the ntfs volume. 
This phenomenon merely happens when your windows had been shutdown innormally or the USB device is unmounted innormally. To fix this problem, just do as the ‘Details’ tell you:
sudo mount -t ntfs-3g /dev/sdb1 /media/yourvolume -o force |
As the command complishes, you will make it when try mount the very volume another time. Good luck!
[warning]This is original article, you could copy it freely with my site links!
此日志为dutor原创,您可以自由转载,添加原文链接我将万分感激![/warning]
你好!除了代码,此处没有多少原创之物,皆为本人搜集、整理、总结之记录与心得,欢迎转载分享!转载时请尽量注明出处,将不胜感激。祝你健康、快乐!
Be the first to comment on this entry.