Portable hard drive will not mount

uci set fstab.@mount[-1].options="rw,lazytime,noatime,big_writes"
uci commit fstab
block umount
block mount

I flashed a development build today and ntfs auto-mount is working on it if you want to give it a try.

I upgraded to the latest development build, does not work for me, same problem
Do I need to flash from recovery or is system upgrade from luci web interface fine.

I did a system upgrade through luci without keeping settings, you probably already have the right packages, but just in case these are what I have installed (edit - if the default options aren't working try changing them to rw,big_writes) -

block-mount
kmod-usb-storage
kmod-usb-storage-extras
kmod-usb-storage-uas
ntfs-3g

Thanks. Have the packages installed. Did not work for me however
ln -f -s $(readlink -f $(type -p ntfs-3g)) /sbin/mount.ntfs solved the drive mount problem but same problem opening on pc.

Changing default to rw,big_writes did the trick, now I can browse the drive on my pc

sorry.... I had
ntfs-3g /dev/sda1 /mnt/usb-ntfs -o rw,lazytime,noatime,big_writes
in my start up script

Still does not work for me. I guess I will just wait a week or two and then do a clean install of a development build.