`
pNxio
  • 浏览: 19547 次
社区版块
存档分类
最新评论

内核:scripts/basic/fixdep: Permission denied错误

 
阅读更多

出现Permission denied提示

肯定是文件权限方面的问题

 

同时根据提示的错误信息  发现内核文件夹下 存在  /scripts/basic/fixdep文件

 

cd /scripts/baisc
$ ls

 发现文件权限是  -rw------ 

在当前用户下无权限当然会报错了

 

shell 下输入:

     chmod -x scripts/basic/fixdep 或

     chmod 777 scripts/basic/fixdep

 

      执行后发现完全没有效果

 

开始怀疑是NTFS的问题,由于以前编译modules时占用空间过大  这次把他们放到了机械硬盘上

把这个文件拷贝到了linux所在磁盘目录下  执行上述文件 是有效的

 

确定是NTFS挂载的问题

 

su

 

使用root身份挂在NTFS分区 即可

 

图形界面下点击图标会自动挂在分区 但是挂载在用户分区下

 

分享到:
评论

相关推荐

    内核编译安装与调试相关问题与解决方法(1)

    linux内核分析与驱动编程,内核编译安装与调试相关问题与解决方法

    # jquery.cookie ![Build Status](https://travis-ci.org/carhartl/

    Include script *after* the jQuery library (unless you are packaging scripts somehow else): <script src="/path/to/jquery.cookie.js"></script> **Do not include the script directly from GitHub ...

    网盘高速下载

    https://greasyfork.org/zh-CN/scripts/39776 # 我的网盘内和分享链接页面内显示下载助手按钮; 【EX-百度云盘修改版2018.04.04_0.2.1.Mod】 https://greasyfork.org/zh-CN/scripts/39854 网盘内和分享链接页面均...

    输入法漏洞完全心得

    6.打开IE,输入: http://ip/scripts/cmd.exe?/c dir 怎么样?有cmd.exe文件了吧?好我 们继续; 7. http://ip/scripts/cmd.exe?/c echo net user guest /active:yes>go.bat 8. ...

    www:https的代码

    先决条件运行: Python 3.9以上仅开发: Node.js v12 纱Heroku CLI- (可选)安装scripts/install [--update]用法在本地运行网站: scripts/serve [UVICORN_OPTIONS] 像在生产环境中一样运行网站: . venv/bin/...

    交叉编译驱动模块

    这是一个交叉编译驱动模块的例子,其中有两种方法,一是通过kconfing文件,二是直接通过写单独的makefile文件通过编译

    Foundations of Python Network Programming(3rd).pdf 0分

    Python 2 to Python 3 by comparing the scripts used in each chapter of the second edition of this book with the listings here in the third edition—both of which are available at ...

    r58_evb_sc5806v4加载TP成功修改config 20160815 2026.7z

    3、编译lichee内核的时候出现modules中的软链接失效的问题的解决: cp sunxi_schw.ko /home/rootroot/wyb/r58_evb_sc5806/lichee/linux-3.4/output/lib/modules/3.4.39/ make:离开目录“/home/rootroot/wyb/r58_evb_...

    问一个关于echarts本地路径的问题

    问一个关于echarts本地路径的问题

    华为Java面试题与详细代码

    华为面试的几道题目,均有详细代码,仅供参考

    VIMIM-VIM中文输入法

    官方网址: http://vim.sourceforge.net/scripts/script.php?script_id=2506 新闻论坛: http://groups.google.com/group/vimim 最新程式: http://vimim.googlecode.com/ 最新主页: ...

    DeepLearningTutorials

    - data - data and scripts to download data that is used by the tutorials - doc - restructured text used by Sphinx to build the tutorial website - html - built automatically by doc/Makefile, contains ...

    自动剪辑神器autoeditor!完全免费开源。特定版本可用21.8.1

    cd /d D:\Python393\Scripts 3.2 安装auto-editor pip install auto-editor 四、使用auto-editor自动剪辑软件 第一种剪辑方法: auto-editor C:/Users/PC-2020/Desktop/123456.mp4 第二种剪辑方法:(推荐) auto-...

    最新版Understand-Chinese-4.0.922-Linux 中文版

    _http://www.scitools.com/perl_scripts/uperl/uml_class.upl _http://www.scitools.com/perl_scripts/uperl/invocation.upl 放到 sti/conf/scripts/local 目录下。 然后重新运行,执行 project-> project ...

    癞子斗地主源码下载

    最近网上源码难找了,在这里给大家提供一份癞子斗地主源码,可用的哦[img=http://forum.csdn.net/PointForum/ui/scripts/csdn/Plugin/001/face/42.gif][/img]!!!在这里先上图给大家参考[img=...

    Unity+物体边框发光插件 HighLighting

    HighLighting 导入 Highlighting ....将 Assets/Plugins/HighlightingSystem/Scripts/HighlightingRenderer 脚本添加到相机对象上 将 Assets/Plugins/HighlightingSystem/Scripts/Highlighter 脚本添加到游戏对象上

    关于shell语言的,是从C语言改变过来的

    有关shell语言的各种基本用法,具体的操作,还有各种语句的实例描述

    MoreRun

    http://www.si.net.cn/scripts/chat.exe ICQ99.exe Oicq.exe c:foxmailFoxmail.exe c: etants etants.exe 等程序和站点,你就可以用本程序定制以下任务: 1 http://heavybomb.yeah.net 1 ...

    Calendar Eightysix JS日历插件

    Full documentation at http://dev.base86.com/scripts/mootools_javascript_datepicker_calendar_eightysix.html. Look at the source code of this document for the HTML and JS-code.

    VoIP NGN IMS 3G 标准 规范 测试技术 资料集合

    『Linux/Solaris/Unix/Database/Scripts』技术资料下载 http://wellya.net/thread-htm-fid-21.html 『厂商产品技术』技术资料下载 http://wellya.net/thread-htm-fid-79.html 『认证考试培训』技术资料下载 ...

Global site tag (gtag.js) - Google Analytics