Relocating swap and jffs.

2 posts / 0 new
Last post
silvery
silvery's picture
Relocating swap and jffs.

Hi, guys.

I have Optware samba installed on my wnr3500l with DD-WRT onboard and want to keep my external HDD only for share partition if possible.

Do you have any suggestions on how to relocate both swap and jffs partitions (maybe something else...) from HDD to flash drive, which both connected to my w3500l via active USB HUB (D-link dub-h7).

I presume to connect both drives to PC and use dd command to copy the partitions, but how can I tell DD-WRT to search that patitions on flash drive instead of connected HDD???

Here's current output of mount command (flash drive is not connected):

rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
devpts on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part1 on /opt type ext3 (rw,noatime,data=ordered)
/dev/sda4 on /mnt type ext3 (rw,noatime,data=ordered)
/dev/sda3 on /tmp/c type ext3 (rw,noatime,data=ordered)

silvery
silvery's picture
Still no dice with this one..

Still no dice with this one... anyone?