```
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.
```
提示已经挂载
飞牛好像精简了ntfs3驱动,lsmod没有ntfs或ntfs3驱动,mount -l显示ntfs硬盘挂载信息:
```
dev/sda1 on /vol00/ST8000NM0055-1RM112 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096) [8T2]
```
以前用UUID挂载从来没出现过任何问题。