PDA

View Full Version : NTFS-3G will NOT work with NEWLY installed kernel.



seskanda
05-04-2008, 03:31 AM
I did an HD-install of Knoppix v5.1.1, and installed a second 2.6.19-1-multimedia kernel, see this (http://www.knoppix.net/forum/viewtopic.php?t=222) thread (midway thru the first page & second page.) Now, when i boot in the 2.6.19-1 kernel via GRUB, i can't mount ANY NTFS drives,when i try to mount from KDiskFree, i receive this error:

Called: mount -tntfs -oauto,users,exec,umask=000,uid=knoppix,gid=knoppix /dev/sda5 /media/sda5
fusermount: 'fuseblk' support missing; try the kernel module from fuse-2.6.0 or later
Failed to create FUSE mount point: No such file or directory
Retry to create FUSE mount point ...
fusermount: 'fuseblk' support missing; try the kernel module from fuse-2.6.0 or later
Failed to create FUSE mount point: No such file or directory
ERROR: The FUSE kernel module 2.6.x is not available. Either remove the old
FUSE kernel module (use the command 'rmmod fuse') if you have the new
one, or compile the new module from the FUSE-2.6.x source package.
Please see the FUSE README file and the below web page for more help:
http://www.ntfs-3g.org/support.html#fuse26
Unmounting /dev/sda5 (Data)

Strange enough, when i boot from the regular 2.6.19 kernel from GRUB, everything works fine. There are some errors shown during boot-up, but i can't pause the screen to see what it says, is there any way i can view them? I'm assuming NTFS-3G can ONLY work with ONE kernel, is that right? If that's the case, then i'll have to re-compile, patch, & build Knoppix's 2.6.19 :shock: ( that's a tall order, where do i start?) and i don't have the source; where can i get that? If NTFS-3G can work with MORE than one kernel, then what could be wrong?

Thanks in advance.

kaspare
05-14-2008, 08:32 AM
I did an HD-install of Knoppix v5.1.1, and installed a second 2.6.19-1-multimedia kernel, see this (http://www.knoppix.net/forum/viewtopic.php?t=222) thread (midway thru the first page & second page.) Now, when i boot in the 2.6.19-1 kernel via GRUB, i can't mount ANY NTFS drives,when i try to mount from KDiskFree, i receive this error:

Called: mount -tntfs -oauto,users,exec,umask=000,uid=knoppix,gid=knoppix /dev/sda5 /media/sda5
fusermount: 'fuseblk' support missing; try the kernel module from fuse-2.6.0 or later
Failed to create FUSE mount point: No such file or directory
Retry to create FUSE mount point ...
fusermount: 'fuseblk' support missing; try the kernel module from fuse-2.6.0 or later
Failed to create FUSE mount point: No such file or directory
ERROR: The FUSE kernel module 2.6.x is not available. Either remove the old
FUSE kernel module (use the command 'rmmod fuse') if you have the new
one, or compile the new module from the FUSE-2.6.x source package.
Please see the FUSE README file and the below web page for more help:
http://www.ntfs-3g.org/support.html#fuse26
Unmounting /dev/sda5 (Data)

Strange enough, when i boot from the regular 2.6.19 kernel from GRUB, everything works fine. There are some errors shown during boot-up, but i can't pause the screen to see what it says, is there any way i can view them? I'm assuming NTFS-3G can ONLY work with ONE kernel, is that right? If that's the case, then i'll have to re-compile, patch, & build Knoppix's 2.6.19 :shock: ( that's a tall order, where do i start?) and i don't have the source; where can i get that? If NTFS-3G can work with MORE than one kernel, then what could be wrong?

Thanks in advance.

Ntfs-3g works with any kernel.
"ERROR: The FUSE kernel module 2.6.x is not available" this point to the problem: try "find /lib/modules/ -name "fuse*" and see if the module is there!!

Cheers

max