I have belkin rounter and I've installed Kong dd-wrt (Firmware: DD-WRT v24-sp2 (04/20/11) stdkong ). I also have usb drive attached with 1gb of EXT3 partition and rest NTFS partition. Ext3 partition is mounted as /opt but when I tried to mount NTFS partiton as /mnt by following command
ntfs-3g -o rw /dev/discs/disc0/part2 /mnt
I got following error,
fuse device is missing, try 'modprobe fuse' as root
can anyone help me out?
I'm following this guide
http://www.luminaria.cc/en/dd-wrt-home-server-part-2-bittorrent-client-and-safe-unmount/5/
thank you
Prior to calling ntfs-3g you have to:
insmod /lib/modules/2.6.24.111/kernel/fs/fuse/fuse.ko
The latest build auto loads modules on mount. Current behaviour is to automount only the first partition. Thus modules like fuse are not automatically loaded if it is not needed to mount the first partition.