On my MIPS router I would save the following in nvram with the 'nvram setfile2nvram /etc/fstab' command.
This would apparently allow the USB automount to activate swap and mount my drive on /opt.
However, ARM routers unfortunately don't allow 'setfile2nvram' so I am trying to create the same functionality...
Need help with mounting problems
Code:
#device Mountpoint FStype Options Dump Pass# UUID=********-****-****-****-************ none swap sw 0 0 UUID=********-****-****-****-************ /opt ext3 rw,noatime 1 1
However, ARM routers unfortunately don't allow 'setfile2nvram' so I am trying to create the same functionality...
Need help with mounting problems