andresmorago
Senior Member
Hello
I have reinstalled a new usb stick on my ac3100 router today. I created 3 partitions on it (files, entware, swap)
I have been noticing that the router is only mounting 2 out of the 3 partitions. most of the time, the files partitions never shows up
could you please advise on a proper way to automatically have the router mount all 3 partitions?
thanks!
I have reinstalled a new usb stick on my ac3100 router today. I created 3 partitions on it (files, entware, swap)
Code:
andresmorago@clo01:/tmp/home/root# fdisk -l
Disk /dev/sda: 4026 MB, 4026531840 bytes
124 heads, 62 sectors/track, 1022 cylinders
Units = cylinders of 7688 * 512 = 3936256 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 103 395901 83 Linux
/dev/sda2 104 383 1076320 83 Linux
/dev/sda3 384 1022 2456316 83 Linux
I have been noticing that the router is only mounting 2 out of the 3 partitions. most of the time, the files partitions never shows up
Code:
andresmorago@clo01:/tmp/home/root# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 32.3M 32.3M 0 100% /
devtmpfs 251.4M 0 251.4M 0% /dev
tmpfs 251.6M 2.6M 249.0M 1% /tmp
/dev/mtdblock4 64.0M 6.9M 57.1M 11% /jffs
/dev/sda2 1.0G 88.9M 893.1M 9% /tmp/mnt/entware
/dev/mtdblock4 64.0M 6.9M 57.1M 11% /www/Main_LogStatus_Cont ent.asp
tmpfs 251.6M 2.6M 249.0M 1% /www/start_apply.htm
/dev/sda3 2.3G 2.1G 125.6M 94% /tmp/mnt/swap1
tmpfs 251.6M 2.6M 249.0M 1% /www/index_style.css
tmpfs 251.6M 2.6M 249.0M 1% /www/require/modules/men uTree.js
Code:
andresmorago@clo01:/tmp/home/root# more /etc/mtab
rootfs / rootfs rw 0 0
/dev/root / squashfs ro,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=257448k,nr_inodes=64362,mode=755 0 0
proc /proc proc rw,relatime 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,mode=600 0 0
/dev/mtdblock4 /jffs jffs2 rw,noatime 0 0
usbfs /proc/bus/usb usbfs rw,relatime 0 0
/dev/sda2 /tmp/mnt/entware ext4 rw,nodev,relatime,barrier=1,data=ordered 0 0
/dev/mtdblock4 /www/Main_LogStatus_Content.asp jffs2 rw,noatime 0 0
tmpfs /www/start_apply.htm tmpfs rw,relatime 0 0
/dev/sda3 /tmp/mnt/swap1 ext4 rw,nodev,relatime,barrier=1,data=ordered 0 0
tmpfs /www/index_style.css tmpfs rw,relatime 0 0
tmpfs /www/require/modules/menuTree.js tmpfs rw,relatime 0 0
andresmorago@clo01:/tmp/home/root#
thanks!