今天在操作移动硬盘挂载服务器时,执行完mount指令,直接报错“Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command
.”

root@dell-PowerEdge-T430:/home# mount -t ntfs-3g /dev/sdc1 /home/upan
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.

翻译下:“拒绝挂载,因为NTFS卷已经独占地打开了。卷可能已经挂载,或其他软件可能使用它

可以通过'fuser'命令的帮助来识别。”

原因:回想了下,应该是非正常umount操作,可能是直接拔出USB,或者服务器重启造成的。

根据报错提示,我们可以通过fuser指令,来查看打开文件的信息。那就查下fuser的如何使用,执行

fuser --hlep

root@dell-PowerEdge-T430:/home# fuser --help
fuser: Invalid option --help
Usage: fuser [-fMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] NAME...fuser -lfuser -V
Show which processes use the named files, sockets, or filesystems.-a,--all              display unused files too-i,--interactive      ask before killing (ignored without -k)-k,--kill             kill processes accessing the named file-l,--list-signals     list available signal names-m,--mount            show all processes using the named filesystems or block device-M,--ismountpoint     fulfill request only if NAME is a mount point-n,--namespace SPACE  search in this name space (file, udp, or tcp)-s,--silent           silent operation-SIGNAL               send this signal instead of SIGKILL-u,--user             display user IDs-v,--verbose          verbose output-w,--writeonly        kill only processes with write access-V,--version          display version information-4,--ipv4             search IPv4 sockets only-6,--ipv6             search IPv6 sockets only-                     reset optionsudp/tcp names: [local_port][,[rmt_host][,[rmt_port]]]

查询全部信息

root@dell-PowerEdge-T430:/home# fuser -a /dev/sdc1
/dev/sdc1:            3774

有点少啊,就一个文件路径和进程号,直接执行kill,关闭当前打开的进程。

root@dell-PowerEdge-T430:/home# fuser -k /dev/sdc1
/dev/sdc1:            3774

再次查询

root@dell-PowerEdge-T430:/home# fuser -a /dev/sdc1
/dev/sdc1:

进程已经关闭了。

重新执行mount挂载指令即可。

Mount is denied because the NTFS volume is already exclusively opened.The volume may be already ...相关推荐

  1. Mount is denied because the NTFS volume is already exclusively opened. The volume may be already mou

    Mount is denied because the NTFS volume is already exclusively opened.The volume may be already moun ...

  2. Ubuntu挂载u盘报错Mount is denied because the NTFS volume is already exclusively opened.

    挂载步骤 sudo fdisk -lu查看U盘所在位置 在系统中新建需要挂载到的位置 jetson1@ubuntu: sudo mount /dev/sdb1 /mnt/usb' 问题 报错:Moun ...

  3. 硬盘挂载 mount 详细步骤及遇到问题“Mount is denied because the NTFS volume is already exclusively opened”

    服务器硬盘挂载 硬盘连接到服务器后 1.查看系统设备文件 服务器上#lsblk 没挂载,是没有挂载点的_ lsblk命令的英文是"list block",即用于列出所有可用块设备的 ...

  4. macos docker挂载iso报failed to setup loop device: No such file or directory和mount: permission denied解决

    介绍   最近在macos的docker容器中需要使用mount挂载iso,挂载时报错failed to setup loop device: No such file or directory和mo ...

  5. Error: mount: 未知的文件系统类型“ntfs”

    mount: 未知的文件系统类型"ntfs" 问题描述 原因 解决方法 使用 参考 问题描述 执行"mount"挂载外置硬盘时报错,如下: mount: 未知的 ...

  6. HTML5中volume样式自定义,html5中关于volume属性的使用详解

    Audio对象属性: volume 描述:设置或返回音频的音量,取值范围(0--1) 下面是我做的音乐播放器如何调节音频音量的代码://增加切换音量事件 (function(){ var height ...

  7. linux win10共存,折腾 ubuntu 与 win10 共存

    ubuntu系统安装分区 压缩卷时提示我"磁盘上没有足够的空间完成此操作"(我的磁盘当然有足够的空间). 在上面这个百度知道提示下,发现有一个下载到一半被我暂停的文件,彻底清除后成 ...

  8. Linux挂载exfat移动硬盘

    提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 Linux挂载exfat移动硬盘 一.使用步骤 1.安装exfat的支持软件 代码如下: sudo apt-get install e ...

  9. Linux 挂载移动硬盘

    目录 一.步骤 二.可能遇到的问题 三. 卸载挂载点 四.若是挂载u盘 一.步骤 cd / 或者 cd ~ 都行,不过最好用- 使其在home 目录下方便路径的引用. sudo fdisk -l 出现 ...

  10. 【Centos】centos挂载硬盘方法 及挂载卸载过程出现错误

    0.安装ntf-3g 1.插上硬盘 2.fdisk -l 查看 找到硬盘 3.挂载 mount -t ntfs-3g /dev/sdb1 /mnt/vserver 4.拷贝 将vserver下的所有文 ...

最新文章

  1. ASP.NET Core的配置(5):配置的同步[设计篇]
  2. 阿里感悟系列文章(存)
  3. wget提示失败的解决办法
  4. Kubernetes容器云的互联网企业实践
  5. linux QT 结束当前进程_嵌入式linux编程开发必备知识
  6. 英文如何区分小括号和花括号
  7. Web Api 返回图片流给前端
  8. 你知道R中的赋值符号箭头(lt;-)和等号(=)的区别吗?
  9. mysql拼装字段_Mysql 实现字段拼接的三个函数
  10. 风铃魔兽世界同步器(5开10开N开)V3.1免费共享版
  11. LimeSDR外壳安装及基本测试
  12. 如何获取大数据行业高薪岗位offer?
  13. webgis中等值面生成技术之-arcgis 用自带工具生成等值面并其发布成gp服务
  14. ps添加的阴影怎么去除_ps怎么可以把阴影去除
  15. 数贝携手付晓岩老师带你玩转“企业架构”
  16. 味知香VS千味央厨,谁是年夜饭C位?
  17. C语言中使用rand()函数产生随机数用法
  18. 推荐3个网页设计在线配色网站
  19. SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified
  20. 机器学习之算法优化(一)

热门文章

  1. 惠普台式机开不了机怎么办 惠普台式电脑无法开机的解决方法
  2. LEARNING TO REPRESENT PROGRAMS WITH HETEROGENEOUS GRAPHS 学会用异构图表示程序(从AST中构建异构图)
  3. Win10笔记本小喇叭图标出现红叉并且提示未安装任何音频输出设备
  4. 计算机不能正常开机怎么处理,电脑不能正常启动的原因和处理步骤
  5. 这个数据库神器真是太diao了
  6. centos6.5 大于16T硬盘 分区和格式化挂载
  7. pygame基本实现塔防游戏
  8. Win11系统电脑怎么C盘扩容教学
  9. win2003 序列号 windows2003 sp2可用序列号大全(准版与企业版)
  10. idea在 keymap下的eclipse的快捷键