Displaying 1 result from an estimated 1 matches for "mount_fusefs".
2007 Feb 18
4
sysutils/fusefs-ntfs working for anyone?
...Windows will not be able to boot from this device.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
# ntfs-3g /dev/md7 /mnt
Failed to open /proc/filesystems: No such file or directory
modprobe: not found
Failed to open /proc/filesystems: No such file or directory
# mount_fusefs: seekscript failed
The fuse module is loaded, of course. A ktrace of the ntfs-3g is, umm,
interesting, to say the least. Lot's of sh(1), awk(1) and fstat(1)
calls. It even tries to load modprobe, as you can see from the output
above too.
So, the basic question is: Has _anybody_ used ntfs-3g s...