Opened 2 years ago
Closed 14 months ago
#1873 closed (duplicate)
/lib/modules/2.6.24.111/kernel/fs/fuse/fuse.ko not loaded
| Reported by: | frater | Owned by: | |
|---|---|---|---|
| Keywords: | Cc: |
Description
DD-WRT doesn't load the /lib/modules/2.6.24.111/kernel/fs/fuse/fuse.ko if an NTFS partition is present.
Is it supposed to or is this WIP?
Change History (6)
comment:1 Changed 2 years ago by Kong
comment:2 Changed 2 years ago by Magnetron1
and I can confirm, that it is working. If it is not working for you provide more details.
This is true if NTFS is the first partition on the lowest numbered disk drive, otherwise, the fuse module in never inserted into the kernel. The typical Optware, The Right Way (OTRW) user has multiple partitions where the first partition is Ext3. In my case NTFS is the fourth partition on a 1 TB Western Digital HDD and the fuse module is not inserted. Please see the last few pages of the OTRW thread for corroborating evidence. As a result frater has modified the automount script in OTRW to insert fuse.
- Magnetron1
comment:3 Changed 2 years ago by Kong
- Resolution set to invalid
- Status changed from new to closed
Yes this is true, but the current automount behaviour is to only mount the first partition.
To automount multiple partitions it requires a way to set up a mapping partition->mountpoint And this is not implemented yet.
Therefore this is no bug, but expected behaviour.
comment:4 Changed 2 years ago by frater
Well, alright then... OTRW users have multiple partition support for 2 years now...
comment:5 Changed 2 years ago by Magnetron1
- Resolution invalid deleted
- Status changed from closed to reopened
"To automount multiple partitions it requires a way to set up a mapping partition->mountpoint And this is not implemented yet."
We're not asking that DD-WRT automount all partitions as this is probably a future enhancement. At present, we're simply asking for the fuse module to be inserted once an NTFS file system has been sensed on any partition. Surely this is easily doable.
- Magnetron1
comment:6 Changed 14 months ago by LOM
- Resolution set to duplicate
- Status changed from reopened to closed
of #2020

Fuse is loaded where NTFS is supported, see usb_hotplug.c:
#ifdef HAVE_NTFS3G if (!strcmp(fs, "ntfs")) insmod("fuse"); #endifand I can confirm, that it is working. If it is not working for you provide more details.