源址

Question :

on several machines that i've upgraded from Natty to Oneiric, i get an error every boot (one for every NTFS partition) :Serious errors were found while checking the disk drive for /windows/c.

Press I to ignore, S to skip mounting, or M for manual recovery

following the suggestion in this answer, i ran fsck from the manual recovery shell.i got this output :fsck from util-linux 2.19.1

fsck: fsck.ntfs: not found

fsck: Error 2 while executing fsck.ntfs for /dev/sda1

i can't find fsck.ntfs , and command-not-found doesn't help either.how can i make this error go away?

by the way, i've tried booting into Windows (XP) several times, thinking that Windows would repair the filesystems.but apparently Windows thinks the filesysystems are just fine.and it's odd that all NTFS filesystems are affected.

Also, i can work around this problem by dropping to a recovery shell and issuing mount -a , but for my coworkers'sakes i need unattended boot.Answer 1 :

fsck.ntfs is usually only a link to ntfsfix which is an utility from the package ntfsprogs that is already available with a standard installation of Ubuntu.

you can make a simbolic link between fsck.ntfs and ntfsfix to solve this permanently :sudo ln -s /usr/bin/ntfsfix /sbin/fsck.ntfs

sudo ln -s /usr/bin/ntfsfix /sbin/fsck.ntfs-3g

keep in mind that this utility came from a reverse engineering process and are not the best option to manage your filesystem, the NTFS filesystem does not belong to the GNU/ linux world.Answer 2 :

i think it could be noted for some people that ntfsfix gets installed into /bin/ instead of /usr/bin .sosudo ln -nsf /bin/ntfsfix /sbin/fsck.ntfs

sudo ln -nsf /bin/ntfsfix /sbin/fsck.ntfs-3g

if you have already created the symlink from /usr/bin/sudo rm -f /sbin/fsck.ntfs

sudo rm -f /sbin/fsck.ntfs-3g

and then create the symlinks again.

linux fsck ntfs,fsck找不到 fsck.ntfs相关推荐

  1. linux fsck ntfs,fsck找不到fsck.ntfs

    问题描述 在我从Natty升级到Oneiric的几台机器上,每次启动都会出错(每个NTFS分区一个): Serious errors were found while checking the dis ...

  2. linux grub关闭 fsck,手把手教你安全运行fsck命令

    在windows下,磁盘的文件系统出错,需要运行chkdsk命令进行修复.而在linux下,则需要运行fsck命令.由于linux对于文件系统的错误非常敏感,由于意外断电或者其它原因导致linux系统 ...

  3. Linux启动报:UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY问题解决

    Linux启动报:UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY问题解决 参考文章: (1)Linux启动报:UNEXPECTED INCONSISTENCY: ...

  4. linux sd卡修复工具,如何使用'fsck'修复Linux中的文件系统错误

    文件系统负责组织数据的存储和恢复方式. 无论如何,随着时间的推移,文件系统可能会被破坏,并且可能无法访问它的某些部分. 如果您的文件系统出现这种不一致,建议验证其完整性. 这可以通过名为fsck的系统 ...

  5. 操作实例:Linux上挂载移动硬盘和IPSAN上的NTFS分区

    工作中需要搭建内部网络的yum软件仓库,便于各主机安装更新软件. 软件仓库的文件存储放在一台IPSAN(192.168.0.46)上,其中包括一些Linux发行版的ISO镜像和YUM同步的源. 软件仓 ...

  6. linux挂载fat分区,[实例]用fstab在Linux下自动挂载Win的FAT和NTFS分区

    这是根据自己的电脑挂载NTFS分区,结合网上信息,在archLinux wiki上的编写的页面中的一段. 讲解下关于fstab的用法 下面请看具体步骤: 1.先在用fdisk -l(可能需要在root ...

  7. 在线编译linux,在线就能用的Linux我给你找好了

    原标题:在线就能用的Linux我给你找好了 来源:公众号[编程珠玑] 作者:守望先生 是不是不想装虚拟机,还想体验一下Linux?是不是自己的电脑不在,又想搞事情?今天给大家推荐几个在线就可以玩的Li ...

  8. linux source 命令位置,linux的source命令找不到解决方法

    linux下使用source命令有时候会突然出现找不到命令的情况,下面由学习啦小编为大家搜集整理了linux的source命令找不到的解决方法,希望对大家有帮助! linux的source命令找不到的 ...

  9. Tuxera NTFS for Mac(mac读写NTFS磁盘工具)简体中文版

    uxera NTFS for Mac可以完整的读写兼容NTFS格式驱动器.对磁盘进行访问.编辑.存储和传输文件等操作.同时还包括开源磁盘管理器等简单的格式和硬盘维修检查和修复. 更新日志: 1.支持h ...

最新文章

  1. Django 模型查询2.3
  2. 谁说用 Git 一定要用命令行?试试 SourceTree 吧
  3. C#中Attribute的继承
  4. LeetCode刷题过程中的一些小tips
  5. python数字形式转换_在Python中将字母转换为数字
  6. SPOOLing假脱机技术详细介绍
  7. API接口应该如何设计?
  8. 转载:vc6.0 打开文件的时候出现Microsoft Visual C++:MSDEV.EXE 应用程序错误
  9. 浏览器ocx控件安装 IE浏览器可用
  10. 计算机专利英语笔译,基于Trados2014的专利翻译实践报告-英语笔译专业论文.docx...
  11. Android Studio中通过SQLiteDatabase类操作数据库
  12. 苹果 IOS 早期版本 NDEF的读写问题 C#
  13. android的快速开发框架集合
  14. Comet OJ - Contest #8 神奇函数(积性函数)
  15. iPhone14到手先做啥,捷客特教你避雷手机配件“坑”
  16. 千寻和省cors精度对比_千寻位置服务与CORS系统的精度探讨
  17. Android.bp编译提示ninja: error: unknown target ‘MODULES-IN-xxx‘终极指南
  18. 制作马赛克拼图的工具:TurboMosaic Mac版
  19. 小米手机电池恢复代码_小米“米家电磁炉C1”评测:7挡火力,2100W大功率设计...
  20. [Luogu P4228] [LOJ 2330] 榕树之心

热门文章

  1. Python3:我只用1行代码就下载全网视频,我被我的才华和颜值征服了!!
  2. 我的世界java出生蘑菇岛,我的世界:出生在蘑菇岛是种怎样的体验?星耀带你了解一番...
  3. 基于JSP开发的影视创作论坛管理系统
  4. 【Linux网络编程(七)】集线器、交换机、路由器
  5. 永久性重定向临时性重定向
  6. 小程序源码:2022虎年背景全新UI头像框制作
  7. 美团2020,4.16笔试第三题
  8. 剑指offer77:链表排序(归并排序)
  9. 人工智能惊现重大突破,2021将引领未来
  10. 活在当下:奔向35岁路上的35个感悟