I'm having problems getting the logfiles written to the USB stick. The name of the USB stick is CRUZER1GB, and it mounts to /tmp/mnt/CRUZER1GB. Odd, the SMB sharing sees it as /mnt/CRUZER1GB. Anyway, error messages follow:
telnet'ing in, and running mount, I can see:
So it's mounted read/write.
As you can see, I've tried entering both /mnt/CRUZER1GB and /tmp/mnt/CRUZER1GB both - neither work.
Any ideas as to the problem?
Aug 17 14:10:19 cstats[368]: Problem loading /mnt/CRUZER1GB/tomato_cstats_10bf48d454c8.gz. Still trying...
Aug 17 14:10:20 rstats[363]: Problem loading /mnt/CRUZER1GB/tomato_rstats_10bf48d454c8.gz. Still trying...
.
.
.
Aug 17 14:18:47 rstats[2188]: Problem loading /tmp/mnt/CRUZER1GB/tomato_rstats_10bf48d454c8.gz. Still trying...
Aug 17 14:18:47 cstats[2236]: Problem loading /tmp/mnt/CRUZER1GB/tomato_cstats_10bf48d454c8.gz. Still trying...
Aug 17 14:10:20 rstats[363]: Problem loading /mnt/CRUZER1GB/tomato_rstats_10bf48d454c8.gz. Still trying...
.
.
.
Aug 17 14:18:47 rstats[2188]: Problem loading /tmp/mnt/CRUZER1GB/tomato_rstats_10bf48d454c8.gz. Still trying...
Aug 17 14:18:47 cstats[2236]: Problem loading /tmp/mnt/CRUZER1GB/tomato_cstats_10bf48d454c8.gz. Still trying...
telnet'ing in, and running mount, I can see:
admin@RT-N66U:/tmp/home/root# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /tmp/mnt/CRUZER1GB type vfat (rw,nodev,noatime,fmask=0000,dmask=0000,codepage=cp437,iocharset=utf8,shortname=winnt,flush)
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda1 on /tmp/mnt/CRUZER1GB type vfat (rw,nodev,noatime,fmask=0000,dmask=0000,codepage=cp437,iocharset=utf8,shortname=winnt,flush)
So it's mounted read/write.
As you can see, I've tried entering both /mnt/CRUZER1GB and /tmp/mnt/CRUZER1GB both - neither work.
Any ideas as to the problem?