Register FAQ SearchLogin
Tuxera Home
View unanswered posts | View active topics It is currently Sun May 26, 2013 03:45



Post new topic Reply to topic  [ 2 posts ] 
NTFS-3g - fuse device is missing 
Author Message

Joined: Fri Feb 29, 2008 11:00
Posts: 1
Post NTFS-3g - fuse device is missing
I've cross-compiled ntfs-3g-1-2216 for ARM platform (arm-elf) using uclibc. This is compiled with internal fuse

When I run the command
./ntfs-3g /dev/ide/host0/bus0/target0/lun0/part1 /mnt/hd1

I get the following error
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse'

However when checking the dev directory I can see the device exists.

ls -l /dev/fuse
crw-rw-rw- 1 root root 10, 229 Feb 29 16:11 /dev/fuse

ls -l /dev/misc/fuse
crw-rw-rw- 1 root root 10, 229 Feb 29 16:11 /dev/misc/fuse

What may cause the open function to return -ENODEV, although the node has been created?


Fri Feb 29, 2008 11:17
Profile
Tuxera CTO

Joined: Tue Nov 21, 2006 23:15
Posts: 1645
Post Re: NTFS-3g - fuse device is missing
jaufranc wrote:
What may cause the open function to return -ENODEV, although the node has been created?

You don't have the FUSE __kernel__ module installed and loaded into your kernel.

NTFS-3G does not need the FUSE user space library, utilities, etc but it does need the FUSE kernel module. This is how it's also documented on the NTFS-3G home page: http://ntfs-3g.org/index.html#installation

Quote:
Installation

Linux: Make sure you have the basic development tools and the kernel includes the FUSE kernel module. [...]


What you were refering to is a simple device file, not the FUSE kernel module. It can exist with and without FUSE kernel module loaded.


Fri Feb 29, 2008 12:06
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Original forum style by Vjacheslav Trushkin.