It is after flash new firmware?
PLi 3.0 but the new, I just update the software periodically.
btw, you can try my mdev-mount.sh ( but i am not using swap file => is not solved ). In addition, you can use f.eg. with
/dev/sdd1 /media/front auto defaults 0 0
there in /etc/fstab => always all in usb reader is mounted under same name. I am using it long time... Only after change must be rebooted box, of source (and 755).
Сhecked your mdev-mount.sh,but there is one:
fstab
rootfs / auto defaults 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
tmpfs /var/volatile tmpfs defaults 0 0
UUID=EA38F2FD38F2C819 /media/usb-hdd auto defaults 0 0 # Usb-disk Trancend 500GB NTFS
UUID=24f3ec02-cb3e-427e-824d-bf15ad48325f /media/usb auto defaults 0 0 # Usb DT101 8GB EXT 3/4
UUID=CE51-3BCE /media/sdb auto defaults 0 0 # Usb Generic Multi-Card 1GB FAT32
UUID=0AF2285BF2284D6F /media/XtrenBootI auto defaults 0 0 # Usb takeMS 2GB NTFS
df -h
Filesystem Size Used Available Use% Mounted on
ubi0:rootfs 105.1M 79.1M 25.9M 75% /
devtmpfs 142.2M 4.0K 142.2M 0% /dev
tmpfs 64.0K 0 64.0K 0% /media
tmpfs 142.4M 256.0K 142.1M 0% /var/volatile
/dev/sdd1 7.4G 283.7M 7.1G 4% /media/usb
/dev/sde1 959.0M 4.0K 959.0M 0% /media/sdb
/dev/sdc1 2.0G 33.8M 1.9G 2% /media/XtrenBootI
/dev/sdb1 465.8G 71.2G 394.5G 15% /media/usb-hdd
fdisk -l
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 8 1250263727 625131860 83 Linux
Disk /dev/sdc: 2098 MB, 2098200576 bytes
255 heads, 63 sectors/track, 255 cylinders, total 4098048 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00e7fbd0
Device Boot Start End Blocks Id System
/dev/sdc1 63 4098047 2048992+ 7 HPFS/NTFS
Disk /dev/sdd: 7920 MB, 7920943104 bytes
158 heads, 42 sectors/track, 2331 cylinders, total 15470592 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdd1 1 15470591 7735295+ 83 Linux
Disk /dev/sde: 1009 MB, 1009778176 bytes
255 heads, 63 sectors/track, 122 cylinders, total 1972223 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00e2b790
Device Boot Start End Blocks Id System
/dev/sde1 63 1972222 986080 c W95 FAT32 (LBA)
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4b125252
Device Boot Start End Blocks Id System
/dev/sdb1 63 976768064 488384001 7 HPFS/NTFS
You see, the disk /dev/sda is not mounted.
Because it is not written in fstab.
The result is not quite universal.