Every time I mount my NTFS-formatted hard drive in centos 6.5, it always mounts with the file system 'FUSEBLK.' What's wrong? What is this FUSEBLK file system? Is it something akin to NTFS?
Take it easy first. Actually, you don't need to be so worried. It is not a problem at all. As far as I know, FUSEBLK is a block device that uses FUSE (file system in userspace). FUSE is a kind of software interface for Unix and Unix-like computer OS, and it lets non-privileged users create their own file systems while they don't need to edit kernel code. Many file system types like
FUSEBLK represents the file system in userspace blk being a block device or HDD. And it is used to mount NTFS partitions with read and write access for non-root users. NTFS represents New Technology File System and is the default file system of Windows. "FUSEBLK" is just how an NTFS partition is reported via the "mount" command, among others. This is how NTFS-3g operates. It is normal.
Hence, as long as you have permission to mount and access the device, it's OK, and you shouldn't worry about anything. Just add the appropriate line/s in fstab.
Related Articles
Looking for a Way To Transfer Windows 8 to Another Computer
Is There Any Way to Create a New Primary Partition on My Hard Disk in Windows 7?
Why Do I Have Only One Drive on My New Laptop?
Partition Resizing with EaseUS Partition Master. Can I Abort This While It is 'Moving Data'