Hi,
After moving from dd-wrt to Openwrt in a TP-Link WR842ND to integrate transmission in the router I'm quite happy with the change but I'm stuck in one thing that I'm not able to solve and I would appreciate some help (not a Unix expert)
My set-up:
- firmware:OpenWrt Barrier Breaker r36713 / LuCI Trunk (svn-r9829)
- added packages: kmod-usb-storage;transmission set
- USB fat HDD
Everything runs smoothly, usb mounts automatically and I'm able to manage torrent files and save everything into the USB HDD.
The problemcomes when trying to access the USB drive from a client. I'm able to mount the drive, but there is no way I can make it writable (I only can read files).
/etc/exports:
/mnt/usb *(rw,sync,no_subtree_check,insecure,all_squash)
I access it from OSX Mountain Lion or Raspberry Pi:
mount -o rw 192.168.1.2:/mnt/usb /home/pi/HDDVirtual
When I try to write to the dir I always get the message: permission denied.
I've played with all kind of changes in exports and mount parameters reflected in different posts but without any succcess.
How should I set it up to have rw access? I'm not concerned about security since the HDD is only for movies and it is internal.
Thanks a lot for your help.