elrengo
Regular Contributor
Hi! I'm proud owner of two Asus router, AC3100 & AC66U B1. AC3100 it is my principal router and AC66U B1 is configured as access point using wired connection with AC3100.
The AC66U B1 extend my Wi-Fi Coverage using diferent SSID. Also allows to me share media, mainly movies between TVs & mediaservers. I have some external drives with movies attached to a WD HD TV Live and both routers. AC3100 also has a rtorrent with share in my intranet downloaded movies. The performance to media is better with wired connection.
I have some configuration on "/jffs/scripts/services-start":
AC3100
AC66U B1
When I restart both routers the mount command appear no be run. I have not mounted the filesystems. If when I can log to shh and run the script, it is working ok. I have access to mounts.
Someone can help me to found the way that mount points mounts when router restart o is starting.
Thanks in advance!
The AC66U B1 extend my Wi-Fi Coverage using diferent SSID. Also allows to me share media, mainly movies between TVs & mediaservers. I have some external drives with movies attached to a WD HD TV Live and both routers. AC3100 also has a rtorrent with share in my intranet downloaded movies. The performance to media is better with wired connection.
I have some configuration on "/jffs/scripts/services-start":
AC3100
Bash:
#!/bin/sh
#mount \\\\192.168.1.30\\My_Book /cifs1 -t cifs -o "username=elrengo" -o vers=2.0
mount \\\\192.168.1.30\\Seagate_Expansion_Drive /cifs2 -t cifs -o "username=elrengo" -o vers=2.0
cp /jffs/configs/.bashrc /tmp/home/root/.bashrc
chmod a+rx ~/.bashrc
AC66U B1
Bash:
#!/bin/sh
#mount \\\\192.168.1.30\\My_Book /cifs1 -t cifs -o "username=elrengo"
mount \\\\192.168.1.30\\Seagate_Expansion_Drive /cifs2 -t cifs -o "username=elrengo" -o vers=2.0
mount \\\\192.168.1.1\\Backup /cifs1 -t cifs -o "username=elrengo,password=xxxxxx" -o vers=2.0
cp /jffs/configs/.bashrc /tmp/home/root/.bashrc
chmod a+rx ~/.bashrc
When I restart both routers the mount command appear no be run. I have not mounted the filesystems. If when I can log to shh and run the script, it is working ok. I have access to mounts.
Someone can help me to found the way that mount points mounts when router restart o is starting.
Thanks in advance!