Description: 执行chown指令无效

Solution:无法解决

NTFS磁盘格式不支持linux权限系统。要想不同的用户访问NTFS磁盘,只能切换到root用户

相关资料:

What is a fuseblk file system?

Whenever I mount my NTFS-formatted hard drive in Linux, it always mounts successfully with the file system "fuseblk".

Even if I try to manually mount at the command-line with "-t ntfs" it still reports the system as being "fuseblk".

What is this file system? Is it something akin to ntfs?

Ther short answer is that "fuseblk" is just how an ntfs partition is reported via the "mount" command, among others. The "fuse" part comes from FUSE (file system in userspace).

Here is a link to the wiki on FUSE, but it probably won‘t give you a great deal of understanding of how FUSE works.

http://en.wikipedia.org/wiki/Filesystem_in_Userspace

An internet search of "FUSE" and "linux" would probably return something of an explanation if you are really interested.

Logo

更多推荐