anddiiss
Occasional Visitor
Hello,
Could someone, please, share an opinion regarding my issues with being unable to adjust ReadyShare settings, specifically editing share names, deleting additional network folder setups?
I'm rocking Voxel's 1.0.2.83SF along with Kamoj's latest beta release (currently 5.4b24), by the way, in light of recent events on the forum I'd like to express huge thanks to both of these guys for their hard work since without it would be pretty hard to convince me in buying a R7800 for daily use as a main router.
To dive deeper in my current setup. I have a decent size flash drive labeled OPTWARE and formatted into EXT4 file system which is hooked up and working 24/7 for use with backups and entware. Now I had this issue with not being able to change anything from GUI regarding ReadyShare settings for a while but didn't bother. Now, however, since I've bought a smart printer and wanted to configure a new network path for saving documents on that same flash drive (don't know if I should invest into something else or just create a new folder) it has started to really bother me again.
1. From ReadyShare -> Advanced settings it's not possible to change share name for preinserted config entry with share name - USB_Storage. This one's providing root access to that drive but I'd argue about it since I usually SSH into root or use WinSCP with a certificate.
2. Creating new network setup entries is possible but after saving it becomes impossible to delete it or really change anything about it. Window simply closes and nothing happens.
From Kamoj's FAQ I've found useful commands that got me rid of the additional shares I've created.
This however reverts to that main USB_Storage.
For those familiar with this, from where in shell I could modify these settings?
Regards, Andis.
Could someone, please, share an opinion regarding my issues with being unable to adjust ReadyShare settings, specifically editing share names, deleting additional network folder setups?
I'm rocking Voxel's 1.0.2.83SF along with Kamoj's latest beta release (currently 5.4b24), by the way, in light of recent events on the forum I'd like to express huge thanks to both of these guys for their hard work since without it would be pretty hard to convince me in buying a R7800 for daily use as a main router.
To dive deeper in my current setup. I have a decent size flash drive labeled OPTWARE and formatted into EXT4 file system which is hooked up and working 24/7 for use with backups and entware. Now I had this issue with not being able to change anything from GUI regarding ReadyShare settings for a while but didn't bother. Now, however, since I've bought a smart printer and wanted to configure a new network path for saving documents on that same flash drive (don't know if I should invest into something else or just create a new folder) it has started to really bother me again.
1. From ReadyShare -> Advanced settings it's not possible to change share name for preinserted config entry with share name - USB_Storage. This one's providing root access to that drive but I'd argue about it since I usually SSH into root or use WinSCP with a certificate.
2. Creating new network setup entries is possible but after saving it becomes impossible to delete it or really change anything about it. Window simply closes and nothing happens.
From Kamoj's FAQ I've found useful commands that got me rid of the additional shares I've created.
Code:
nvram show | awk -F= '/green_download_path/ {print $1}' | xargs -n1 nvram unset
nvram show | awk -F= '/^shared_usb_folder/ {print $1}' | xargs -n1 nvram unset
nvram show | awk -F= '/usbDeviceName/ {print $1}' | xargs -n1 nvram unset
nvram show | awk -F= '/^node[0-9]*/ {print $1}' | xargs -n1 nvram unset
nvram commit
reboot
This however reverts to that main USB_Storage.
For those familiar with this, from where in shell I could modify these settings?
Regards, Andis.
Last edited: