Hi everyone.
I'm customizing my openwrt compilation and because I use NTFS USB hard disks with samba I need to mount it as ntfs-3g.
If I mount it as ntfs it works as /mnt/sda1 but I can't share it.
If I mount it as ntfs-3g it works as /mnt/sda1 and also can be shared
In order to mount I use Luci to automount my hard disk but I need to click in "--custom--" and write "ntfs-3g".
By default LuCi gives me all the option you can see in the screenshot:
What file should I modify to make LuCi show filesystem like this by default?:
Thank you.
P.S.: By the way, if I mount it as ntfs it can't be shared but it can be mounted and umounted correctly.
If I use ntfs-3g it can be shared and mounted... but I can't umount it
root@OpenWrt:~# umount /mnt/sda1
umount: can't umount /mnt/sda1: Device or resource busy
(Last edited by Reflected_God on 24 Jan 2014, 03:10)