ASUS WL500W Wireless Router Instructions
Journalling_Flash_File_System
NOTE: Username is Guest when hosted on Windows XP & 'Simple File Sharing' is enabled - This is the
default on Windows XP Home.
Use Startup Scripts: Example 2
This method uses 2 scripts: The first will be started from /tmp/smbshare & mount the samba share under /jffs
and start the other script. The second will be started from /jffs and unmount /tmp/sambashare.
Instructions:
1. Enable CIFS (see also Jffs_sharing_in_a_Linux_server).
2. Create a script called "startup.smb.sh" on the share:
#!/bin/sh
#smb settings: same as the settings in the webgui
# change these to mount a different share than the current at /jffs
SMBSHARE=`nvram get samba_share`
SMBUSER=`nvram get samba_user`
SMBPASS=`nvram get samba_password`
#script to start in /jffs once we're done mounting
JFFS_SCRIPT=startup.jffs.sh
#where to log what is happening
export SMBLOG=/tmp/smblog
####### ok, here we go... ;) #######
echo "" > $SMBLOG
cd /
#make sure JFFS is unmounted.
echo "umounting /jffs if necessary..." >> $SMBLOG
umount /jffs >> $SMBLOG 2>&1
#mount our smbshare at /jffs
echo "mounting $SMBSHARE at /jffs..." >> $SMBLOG
mount.cifs $SMBSHARE /jffs -o username=$SMBUSER,password=$SMBPASS >> $SMBLOG 2>&1
#hand over startup to the JFFS part
/jffs/$JFFS_SCRIPT & >> $SMBLOG 2>&1
4. create a script called "startup.jffs.sh" on the share:
#!/bin/sh
#wait a sec, just to be sure the smb startup script has quit
sleep 1
#unmount the smbshare, its identical to /jffs now anyway :)
umount /tmp/smbshare
#to enable ipkg, we fake JFFS enabled.
#since theres no commit, this wont actually create a /jffs at Startup.
nvram set sys_enable_jffs2=1
#ready to do specific stuff, like starting services
Use a Startup Script: Example 1
7
| General | Details |
|---|---|
| Name | ASUS WL500W Wireless Router Instructions |
| Make | Asus |
| Language | English |
| Filetype | PDF (Download) |
| File size | 0.07 MB |
If you have any questions regarding ASUS WL500W Wireless Router Instructions, please ask here and describe the problem in detail.

ASUS RT-AC86U AC2900 WiFi Gaming Router User Guide

ASUS AC1750 WiFi Dual Band Wireless Internet Router User Guide

ASUS TUF-AX5400 Dual Band WiFi 6 Router User Guide

ASUS ET12 ZenWiFi Pro AXE11000 Tri Band Router User Guide

ASUS RT-AX82U V2 AX5400 Dual Band WiFi Router User Guide

ASUS TUF-AX4200 Dual Band WiFi Router User Guide

ASUS RT-N10U 150 mbps Wireless Router Instructions

ASUS RT-BE96U Tri Band WiFi Router User Guide

ASUS GT-AX6000 Dual Band WiFi 6 Extendable Gaming Router User Guide

ASUS RT-BE88U Dual Band WiFi Router User Guide






















